Data Warehousing and ETL Fundamentals

Questions covering partitioning methods, ETL processes, Datastage, SCD, schema types, and data warehouse concepts

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Expansion for DSS

  1. Decision Service System
  2. Decision Select System
  3. Decision Support Systems
  4. Decision System Service
Question 2 True/False

OLTP is normalized.

  1. True
  2. False
Question 3 Multiple Choice (Multiple Answers)

Data Warehouse consist of (choose three)

  1. Meta data
  2. Summary Data
  3. Raw data
  4. Secondary data
  5. Inconsistent data
Question 4 Multiple Choice (Multiple Answers)

What are the two common schema types

  1. Star schema
  2. Ring schema
  3. Snow flake schema
  4. Circular schema
Question 5 Multiple Choice (Single Answer)

What is the expansion for SCD?

  1. System Concatenate Data
  2. System Combined Data
  3. Slowly Changing Dimension
  4. None of the above
Question 6 Multiple Choice (Single Answer)

How may types of SCD?

  1. 4
  2. 5
  3. 6
  4. 7
Question 7 Multiple Choice (Single Answer)

Select some ETL vendors

  1. IBM(cognos)
  2. Informatica
  3. SAP business objects
  4. All the above
Question 8 Multiple Choice (Single Answer)

What are the types of parallelism?

  1. pipeline parallelism
  2. partition parallelism
  3. All the above
  4. None of the above
Question 9 Multiple Choice (Single Answer)

Datastage is compiled into ---------------

  1. C code
  2. OSH
  3. C++ code
  4. Java code
  5. None of the above
Question 10 Multiple Choice (Single Answer)

How many types of partitioning available?

  1. 8
  2. 5
  3. 9
  4. 10
Question 11 Multiple Choice (Multiple Answers)

Select any two portioning method

  1. DB2
  2. Round robin
  3. Sort merge
  4. Ordered
Question 12 Multiple Choice (Multiple Answers)

Select any two collection method

  1. Sort merge
  2. Ordered
  3. Stable sort
  4. none of the above
Question 13 Multiple Choice (Single Answer)

Use partition strategy of input feed, no repartitioning. What type of partitioning is this?

  1. Same
  2. Entire
  3. Hash By Key
  4. DB2
Question 14 Multiple Choice (Single Answer)

Each node receives every row, e.g. to create a lookup file. What type of partitioning is this?

  1. Same
  2. Entire
  3. Hash By Key
  4. DB2
Question 15 Multiple Choice (Single Answer)

Ensure related records come together. What type of partitioning is this?

  1. Same
  2. Entire
  3. Hash By Key
  4. Range
Question 16 Multiple Choice (Single Answer)

Same algorithm used by DB2. What type of partitioning is this?

  1. Same
  2. Entire
  3. Hash By Key
  4. DB2
Question 17 Multiple Choice (Single Answer)

Read all records from first partition, then from second and so on. Select the collection method from below.

  1. Same
  2. Entire
  3. Hash By Key
  4. Ordered
Question 18 Multiple Choice (Single Answer)

Which partition is the most efficient one?

  1. Same
  2. Entire
  3. Hash By Key
  4. Round robin
Question 19 Multiple Choice (Multiple Answers)

Select 3 key based partitioning method

  1. Hash
  2. Modulus
  3. Range
  4. DB2
Question 20 Multiple Choice (Multiple Answers)

Select any 2 keyless partitioning

  1. Modulus
  2. Auto
  3. Range
  4. DB2