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.
Questions
When we go for Shared Container?
- To remove duplicates
- To create jobs of similar requirements
- To create jobs of different requirements
- A&C
Select the correct environment variable which is related to Configuration file?
- APT_DECIMAL_INTERM_PRECISION
- APT_CONFIG_FILE
- APT_DUMP_SCORE
- NONE OF THE ABOVE
Which three actions can improve sort performance in a DataStage job? (Choose three.)
- Specify only the key columns which are necessary.
- Use the stable-sort option to avoid the random ordering of non-key data
- Minimize the number of sorts used within a job flow.
- Adjusting the "Restrict Memory Usage" option in the Sort stage.
- Run the job sequentially so that only one sort process is invoked.
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?
- Random
- Hash
- Round Robin
- Same
What is Business Intelligence?
- Collects and presents the disparate data into views that are intelligent and fact based
- Allows for more quality decisions to be made and Moves these to a more dynamic plane
- Brings new insights and perspectives to questions and answers inherent in data
- All of the Above
What is Data Warehousing?
- Subject Oriented, Integrated, Volatile and Time invariant collection of data
- Subject Oriented, Integrated, Non-volatile and Time invariant collection of data
- Subject Oriented, Integrated, Non-Volatile and Time variant collection of data
- None
What is a Data Mart?
- Powerful and natural extension of the data warehouse
- Extends information to the departmental environment from an enterprise environment
- Interprets and structures data to suit departments’ specific needs
- All of the above
OLTP and OLAP are defined as:
- Online Transactional Processing and Online Analytical Processing systems
- Online Transactional Processing and Organized Analytical Processing systems
- Online Transactional Processing and Online Application Processing Systems
- None
Data Granularity in an Operational Data Store is
- Typically detailed data only, often resulting in very large data volumes
- Contains summarised and detailed data
- Contains Summarized data only
- None
Data model in a Data warehouse is
- Generally dimensionally modelled and tuned to optimise query performance
- Generally modelled to support rapid data update
- Should not be in Dimensional Modelling way
- None
What is Metadata?
- Data about Data
- Machine level Data
- Characteristics of Data
- Relationship between Data
What does a dimension table contain?
- Tables with Measures that cannot be added across all dimensions
- Tables, also known as lookup or reference tables, contain relatively static/ descriptive data
- Tables, represent data, usually numeric and additive, that can be analyzed and examined
- None
What does a Fact table contain?
- Tables typically contain facts and primary keys to the dimension tables
- Tables typically contain facts and foreign keys to the dimension tables
- Tables containing detail level facts or facts that have been aggregated
- None
Which of the following statements are False?
- Star Schema is a relational database schema for representing multidimensional data that contain one or more dimensions and fact tables
- A snowflake schema is a term that describes a star schema structure normalized through the use of outrigger tables
- Snow flaking NOT recommended in most cases because of the very big dimension table’s size
- Star schema is not recommended as it will be in highly normalized state
Which of the following is an example of Schema Objects?
- Attribute
- Fact
- Hierarchy
- Filter
This type of filter applies the condition directly on the data warehouse?
- Report Filter
- View Filter
- both 1&2
- none
While executing the Report which type of Object allow user to select elements/values?
- Prompt
- Filter
- both 1&2
- none
Which of the following is the most likely candidate for a ‘Fact’?
- Customer Name
- Number of overtime hrs
- ZIP Code
- none
Consolidations can be created with?
- Set of filters
- Attribute elements
- both 1&2
- none
What are the different types of views that are available for a Report?
- Graphical view
- SQL view
- Report view
- Design view