ERWIN Quiz
ERWIN Quiz : This ERWIN Expert Quiz contains set of 60 ERWIN Quiz which will help to clear any exam which is designed for Expert.
1) MetaData of OLAP Databases
- facts, dimensions, attributes
- Files
- ERWIN
- Index,Primary Key
2) Object that contains data from one or more tables, which have one or more columns in common and stores together all the rows from all the table.
- CLUSTER
- SET OPERATOR
- STRING FUNCTION
- DATE FUNCTION
3) Offline Operational Databases>Offline Data warehouse:
>Real time Data Warehouse>Integrated Data Warehouse:
- STAGES OF OLTP DATA DESIGN
- STAGES OF OLAP DATA DESIGN
- STEPS TO READ FILE
- STEPS TO READ VARIABLE
4) Stronger version of the third normal form
- 3NF
- BCNF
- 1NF
- 2NF
5) Design is optimal for Warehouse
- OLTP
- FILESYSTEM
- NOSQL
- OLAP
6) Table used while updating data in DWH
- INDEXED TABLE
- CLUSTER TABLE
- LOOKUP TABLE
- ALL
7) LOWEST level of information that will be stored in the fact table.
- DIMENSION
- FACT
- GRAIN
- LOOKUP
8) facts that cannot be summed up for any of the dimensions
- NON-Additive facts
- Additive facts
- Factless facts
- ALL
9) Time
- Example of GRAIN
- Example of SLOW CHANGING DIMWENSION
- Example of CONFIRMED DIMWENSION
- NORMAL DIMENSION
10) Data captured by Slowly Changing Dimensions (SCDs) change slowly but unpredictably
- SCD
- CONFIRMED DIMENSION
- Factless facts
- AGGREAGATE DIMENSION
11) Single fact table connected to dimension tables
- SNOWFLAKE Schema
- STAR Schema
- OLTP SCHEMA
- ALL
12) What is diff b/w DATAWAREHOUSING & BUSINESS INTELLIGENCE
- Used to store history data
- Both are Same
- OLTP & OLAP
- Stores history data and used to process KPI
13) What is DEGENERATE DIMENSION
- dimension key in the fact table that does not have its own dimension table,
- dimension key in the fact table that does have its own dimension table
- KEY IN Factless fact table
- KEY FOR CUBE table .
14) While Designing Warehouse,why FACT Table is normalized while other tables are Denormalized?
- IMPROVE PERFORMANCE
- IMPROVE LOGIC
- EASY TO WIRTE QUERY
- NONE
15) Grouping of Random flags and text Attributes in a dimension and moving them to a separate sub dimension
- SCD
- JUNK DIMENSION
- Factless facts
- AGGREAGATE DIMENSION
16) Index used for the columns in which the ratio of the number of distinct values to the number of rows in the table is very low.
- BTREE
- UNIQUE
- CLUSTERED
- BITMAP
17) A TABLE sits between a fact table and a dimension table to resolve many-to-many relationships between a fact and a dimension
- FACT TABLE
- BRIDGE TABLE
- DIMENSION TABLE
- ALL
18) Which type of entity represents a logical generalization whose actual occurrence is represented by a second, associated entity?
- Supertype entity
- Subtype entity
- Archetype entity
- Instance entity
19) Which of the options can be used for row co-location in Oracle?
- Cluster table
- Varray table
- Partitioning
- Materialized views
20) Which of the following is HAS-A relationship?
- 1:1
- 1:N
- N:M
- All of the above
21) If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true?
- All fields are stored in one relation
- All fields are stored in two relations
- All fields are stored in three relations
- All fields are stored in four relations
22) Which of the following is not a factor to consider when switching from small to large block size?
- The length of all of the fields in a table row
- The number of columns
- Block contention
- Random row access speed
23) A rule of thumb for choosing indexes for a relational database includes which of the following?
- Indexes are more useful on smaller tables.
- Indexes are more useful for columns that do not appear frequently in the WHERE clause in queries.
- Do not specify a unique index for the primary key of each table
- Be careful indexing attributes that have null values
24) A multidimensional database model is used most often in which of the following models?
- Data warehouse
- Relational
- Hierarchical
- Network
25) A transitive dependency is which of the following?
- A functional dependency between two or more key attributes.
- A functional dependency between two or more nonkey attributes
- A relation that is in first normal form.
- A relation that is in second normal form.
26) Which of the following data constraints would be used to specify that the value of cells in a column must be one of a specific set of possible values?
- A domain constraint
- A range constraint
- An intrarelation constraint
- An interrelation constraint
27) Which of the following data constraints would be used to specify that the value of a cell in one column must be less than the value of a cell in another column in the same row of the same table?
- A domain constraint
- A range constraint
- An intrarelation constraint
- An interrelation constraint
28) For every relationship, how many possible types of actions are there when enforcing minimum cardinalities?
- Two
- Three
- Four
- Six
29) For every relationship, how many possible sets of minimum cardinalities are there?
- Two
- Three
- Four
- Six
30) Most of the time, modification anomalies are serious enough that tables should be normalized into
- 1NF
- 2NF
- 3NF
- None of the above
31) Which answer is an example of the inconsistent values problem from the below sample of data from a table?
- Three columns have the values 534-2435, 534-7867, and 546-2356 in the same row.
- Three rows have the values Brown Small Chair, Small Chair Brown, and Small Brown Chair in the same column.
- Three rows have the values Brown, NULL, and Blue in the same column.
- One row has the value “He is interested in a Silver Porsche from the years 1978-1988” in a column.
32) The data model that is produced from reverse engineering is
- a conceptual model
- an internal model
- a logical model
- None of the above
33) How many copies of the database schema are typically used in the redesign process?
- One
- Two
- Three
- Four
34) A relation is in this form if it is in BCNF and has no multivalued dependencies
- 2NF
- 3NF
- 4NF
- Domain/Key Normal Form
35) If attributes A and B determine attribute C, then it is also true that:
- A – C
- B – C
- (A,B) is a composite determinant
- C is a determinant
36) Specialization is which of the following processes?
- Defining one or more subtypes of the supertype and forming supertype/subtype relationships.
- Defining one or more supertypes of the subtype and forming supertype/subtype relationship
- Defining one or more subtypes of the supertype and not forming supertype/subtype relationships
- Defining one or more supertypes of the subtype and not forming supertype/subtype relationships
37) When mapping a ternary relationship with an associative entity into a relation which of the following is true?
- One relation is created
- Two relations are created
- Three relations are created
- Four relations are created
38) Use of a supertype/subtype relationship is necessary when which of the following exists?
- An instance of a subtype participates in a relationship that is unique to that subtype
- An instance of a subtype participates in a relationship that is the same as the other subtypes
- Attributes apply to all of the instances of an entity type
- No attributes apply to any of the instances of an entity type
39) Which of the following is not one of the three ways to classify an action assertion?
- Condition
- Integrity Control
- Authorization
- Enabler
40) When an entity instance may be a member of multiple subtypes or it does not have to be a member of a subtype, it is which of the following?
- Disjoint with total specialization
- Disjoint with partial specialization
- Overlap with total specialization
- Overlap with partial specialization
41) Which of the following options help to achieve database scalability?
- Partitioning
- Compression
- ILM
- All of the above
42) The process of reading a database schema and producing a data model from that schema is known as
- Data modelling
- Database Design
- Reverse Engineering
- None of the above
43) Dimesions that can be used across multiple Data Marts in combination with multiple fact tables are known as
- Conformed Facts
- Junk Dimension
- Degenerated Dimension
- None of the above
44) Which of the following used to implement Hybird SCD’s?
- SCD1
- SCD2
- Both
- None of the above
45) Bottom Up architecture of Datawarehouse
- Ralph Kimbol
- Bill Inmon
- All of the above
- None of the above
46) Which of the following helps for faster results on reporting?
- Views
- Temporary tables
- Materialized Views
- None of the above
47) Which of the following is prefered for aggregated facts?
- Semi-additive
- Non-additive
- All of the above
- None of the above
48) Dollar value is a
- Semi-additive facts
- Additive Fact
- Non-additive facts
- None of the above
49) Measure and metrics are
- Semi-additive facts
- Additive Fact
- Non-additive facts
- All of the above
50) Loading only ongoing changes in the OLTP into ODS is
- Incremental Load
- Full load
- Partial load
- None of the above
51) Which of the following is bottom-up approach in which two lower level entities combine to form a higher level entity?
- Specialization
- Generalization
- Reverse Engineering
- None of the above
52) A pilot can fly three types of planes and a plane can be piloted by any qualified pilot. The pilot-plane type relationship is
- N:3
- 3:N
- 1:3
- 3:1
53) Data integrity is ensured by
- good data editing
- propagating data changes to all data items
- preventing unauthorized access
- preventing data duplication
54) A check pointing system is needed
- to ensure system security
- to recover from transient faults
- to ensure system privacy
- to ensure system integrity
55) Data integrity in a file based system may be lost because
- the same variable may have different values in different files
- files are duplicated
- unnecessary data is stored in files
- redundant data is stored in files
56) Data independence allows
- sharing the same database by several applications
- extensive modification of applications
- no data sharing between applications
- elimination of several application programs
57) DBMS must implement management controls to
(i) control access rights to users
(ii) implement audit trail when changes are made
(iii) allow data to be used extensively in the organization
(iv) duplicate databases
- i, ii
- ii, iii
- iii, iv
- i, iv
58) Designing physical model of DBMS requires information on
(i) data volume
(ii) frequency of access to data
(iii) programming language used
(iv) secondary memory characteristics
- i, ii
- i, ii, iii
- i, ii, iii, iv
- i, ii, iv
59) When a logical model is mapped into a physical storage such as a disk store the resultant data model is known as
- conceptual data model
- external data model
- internal data model
- disk data model
60) Data independence allows
(i) no changes in application programs
(ii) change in database without affecting application programs
(iii) hardware to be changed without affecting application programs
(iv) system software to be changed without affecting appl
- i, ii
- ii, iii
- ii, iii, iv
- i, ii, iv
61) A good database design
(i) caters primarily to current needs
(ii) caters to current and future needs as organizations grow
(iii) has to be modified when hardware is upgraded
(iv) ensures data security
- i, ii
- i, ii, iii
- ii, iv
- iii, iv
62) A good database design
(i) is expandable with growth and changes in organization
(ii) easy to change when software changes
(iii) ensures data integrity
(iv) allows access to only authorized users
- i, ii
- ii, iii
- i, ii, iii, iv
- i, ii, iii