0
0
HLDsystem_design~20 mins

Data warehouse vs data lake in HLD - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
πŸŽ–οΈ
Data Storage Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Key difference in data storage format
Which option correctly describes the primary difference in data storage format between a data warehouse and a data lake?
AData warehouses store raw data; data lakes store only processed data.
BData warehouses store structured data in tables; data lakes store raw data in its native format.
CData warehouses store unstructured data; data lakes store only structured data.
DData warehouses and data lakes both store data only in relational databases.
Attempts:
2 left
πŸ’‘ Hint
Think about how data is organized and processed in each system.
❓ Architecture
intermediate
2:00remaining
Choosing between data warehouse and data lake for analytics
A company wants to perform fast business reporting on cleaned sales data and also explore raw customer interaction logs for insights. Which architecture best supports both needs?
AUse a data lake to store raw logs and a data warehouse for cleaned sales data and reporting.
BUse only a data warehouse for all data storage and analytics.
CUse only a data lake for all data storage and analytics.
DStore all data in flat files on local servers without any specialized system.
Attempts:
2 left
πŸ’‘ Hint
Consider the strengths of each system for different data types and use cases.
❓ scaling
advanced
2:00remaining
Scaling storage for growing data volumes
A company’s data volume is growing rapidly with diverse data types. Which scaling approach best suits a data lake compared to a data warehouse?
ABoth data lakes and data warehouses scale only by adding more servers manually.
BData warehouses scale easily by adding cheap storage; data lakes require expensive compute upgrades.
CNeither data lakes nor data warehouses can scale beyond a few terabytes.
DData lakes scale easily by adding cheap storage; data warehouses require expensive scaling of compute and storage.
Attempts:
2 left
πŸ’‘ Hint
Think about cost and flexibility of storage expansion in each system.
❓ tradeoff
advanced
2:00remaining
Tradeoff between data governance and flexibility
Which statement best describes the tradeoff between data governance and flexibility when choosing between a data warehouse and a data lake?
ABoth data warehouses and data lakes have identical governance and flexibility levels.
BData lakes enforce strict governance automatically; data warehouses have no governance controls.
CData warehouses enforce strict governance but limit flexibility; data lakes offer flexibility but require more governance effort.
DData lakes have no governance and no flexibility; data warehouses have full flexibility without governance.
Attempts:
2 left
πŸ’‘ Hint
Consider how each system manages data quality and access controls.
❓ estimation
expert
2:00remaining
Estimating query performance impact
A data warehouse and a data lake both store 10 TB of data. Which factor most impacts query performance difference between them?
AData warehouse uses optimized indexing and pre-structured data; data lake queries often scan large raw files.
BData lake uses indexing and pre-structured data; data warehouse queries scan raw files.
CBoth systems have identical query speeds regardless of data format.
DQuery performance depends only on network speed, not data format or structure.
Attempts:
2 left
πŸ’‘ Hint
Think about how data organization affects how fast queries run.