Unit 4 - Practice Quiz

INT323 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. Extract, Transfer, Load
B. Extract, Transform, Load
C. Execute, Transform, Load
D. Enter, Transact, Log

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

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

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

A. A relational database table
B. A three-dimensional visualization tool
C. A hardware storage unit for backups
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 visualize data for end-users
B. To convert data into a format suitable for the destination system
C. To store raw data immediately
D. To delete all historical data

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

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

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

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

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

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

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

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

9 What is 'Incremental Loading'?

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

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

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

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

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

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

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

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 incrementally
D. Loading data only on weekends

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

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

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 requires no training
C. It provides metadata management and visual workflow design
D. It eliminates the need for a database

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

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

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

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

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

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

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

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

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

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

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

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

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 encryption the data
C. To sort the data alphabetically
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 time difference between data creation in the source and availability in the target
C. The size of the hard drive
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. ETL
C. OLTP
D. CDC

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

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

26 What is 'Data Granularity'?

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

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

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

28 A 'Dimension' in a data cube represents:

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

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

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

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 increases the storage size unnecessarily
D. It slows down the extraction process

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

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

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

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

33 What type of transformation is 'Filtering'?

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

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

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

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

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

36 Which of the following is strictly an ETL Tool?

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

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

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

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

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

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

A. It requires user interaction
B. It deletes data
C. It changes the number of rows
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 speed of data access
B. The security levels of users
C. The parent-child relationships within a dimension (e.g., Year -> Quarter -> Month)
D. The network topology

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

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

42 What is 'Data Normalization' usually associated with?

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

43 The 'Router' transformation is used to:

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

44 What is the definition of 'Data Quality'?

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

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

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

46 What is a 'Derived Column'?

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

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

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

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

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

49 Which operation is the opposite of 'Pivot'?

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

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

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