Databricks-Certified-Professional-Data-Engineer Exam Question 41
A data engineer has a Delta table orders with deletion vectors enabled. The engineer executes the following command:
DELETE FROM orders WHERE status = 'cancelled';
What should be the behavior of deletion vectors when the command is executed?
DELETE FROM orders WHERE status = 'cancelled';
What should be the behavior of deletion vectors when the command is executed?
Databricks-Certified-Professional-Data-Engineer Exam Question 42
Each configuration below is identical to the extent that each cluster has 400 GB total of RAM, 160 total cores and only one Executor per VM.
Given a job with at least one wide transformation, which of the following cluster configurations will result in maximum performance?
Given a job with at least one wide transformation, which of the following cluster configurations will result in maximum performance?
Databricks-Certified-Professional-Data-Engineer Exam Question 43
A Delta Lake table in the Lakehouse named customer_parsams is used in churn prediction by the machine learning team. The table contains information about customers derived from a number of upstream sources. Currently, the data engineering team populates this table nightly by overwriting the table with the current valid values derived from upstream data sources.
Immediately after each update succeeds, the data engineer team would like to determine the difference between the new version and the previous of the table.
Given the current implementation, which method can be used?
Immediately after each update succeeds, the data engineer team would like to determine the difference between the new version and the previous of the table.
Given the current implementation, which method can be used?
Databricks-Certified-Professional-Data-Engineer Exam Question 44
A data engineer wants to join a stream of advertisement impressions (when an ad was shown) with another stream of user clicks on advertisements to correlate when impression led to monitizable clicks.

Which solution would improve the performance?

Which solution would improve the performance?
Databricks-Certified-Professional-Data-Engineer Exam Question 45
A CHECK constraint has been successfully added to the Delta table named activity_details using the following logic:

A batch job is attempting to insert new records to the table, including a record where latitude = 45.50 and longitude = 212.67.
Which statement describes the outcome of this batch insert?

A batch job is attempting to insert new records to the table, including a record where latitude = 45.50 and longitude = 212.67.
Which statement describes the outcome of this batch insert?
