Data Warehousing and ETL Fundamentals
Questions covering partitioning methods, ETL processes, Datastage, SCD, schema types, and data warehouse concepts
Questions
Expansion for DSS
- Decision Service System
- Decision Select System
- Decision Support Systems
- Decision System Service
OLTP is normalized.
- True
- False
Data Warehouse consist of (choose three)
- Meta data
- Summary Data
- Raw data
- Secondary data
- Inconsistent data
What are the two common schema types
- Star schema
- Ring schema
- Snow flake schema
- Circular schema
What is the expansion for SCD?
- System Concatenate Data
- System Combined Data
- Slowly Changing Dimension
- None of the above
How may types of SCD?
- 4
- 5
- 6
- 7
Select some ETL vendors
- IBM(cognos)
- Informatica
- SAP business objects
- All the above
What are the types of parallelism?
- pipeline parallelism
- partition parallelism
- All the above
- None of the above
Datastage is compiled into ---------------
- C code
- OSH
- C++ code
- Java code
- None of the above
How many types of partitioning available?
- 8
- 5
- 9
- 10
Select any two portioning method
- DB2
- Round robin
- Sort merge
- Ordered
Select any two collection method
- Sort merge
- Ordered
- Stable sort
- none of the above
Use partition strategy of input feed, no repartitioning. What type of partitioning is this?
- Same
- Entire
- Hash By Key
- DB2
Each node receives every row, e.g. to create a lookup file. What type of partitioning is this?
- Same
- Entire
- Hash By Key
- DB2
Ensure related records come together. What type of partitioning is this?
- Same
- Entire
- Hash By Key
- Range
Same algorithm used by DB2. What type of partitioning is this?
- Same
- Entire
- Hash By Key
- DB2
Read all records from first partition, then from second and so on. Select the collection method from below.
- Same
- Entire
- Hash By Key
- Ordered
Which partition is the most efficient one?
- Same
- Entire
- Hash By Key
- Round robin
Select 3 key based partitioning method
- Hash
- Modulus
- Range
- DB2
Select any 2 keyless partitioning
- Modulus
- Auto
- Range
- DB2