Sunteți pe pagina 1din 2

DBMS & HANA Modelling Scenario – CR17 Evaluation

1. BI Life Cycle consists of


A Dimensional Modelling
B Extraction of Data
C Loading Data
D All of the Above
2. Select the correct sequence of BI Life Cycle
A Specify , Plan , Develop & Test , Design , Review & Analyze , Deploy & Train
B Design , Plan , Specify , Develop & Test , Deploy & Train , Review & Analyze
C Specify , Design , Plan , Develop & Test , Deploy & Train , Review & Analyze
D Plan , Specify , Review & Analyze , Design , Deploy & Train , Develop & Test
3. An operational system is
A A system that is used to run the business in real time and is based on historical data.
B A system that is used to run the business in real time and is based on current data.
C A system that is used to support decision making and is based on current data.
D A system that is used to support decision making and is based on historical data.
4. A star schema has what type of relationship between a dimension and fact table
A Many-to-many
B One-to-one
C One-to-many
D All of the above
5. A snowflake schema has which of the following types of tables
A) Fact B) Dimension C) Text/Helper D) All of the above
6. The important aspect of the data warehouse environment is that data found within the data
warehouse
A Subject-oriented.
B Time-variant.
C Integrated.
D All of the above
7. The data is stored, retrieved & updated in
A OLAP B) OLTP C) SMTP D) FTP
8. Data about data is
A Metadata
B Microdata
C Minidata
D Multidata
9. Which of the following is the original purpose of SQL
A To specify the syntax and semantics of SQL data definition language
B To specify the syntax and semantics of SQL manipulation language
C To define the data structures
D All of the above.
10. The SQL WHERE clause
A Limits the column data that are returned.
B Limits the row data are returned.
C A and B.
D Neither of them.
11. Referential integrity constraint can be specified with the help of
A Primary key
B Foreign key
C Secondary key
D None of the above
12. Which command is used to remove all rows from a table
A) Delete B) Remove C) Truncate D) All of the above
13. Which of the following is an aggregate function?
A) Union B) Like C) Group by D) Max
14. Which command is used to add/remove a column to an existing table?
A) Create B) Update C) Alter D) None of these
15. Which of the following are the five built-in functions provided by SQL?
A COUNT, SUM, AVG, MAX, MIN
B SUM, AVG, MIN, MAX, MULT
C SUM, AVG, MULT, DIV, MIN
D SUM, AVG, MIN, MAX, NAME
16. Which of the following sorts the result set in SQL
A SORT BY
B ALIGN BY
C ORDER BY
D GROUP BY
17. What does GROUP BY clause do?
A Sorts the result set
B Filters the result set
C Group the result set
D All of the above
18. Which of the below SQL statement is correct
A SELECT COUNT(Id), Country FROM Customer GROUP BY Country WHERE COUNT(Id) > 10
B SELECT COUNT(Id), Country FROM Customer GROUP BY Country HAVING COUNT(Id) > 10
C Both A & B
D None of the above.
19. Please specify the different types of JOINS available in SQL

20. What types of Join returns all rows that satisfy the Join Condition
A Inner Join
B Outer Join
C Semi Join
D Anti-Join

S-ar putea să vă placă și