Unit 4: Multi-dimensional data - Practice Quiz

INT323 — Database Essentials Toward Informatica 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What does the acronym ETL stand for in the context of data warehousing?

A. Execute, Transform, Load
B. Enter, Transact, Log
C. Extract, Transform, Load
D. Extract, Transfer, Load

2 Which phase of the ETL process involves retrieving data from various source systems?

A. Extraction
B. Staging
C. Loading
D. Transformation

3 In the context of multi-dimensional data, what is a 'Data Cube'?

A. A hardware storage unit for backups
B. A three-dimensional visualization tool
C. A relational database table
D. A data structure that allows analysis of data from multiple perspectives

4 What is the primary purpose of the 'Transformation' step in ETL?

A. To delete all historical data
B. To visualize data for end-users
C. To convert data into a format suitable for the destination system
D. To store raw data immediately

5 Which OLAP operation involves moving from detailed data to a higher level of summarization?

A. Roll-up
B. Dice
C. Slice
D. Drill-down

6 What is the 'Staging Area' in an ETL process?

A. A temporary storage area used between extraction and transformation
B. The source system database
C. The user interface for reporting
D. The final destination for the data

7 Which of the following is a common data transformation task?

A. Hardware maintenance
B. Data entry
C. Creating backup tapes
D. Data cleansing (removing duplicates/nulls)

8 Which OLAP operation allows you to navigate from summarized data to more detailed data?

A. Pivot
B. Drill-down
C. Roll-up
D. Slice

9 What is 'Incremental Loading'?

A. Loading data without any transformation
B. Loading only the data that has changed or is new since the last load
C. Loading data manually one record at a time
D. Deleting the database and reloading everything

10 In Informatica and other ETL tools, what is a 'Mapping'?

A. The physical cabling diagram
B. A definition of the flow of data from source to target including transformations
C. A geographical map of server locations
D. A list of user passwords

11 What does CDC stand for in the context of data extraction?

A. Central Data Core
B. Create Data Cubes
C. Change Data Capture
D. Computer Disk Check

12 Which operation selects a single dimension from a data cube, effectively creating a 2D view?

A. Slicing
B. Drilling
C. Rolling
D. Dicing

13 What is a 'Full Load' strategy?

A. Completely erasing the target and reloading all data from the source
B. Loading only error logs
C. Loading data only on weekends
D. Loading data incrementally

14 The 'Dice' operation in a data cube performs which action?

A. Summarizes the data
B. Rotates the axes of the cube
C. Selects a single value for one dimension
D. Selects a sub-cube by selecting specific values for multiple dimensions

15 Which of the following is a major benefit of using an ETL tool like Informatica over hand-coding SQL?

A. It is always free of cost
B. It provides metadata management and visual workflow design
C. It requires no training
D. It eliminates the need for a database

16 In a data cube, what are 'Measures'?

A. The keys linking tables
B. The numerical data being analyzed (e.g., Sales Amount)
C. The descriptive attributes like Product Name
D. The security protocols

17 What is 'Data Validation' during the Transformation phase?

A. Encrypting the data
B. Ensuring data meets defined business rules and constraints
C. Copying data to a backup drive
D. Compressing the data for storage

18 Which transformation type is used to combine data from two different sources based on a common key?

A. Sorter
B. Aggregator
C. Joiner
D. Filter

19 What allows an ETL process to pause and restart from a specific point in case of failure?

A. Data Marts
B. Checkpoints
C. Primary Keys
D. Firewalls

20 The 'Pivot' or 'Rotate' operation is used to:

A. Delete dimensions
B. Add new data to the cube
C. Reorient the view of the data to provide an alternative presentation
D. Filter out null values

21 Which of the following is an example of a heterogeneous data source in ETL?

A. Extracting from Oracle and loading into Oracle
B. Extracting from a CSV file and a SQL database to load into a Data Warehouse
C. Copying a table within the same database
D. Renaming a table

22 What is the role of a 'Surrogate Key' generated during transformation?

A. To replace the natural primary key with a unique internal system identifier
B. To sort the data alphabetically
C. To encryption the data
D. To act as a foreign key to the source system

23 Latency in ETL refers to:

A. The cost of the software
B. The size of the hard drive
C. The time difference between data creation in the source and availability in the target
D. The number of rows in a table

24 Which ETL approach loads data into the target system first and then transforms it?

A. ELT
B. OLTP
C. CDC
D. ETL

25 In simple ETL processing, what is a 'Lookup' transformation used for?

A. To delete records
B. To export data to Excel
C. To search for relevant values in another table or file based on a source value
D. To aggregate sums

26 What is 'Data Granularity'?

A. The speed of the processor
B. The type of database used
C. The level of detail or summary of the data
D. The security level of the data

27 Which component in Informatica PowerCenter executes the sessions and workflows?

A. Designer
B. Client Tools
C. Repository Service
D. Integration Service

28 A 'Dimension' in a data cube represents:

A. The total size of the database
B. The quantitative data
C. The calculation algorithm
D. The perspective or category by which data is viewed (e.g., Time, Location)

29 What is the primary function of an 'Aggregator' transformation?

A. To split data into multiple streams
B. To join tables
C. To filter rows
D. To perform calculations like Sum, Avg, Count on groups of data

30 Why is 'Metadata' important in ETL?

A. It provides data about the data (e.g., source, format, lineage)
B. It is the actual user data
C. It slows down the extraction process
D. It increases the storage size unnecessarily

31 Which loading strategy performs an 'Update else Insert' (Upsert) operation?

A. Truncate and Load
B. Full Load
C. Static Load
D. Incremental Merge

32 The process of tracking the flow of data from origin to destination is called:

A. Data Lineage
B. Data Compression
C. Data Mining
D. Data Encryption

33 What type of transformation is 'Filtering'?

A. Loading transformation
B. Active transformation
C. Extraction transformation
D. Passive transformation

34 In a Star Schema, which tables connect to the central Fact Table?

A. System Tables
B. Temporary Tables
C. Dimension Tables
D. Other Fact Tables

35 What is the purpose of 'Error Handling' in ETL?

A. To ignore all errors
B. To delete the source database
C. To stop the server permanently
D. To capture, log, and manage records that fail validation or transformation

36 Which of the following is strictly an ETL Tool?

A. Informatica PowerCenter
B. Adobe Photoshop
C. Google Chrome
D. Microsoft Word

37 What is a 'Flat File' in the context of data extraction?

A. A 3D image file
B. A database with no relationships
C. A plain text file (like CSV or TXT) containing data records
D. A corrupted file

38 During the Loading phase, what does 'Referential Integrity' ensure?

A. That the disk is not full
B. That relationships between tables remain consistent (e.g., Foreign Keys exist)
C. That data is loaded quickly
D. That the data is encrypted

39 What is the benefit of a 'Passive' transformation?

A. It changes the number of rows
B. It deletes data
C. It requires user interaction
D. It does not change the number of rows passing through (e.g., calculation derived from a column)

40 In multidimensional data, a 'Hierarchy' defines:

A. The security levels of users
B. The speed of data access
C. The network topology
D. The parent-child relationships within a dimension (e.g., Year -> Quarter -> Month)

41 Which ETL process is most likely to be used for 'Real-time' data warehousing?

A. Stream Processing / Micro-batching
B. Manual Entry
C. Batch Processing
D. Quarterly Loading

42 What is 'Data Normalization' usually associated with?

A. OLAP Systems
B. Transactional (OLTP) Source Systems
C. Flat Files
D. Data Cubes

43 The 'Router' transformation is used to:

A. Sort data
B. Join two tables
C. Send data to a single target
D. Split data into multiple groups based on conditions

44 What is the definition of 'Data Quality'?

A. The speed of the internet connection
B. The fitness of data for its intended use (accuracy, completeness, consistency)
C. The cost of the database license
D. The amount of data stored

45 Which step usually comes immediately after Extraction in a standard ETL workflow?

A. Archiving
B. Loading
C. Transformation (or Staging)
D. Reporting

46 What is a 'Derived Column'?

A. A column extracted directly from the source
B. A deleted column
C. A new column created through calculation or concatenation during transformation
D. A primary key

47 In the context of Informatica, what is a 'Workflow'?

A. A set of instructions describing how and when to run tasks (sessions)
B. A single SQL query
C. The database installation file
D. The error log

48 Why might 'Data Type Conversion' be necessary during ETL?

A. To make the file look bigger
B. To confuse hackers
C. It is never necessary
D. Because the source system and target system may use different data formats (e.g., String vs Date)

49 Which operation is the opposite of 'Pivot'?

A. Unpivot
B. Filter
C. Slice
D. Join

50 What is the main advantage of using a Data Cube over a standard SQL query for analysis?

A. It uses less memory
B. It is slower
C. It allows for data entry
D. It pre-aggregates data, providing faster query response for multidimensional analysis