Big Halloween Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Databricks Databricks Certification Databricks-Certified-Data-Engineer-Associate Questions and answers with CertsForce

Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions
Questions # 11:

A data engineer has been using a Databricks SQL dashboard to monitor the cleanliness of the input data to an ELT job. The ELT job has its Databricks SQL query that returns the number of input records containing unexpected NULL values. The data engineer wants their entire team to be notified via a messaging webhook whenever this value reaches 100.

Which of the following approaches can the data engineer use to notify their entire team via a messaging webhook whenever the number of NULL values reaches 100?

Options:

A.

They can set up an Alert with a custom template.


B.

They can set up an Alert with a new email alert destination.


C.

They can set up an Alert with a new webhook alert destination.


D.

They can set up an Alert with one-time notifications.


E.

They can set up an Alert without notifications.


Expert Solution
Questions # 12:

Which of the following statements regarding the relationship between Silver tables and Bronze tables is always true?

Options:

A.

Silver tables contain a less refined, less clean view of data than Bronze data.


B.

Silver tables contain aggregates while Bronze data is unaggregated.


C.

Silver tables contain more data than Bronze tables.


D.

Silver tables contain a more refined and cleaner view of data than Bronze tables.


E.

Silver tables contain less data than Bronze tables.


Expert Solution
Questions # 13:

Which of the following is hosted completely in the control plane of the classic Databricks architecture?

Options:

A.

Worker node


B.

JDBC data source


C.

Databricks web application


D.

Databricks Filesystem


E.

Driver node


Expert Solution
Questions # 14:

A data engineer has realized that they made a mistake when making a daily update to a table. They need to use Delta time travel to restore the table to a version that is 3 days old. However, when the data engineer attempts to time travel to the older version, they are unable to restore the data because the data files have been deleted.

Which of the following explains why the data files are no longer present?

Options:

A.

The VACUUM command was run on the table


B.

The TIME TRAVEL command was run on the table


C.

The DELETE HISTORY command was run on the table


D.

The OPTIMIZE command was nun on the table


E.

The HISTORY command was run on the table


Expert Solution
Questions # 15:

A data engineer is attempting to drop a Spark SQL table my_table and runs the following command:

DROP TABLE IF EXISTS my_table;

After running this command, the engineer notices that the data files and metadata files have been deleted from the file system.

Which of the following describes why all of these files were deleted?

Options:

A.

The table was managed


B.

The table's data was smaller than 10 GB


C.

The table's data was larger than 10 GB


D.

The table was external


E.

The table did not have a location


Expert Solution
Questions # 16:

Which of the following statements regarding the relationship between Silver tables and Bronze tables is always true?

Options:

A.

Silver tables contain a less refined, less clean view of data than Bronze data.


B.

Silver tables contain aggregates while Bronze data is unaggregated.


C.

Silver tables contain more data than Bronze tables.


D.

Silver tables contain a more refined and cleaner view of data than Bronze tables.


E.

Silver tables contain less data than Bronze tables.


Expert Solution
Questions # 17:

A data engineer has configured a Structured Streaming job to read from a table, manipulate the data, and then perform a streaming write into a new table.

The code block used by the data engineer is below:

Question # 17

If the data engineer only wants the query to process all of the available data in as many batches as required, which of the following lines of code should the data engineer use to fill in the blank?

Options:

A.

processingTime(1)


B.

trigger(availableNow=True)


C.

trigger(parallelBatch=True)


D.

trigger(processingTime="once")


E.

trigger(continuous="once")


Expert Solution
Questions # 18:

A data engineer wants to create a new table containing the names of customers that live in France.

They have written the following command:

Question # 18

A senior data engineer mentions that it is organization policy to include a table property indicating that the new table includes personally identifiable information (PII).

Which of the following lines of code fills in the above blank to successfully complete the task?

Options:

A.

There is no way to indicate whether a table contains PII.


B.

"COMMENT PII"


C.

TBLPROPERTIES PII


D.

COMMENT "Contains PII"


E.

PII


Expert Solution
Questions # 19:

A data engineer has a Job with multiple tasks that runs nightly. Each of the tasks runs slowly because the clusters take a long time to start.

Which of the following actions can the data engineer perform to improve the start up time for the clusters used for the Job?

Options:

A.

They can use endpoints available in Databricks SQL


B.

They can use jobs clusters instead of all-purpose clusters


C.

They can configure the clusters to be single-node


D.

They can use clusters that are from a cluster pool


E.

They can configure the clusters to autoscale for larger data sizes


Expert Solution
Questions # 20:

A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.

Which of the following Git operations does the data engineer need to run to accomplish this task?

Options:

A.

Merge


B.

Push


C.

Pull


D.

Commit


E.

Clone


Expert Solution
Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions