Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 6 Topic 1 Discussion

Databricks Certified Data Engineer Professional Exam Databricks-Certified-Professional-Data-Engineer Question # 6 Topic 1 Discussion

Databricks-Certified-Professional-Data-Engineer Exam Topic 1 Question 6 Discussion:
Question #: 6
Topic #: 1

A junior data engineer seeks to leverage Delta Lake's Change Data Feed functionality to create a Type 1 table representing all of the values that have ever been valid for all rows in abronzetable created with the propertydelta.enableChangeDataFeed = true. They plan to execute the following code as a daily job:

Databricks-Certified-Professional-Data-Engineer Question 6

Which statement describes the execution and results of running the above query multiple times?


A.

Each time the job is executed, newly updated records will be merged into the target table, overwriting previous values with the same primary keys.


B.

Each time the job is executed, the entire available history of inserted or updated records will be appended to the target table, resulting in many duplicate entries.


C.

Each time the job is executed, the target table will be overwritten using the entire history of inserted or updated records, giving the desired result.


D.

Each time the job is executed, the differences between the original and current versions are calculated; this may result in duplicate entries for some records.


E.

Each time the job is executed, only those records that have been inserted or updated since the last execution will be appended to the target table giving the desired result.


Get Premium Databricks-Certified-Professional-Data-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.