Tuesday 3 February 2015

ETL Testing / Data Warehouse Testing Questions and Answers Part2

11. What is Factless Fact table?
            The Fact Table which does not contains facts is called as Fact Table. Generally when we need to combine two data marts, then one data mart will have a fact less fact table and other one with common fact table.

12. What are Measures?
            Measures are numeric data based on columns in a fact table.

13. What are Cubes?
            Cubes are data processing units composed of fact tables and dimensions from the data warehouse. They provided multidimensional analysis.

14. What are Virtual Cubes?
            These are combination of one or more real cubes and require no disk space to store them. They store only definition and not the data.

15. What is a Star schema design?
            A Star schema is defined as a logical database design in which there will be a centrally located fact table which is surrounded by at least one or more dimension tables. This design is best suited for Data Warehouse or Data Mart.

16. What is Snow Flake schema Design?
            In a Snow Flake design the dimension table (de-normalized table) will be further divided into one or more dimensions (normalized tables) to organize the information in a better structural format. To design snow flake we should first design star schema design.

17. What is Operational Data Store [ODS] ?
            It is a collection of integrated databases designed to support operational monitoring. Unlike the OLTP databases, the data in the ODS are integrated, subject oriented and enterprise wide data.

18. What is Denormalization?
            Denormalization means a table with multi duplicate key. The dimension table follows Denormalization method with the technique of surrogate key.

19. What is Surrogate Key?
            A Surrogate Key is a sequence generated key which is assigned to be a primary key in the system (table).

20. What are the client components of Informatica 7.1.1?
Informatica 7.1.1 Client Components:
1.     Informatica Designer
2.     Informatica Work Flow  Manager
3.     Informatica Work Flow Monitor
4.     Informatica Repository Manager
5.     Informatica Repository Server Administration Console.
More Questions & Answers :-
Part1  Part2  Part3  Part4  Part5

No comments:

Post a Comment