Online Access Free Databricks-Certified-Professional-Data-Engineer Practice Test
| Exam Code: | Databricks-Certified-Professional-Data-Engineer |
| Exam Name: | Databricks Certified Professional Data Engineer Exam |
| Certification Provider: | Databricks |
| Free Question Number: | 217 |
| Posted: | Aug 18, 2026 |
A data engineer is tasked with ensuring that a Delta table in Databricks continuously retains deleted files for
15 days instead of the default 7 days, in order to comply with the organization's data retention policy. Which code snippet correctly sets this retention period for deleted files?
A table in the Lakehouse named customer_churn_params 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.
The churn prediction model used by the ML team is fairly stable in production. The team is only interested in making predictions on records that have changed in the past 24 hours.
Which approach would simplify the identification of these changed records?
Assuming that the Databricks CLI has been installed and configured correctly, which Databricks CLI command can be used to upload a custom Python Wheel to object storage mounted with the DBFS for use with a production job?
A data engineer is designing a Lakeflow Spark Declarative Pipeline to process streaming order data. The pipeline uses Auto Loader to ingest data and must enforce data quality by ensuring customer_id is not null and amount is greater than zero. Invalid records should be dropped. Which Lakeflow Spark Declarative Pipelines configuration implements this requirement using Python?
While reviewing a query ' s execution in the Databricks Query Profiler, a data engineer observes that the Top Operators panel shows a Sort operator with high Time Spent and Memory Peak metrics. The Spark UI also reports frequent data spilling .
How should the data engineer address this issue?