UNIT 2 Question Bank
UNIT 2 Question Bank
12. Impromptu is an
a. Interactive database reporting tool.
b. Executive interface system.
c. Operational database
d. Relational database
41. ___________ consists of formal definitions, such as a COBOL layout or a database schema.
a.Classical metadata
b.Transformation metadata
c. Historical metadata
d.Structural metadata
42. The data administration subsystem helps you perform all of the following, except,
a. query optimization
b.backups and recovery
c. security management
d.create, change, and delete information
43. _________ are designed to overcome any limitations placed on the warehouse by the nature of
the relational data model.
a. Operational database
b. Relational database
c. Multidimensional database
d. Data repository
44. Record cannot be updated in,
a. OLTP
b.files
c. RDBMS
d.data warehouse
45. How a database design is represented in OLAP systems?
a.Star schema
b. Snowflake schema
c.Fact constellation schema
d. All of the above
46. A ……………… system is market-oriented and is used for data analysis by knowledge workers,
including managers, executives, and analysts.
a. OLAP
b. OLTP
c. Both of the above
d. None of the above
47. Fact tables are
a. Completely demoralized
b. Partially demoralized
c. Completely normalized
d. Partially normalized
48. The data is stored, retrieved and updated in ………………..
a. OLAP
b. OLTP
c. SMTP
d. FTP
49. Tools used to analyze the data in multi dimensional and complex views
a. Data mining tools
b. OLAP Tools
c. Application development tools
d. Managed Query tools
50. A catalog contains:
a. Folders
b. Columns
c. Calculations
d. All of the above
PART B
TWO MARKS
Part C
1. Explain typical OLAP operations on multidimensional data with examples.
2. What kinds of OLAP Servers exist? Explain it.
3. In data warehouse technology, a multiple dimensional view can be implemented by a
relational database technique (ROLAP), or by a multidimensional database technique
(MOLAP), or by a hybrid database technique (HOLAP).
(a) Briefly describe each implementation technique.
(b) For each technique, explain how each of the following functions may be
implemented:
i. The generation of a data warehouse (including aggregation)
ii. Roll-up
iii. Drill-down
iv. Incremental updating
Which implementation techniques do you prefer, and why?
4. List and discuss the basic features that are provided reporting and query tools used for
business analysis.
5. What are the differences between the three main types of data warehouse usage:
Information processing, analytical processing and data mining? Discuss the motivation
behind OLAP mining (OLAM).
6. With relevant example discuss Multidimensional online analytical processing and Multi
relational online analytical processing.
7. Illustrate and discuss the concept of various Multidimensional schemas.
8. Discuss briefly about OLAP tools and the Internet.
9. Define all the Reporting and query tools for data analysis.
10. What are the needs for OLAP?
11. Explain Multidimensional Data Model with neat diagram.
12. Name all the OLAP Guidelines and rules for implementation process.
13. Differentiate the MultiDimensional OLAP and MultiRelational OLAP in detail.
14. Briefly explain about the Categories of OLAP Tools.
15. In what way the OLAP Tools are use for the Internet? Explain it.
16. COGNOS Impromptu explain in detail with examples
17. Write short notes on Online Analytical Processing.
18. Suppose that a data warehouse consists of the three dimensions time, doctor, and patient,
and the two measures count and charge, where charge is the fee that a doctor charges a
patient for a visit.
a. Enumerate three classes of schemas that are popularly used for modeling data
warehouses.
b. Draw a schema diagram for the above data warehouse using one of the schema
classes listed in (a).
c. Starting with the base cuboid [day, doctor, patient], what specific
OLAP operations should be performed in order to list the total fee collected by each
doctor in 2004?
d. To obtain the same list, write an SQL query assuming the data are stored in a
relational database with the schema fee (day, month, year, doctor, hospital, patient,
count, charge).