Data Warehousing, BI, and DataStage Fundamentals

Covers Business Intelligence, Data Warehousing concepts (facts, dimensions, schemas, OLTP/OLAP), and IBM DataStage ETL job configuration and optimization.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

When we go for Shared Container?

  1. To remove duplicates
  2. To create jobs of similar requirements
  3. To create jobs of different requirements
  4. A&C
Question 2 Multiple Choice (Single Answer)

Select the correct environment variable which is related to Configuration file?

  1. APT_DECIMAL_INTERM_PRECISION
  2. APT_CONFIG_FILE
  3. APT_DUMP_SCORE
  4. NONE OF THE ABOVE
Question 3 Multiple Choice (Multiple Answers)

Which three actions can improve sort performance in a DataStage job? (Choose three.)

  1. Specify only the key columns which are necessary.
  2. Use the stable-sort option to avoid the random ordering of non-key data
  3. Minimize the number of sorts used within a job flow.
  4. Adjusting the "Restrict Memory Usage" option in the Sort stage.
  5. Run the job sequentially so that only one sort process is invoked.
Question 4 Multiple Choice (Single Answer)

Your job reads from a file using a Sequential File stage running sequentially. You are using a Transformer stage following the Sequential File stage to format the data in some of the columns. What is the default (Auto) partitioning method?

  1. Random
  2. Hash
  3. Round Robin
  4. Same
Question 5 Multiple Choice (Single Answer)

What is Business Intelligence?

  1. Collects and presents the disparate data into views that are intelligent and fact based
  2. Allows for more quality decisions to be made and Moves these to a more dynamic plane
  3. Brings new insights and perspectives to questions and answers inherent in data
  4. All of the Above
Question 6 Multiple Choice (Single Answer)

What is Data Warehousing?

  1. Subject Oriented, Integrated, Volatile and Time invariant collection of data
  2. Subject Oriented, Integrated, Non-volatile and Time invariant collection of data
  3. Subject Oriented, Integrated, Non-Volatile and Time variant collection of data
  4. None
Question 7 Multiple Choice (Single Answer)

What is a Data Mart?

  1. Powerful and natural extension of the data warehouse
  2. Extends information to the departmental environment from an enterprise environment
  3. Interprets and structures data to suit departments’ specific needs
  4. All of the above
Question 8 Multiple Choice (Single Answer)

OLTP and OLAP are defined as:

  1. Online Transactional Processing and Online Analytical Processing systems
  2. Online Transactional Processing and Organized Analytical Processing systems
  3. Online Transactional Processing and Online Application Processing Systems
  4. None
Question 9 Multiple Choice (Single Answer)

Data Granularity in an Operational Data Store is

  1. Typically detailed data only, often resulting in very large data volumes
  2. Contains summarised and detailed data
  3. Contains Summarized data only
  4. None
Question 10 Multiple Choice (Single Answer)

Data model in a Data warehouse is

  1. Generally dimensionally modelled and tuned to optimise query performance
  2. Generally modelled to support rapid data update
  3. Should not be in Dimensional Modelling way
  4. None
Question 11 Multiple Choice (Single Answer)

What is Metadata?

  1. Data about Data
  2. Machine level Data
  3. Characteristics of Data
  4. Relationship between Data
Question 12 Multiple Choice (Single Answer)

What does a dimension table contain?

  1. Tables with Measures that cannot be added across all dimensions
  2. Tables, also known as lookup or reference tables, contain relatively static/ descriptive data
  3. Tables, represent data, usually numeric and additive, that can be analyzed and examined
  4. None
Question 13 Multiple Choice (Single Answer)

What does a Fact table contain?

  1. Tables typically contain facts and primary keys to the dimension tables
  2. Tables typically contain facts and foreign keys to the dimension tables
  3. Tables containing detail level facts or facts that have been aggregated
  4. None
Question 14 Multiple Choice (Single Answer)

Which of the following statements are False?

  1. Star Schema is a relational database schema for representing multidimensional data that contain one or more dimensions and fact tables
  2. A snowflake schema is a term that describes a star schema structure normalized through the use of outrigger tables
  3. Snow flaking NOT recommended in most cases because of the very big dimension table’s size
  4. Star schema is not recommended as it will be in highly normalized state
Question 15 Multiple Choice (Multiple Answers)

Which of the following is an example of Schema Objects?

  1. Attribute
  2. Fact
  3. Hierarchy
  4. Filter
Question 16 Multiple Choice (Single Answer)

This type of filter applies the condition directly on the data warehouse?

  1. Report Filter
  2. View Filter
  3. both 1&2
  4. none
Question 17 Multiple Choice (Single Answer)

While executing the Report which type of Object allow user to select elements/values?

  1. Prompt
  2. Filter
  3. both 1&2
  4. none
Question 18 Multiple Choice (Single Answer)

Which of the following is the most likely candidate for a ‘Fact’?

  1. Customer Name
  2. Number of overtime hrs
  3. ZIP Code
  4. none
Question 19 Multiple Choice (Single Answer)

Consolidations can be created with?

  1. Set of filters
  2. Attribute elements
  3. both 1&2
  4. none
Question 20 Multiple Choice (Multiple Answers)

What are the different types of views that are available for a Report?

  1. Graphical view
  2. SQL view
  3. Report view
  4. Design view