Easy1 markMultiple Choice
AZ-305 · Question 25 · Domain 2.2: Design Data Integration
Your data engineering team is building a 'Lakehouse' architecture using Azure Databricks.
They need a storage format that supports ACID transactions, scalable metadata handling, and unifies streaming and batch data processing. It must also allow them to perform 'time travel' queries to view previous versions of the data.
Which data format should you recommend?
Your data engineering team is building a 'Lakehouse' architecture using Azure Databricks.
They need a storage format that supports ACID transactions, scalable metadata handling, and unifies streaming and batch data processing. It must also allow them to perform 'time travel' queries to view previous versions of the data.
Which data format should you recommend?
Answer options:
A.
Parquet
B.
Delta Lake
C.
Avro
D.
JSON
How to approach this question
Keywords: 'ACID transactions', 'time travel', 'Databricks'. This defines the Delta Lake format.
Full Answer
B.Delta Lake✓ Correct
Delta Lake is the foundation of the Lakehouse architecture in Azure Databricks. It stores data in Parquet format but adds a transactional log. This enables ACID transactions, concurrent reads/writes, and 'time travel' (querying older versions of the data for auditing or rollbacks).
Common mistakes
Choosing Parquet. Delta Lake *uses* Parquet files under the hood, but Parquet alone does not provide ACID transactions.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 4
55 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ02CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ03CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...HardQ04CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...MediumQ05CASE STUDY: Tailspin Toys
Tailspin Toys is a global manufacturing company with 50,000 employees ...Hard
Expert