DataStage & MicroStrategy Fundamentals

Covers IBM InfoSphere DataStage ETL stages and functions, plus MicroStrategy business intelligence architecture and features.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

To filter data only at the report level and not at the Data warehouse level we need to apply

  1. Report Filter
  2. View Filter
  3. Prompt
  4. None
Question 2 Multiple Choice (Single Answer)

OLAP Services:

  1. The ability to add attributes and metrics to a report definition without having them be displayed on the template
  2. Users can drag and drop additional objects onto the template of the report without generating new SQL or querying the data warehouse
  3. Derived metrics and View Filters
  4. All of the above
Question 3 Multiple Choice (Single Answer)

Microstrategy Report Services document is

  1. Used to format data from one or more reports in a single display of presentation quality.
  2. a documentation aid that has the execution details of a Microstrategy report
  3. used to represent the service configuration of the reports
  4. None of the above
Question 4 Multiple Choice (Single Answer)

VLDB Properties:

  1. allow to customize the SQL that Microstrategy generates
  2. they can be applied at DB level, report level and metric levels
  3. help to improve the performance of the report
  4. All of the above
Question 5 Multiple Choice (Single Answer)

Below are the 4 different tiers in a MSTR 4-tier architecture system, select the odd one.

  1. Database Tier
  2. Intelligent Server Tier
  3. Web server Tier
  4. Metadata Tier
  5. Report Tier
Question 6 Multiple Choice (Single Answer)

Which one is not a compound DML type

  1. Voids
  2. Records
  3. Vectors
  4. Unions
Question 7 Multiple Choice (Single Answer)

Select the odd man out

  1. round robin
  2. Straight Flow
  3. Fan-out flow
  4. All-to-all Flow
Question 8 True/False

m_dump prints information about data records, their record format, and the evaluations of expressions.

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

which one is not a multistage transform component

  1. JOIN
  2. DENORMALIZE SORTED
  3. ROLLUP
  4. NORMALIZE
Question 10 True/False

Merge combines data records from multiple flow partitions that have been sorted according to the same key specifier, and maintains the sort order.

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Which one is true about Aggregator stage?

  1. Classifies incoming data into groups
  2. Computes totals and other summary
  3. Functions for each group
  4. All of the above
Question 12 Multiple Choice (Single Answer)

QUOTE (12 + 5) =?

  1. “12+5”
  2. “17”
  3. ‘17’
  4. 12+5'
  5. None of the above
Question 13 Multiple Choice (Single Answer)

LEFT ("ABCDEFGH",3) =?

  1. ABC
  2. FGH
  3. DEFGH
  4. ABCDE
Question 14 Multiple Choice (Single Answer)

FIELD ("+1+2+3ABAC","+", 2,2) =?

  1. 1
  2. 1+2
  3. 3ABAC
  4. None of the above
Question 15 Multiple Choice (Single Answer)

Trim("…..ABC…DEF….',".") =?

  1. ABC…DEF
  2. ABCDEF
  3. …..ABC…DEF….
  4. None of the above
Question 16 Multiple Choice (Single Answer)

Which stage does copies multiple input datasets to a single output dataset?

  1. Merge
  2. Join
  3. Funnel
  4. Copy
Question 17 Multiple Choice (Single Answer)

Which stage is used for a record-by-record comparison of two input datasets?

  1. Compare
  2. Difference
  3. Both
  4. None of the above
Question 18 Multiple Choice (Single Answer)

Which stage will produces a set of mock data fitting the specified Meta data?

  1. Sample
  2. Column Generator
  3. Row generator
  4. All of the above
Question 19 Multiple Choice (Single Answer)

How will you select the stage can execute in parallel mode or Sequential mode?

  1. Execution mode
  2. Node map constraint
  3. Both
  4. None of the above
Question 20 Multiple Choice (Single Answer)

This stage converts a data set from a sequence of records into a stream of raw binary data.

  1. Modify
  2. Filter
  3. Compress
  4. None of the above