Pre-Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free Databricks-Certified-Professional-Data-Engineer Databricks Updates

Databricks Certified Data Engineer Professional Exam Questions and Answers

Question 9

How are the operational aspects of Lakeflow Declarative Pipelines different from Spark Structured Streaming ?

Options:

A.

Lakeflow Declarative Pipelines manage the orchestration of multi-stage pipelines automatically, while Structured Streaming requires external orchestration for complex dependencies.

B.

Structured Streaming can process continuous data streams, while Lakeflow Declarative Pipelines cannot.

C.

Lakeflow Declarative Pipelines can write to Delta Lake format, while Structured Streaming cannot.

D.

Lakeflow Declarative Pipelines automatically handle schema evolution, while Structured Streaming always requires manual schema management.

Question 10

A DLT pipeline includes the following streaming tables:

Raw_lot ingest raw device measurement data from a heart rate tracking device.

Bgm_stats incrementally computes user statistics based on BPM measurements from raw_lot.

How can the data engineer configure this pipeline to be able to retain manually deleted or updated records in the raw_iot table while recomputing the downstream table when a pipeline update is run?

Options:

A.

Set the skipChangeCommits flag to true on bpm_stats

B.

Set the SkipChangeCommits flag to true raw_lot

C.

Set the pipelines, reset, allowed property to false on bpm_stats

D.

Set the pipelines, reset, allowed property to false on raw_iot

Question 11

A departing platform owner currently holds ownership of multiple catalogs and controls storage credentials and external locations. A data engineer has been asked to ensure continuity: transfer catalog ownership to the platform team group, delegate ongoing privilege management, and retain the ability to receive and share data via Delta Sharing.

Which role must be in place to perform these actions across the metastore?

Options:

A.

Metastore Admin, because metastore admins can transfer ownership and manage privileges across all metastore objects, including shares and recipients.

B.

Account Admin, because account admins can only create metastores but cannot change ownership of catalogs.

C.

Workspace Admin, because workspace admins can transfer ownership of any Unity Catalog object.

D.

Catalog Owner, because catalog owners can transfer any object in any catalog in the metastore.

Question 12

Which method can be used to determine the total wall-clock time it took to execute a query?

Options:

A.

In the Spark UI, take the job duration of the longest-running job associated with that query.

B.

In the Spark UI, take the sum of all task durations that ran across all stages for all jobs associated with that query.

C.

Open the Query Profiler associated with that query and use the Total wall-clock duration metric.

D.

Open the Query Profiler associated with that query and use the Aggregated task time metric.