Databricks Certified Data Engineer Professional — Question 143

A junior data engineer is migrating a workload from a relational database system to the Databricks Lakehouse. The source system uses a star schema, leveraging foreign key constraints and multi-table inserts to validate records on write.

Which consideration will impact the decisions made by the engineer while migrating this workload?

Answer options

Correct answer: D

Explanation

The correct answer is D because Delta Lake ensures ACID compliance for operations on individual tables but does not enforce foreign key constraints, which differs from traditional relational databases. Options A, B, and C are incorrect as they misrepresent the functionality and behavior of Databricks Lakehouse regarding foreign keys and transaction handling.