DataStage & MicroStrategy Fundamentals
Covers IBM InfoSphere DataStage ETL stages and functions, plus MicroStrategy business intelligence architecture and features.
Questions
To filter data only at the report level and not at the Data warehouse level we need to apply
- Report Filter
- View Filter
- Prompt
- None
OLAP Services:
- The ability to add attributes and metrics to a report definition without having them be displayed on the template
- Users can drag and drop additional objects onto the template of the report without generating new SQL or querying the data warehouse
- Derived metrics and View Filters
- All of the above
Microstrategy Report Services document is
- Used to format data from one or more reports in a single display of presentation quality.
- a documentation aid that has the execution details of a Microstrategy report
- used to represent the service configuration of the reports
- None of the above
VLDB Properties:
- allow to customize the SQL that Microstrategy generates
- they can be applied at DB level, report level and metric levels
- help to improve the performance of the report
- All of the above
Below are the 4 different tiers in a MSTR 4-tier architecture system, select the odd one.
- Database Tier
- Intelligent Server Tier
- Web server Tier
- Metadata Tier
- Report Tier
Which one is not a compound DML type
- Voids
- Records
- Vectors
- Unions
Select the odd man out
- round robin
- Straight Flow
- Fan-out flow
- All-to-all Flow
m_dump prints information about data records, their record format, and the evaluations of expressions.
- True
- False
which one is not a multistage transform component
- JOIN
- DENORMALIZE SORTED
- ROLLUP
- NORMALIZE
Merge combines data records from multiple flow partitions that have been sorted according to the same key specifier, and maintains the sort order.
- True
- False
Which one is true about Aggregator stage?
- Classifies incoming data into groups
- Computes totals and other summary
- Functions for each group
- All of the above
QUOTE (12 + 5) =?
- “12+5”
- “17”
- ‘17’
- 12+5'
- None of the above
LEFT ("ABCDEFGH",3) =?
- ABC
- FGH
- DEFGH
- ABCDE
FIELD ("+1+2+3ABAC","+", 2,2) =?
- 1
- 1+2
- 3ABAC
- None of the above
Trim("…..ABC…DEF….',".") =?
- ABC…DEF
- ABCDEF
- …..ABC…DEF….
- None of the above
Which stage does copies multiple input datasets to a single output dataset?
- Merge
- Join
- Funnel
- Copy
Which stage is used for a record-by-record comparison of two input datasets?
- Compare
- Difference
- Both
- None of the above
Which stage will produces a set of mock data fitting the specified Meta data?
- Sample
- Column Generator
- Row generator
- All of the above
How will you select the stage can execute in parallel mode or Sequential mode?
- Execution mode
- Node map constraint
- Both
- None of the above
This stage converts a data set from a sequence of records into a stream of raw binary data.
- Modify
- Filter
- Compress
- None of the above