Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

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

Viewing page 4 out of 7 pages
Viewing questions 31-40 out of questions
Questions # 31:

A data engineer needs to create a table in Databricks using data from their organization ' s existing SQLite database. They run the following command:

CREATE TABLE jdbc_customer360

USING

OPTIONS (

url " jdbc:sqlite:/customers.db " , dbtable " customer360 "

)

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

Options:

A.

autoloader


B.

org.apache.spark.sql.jdbc


C.

sqlite


D.

org.apache.spark.sql.sqlite


Expert Solution
Questions # 32:

A data engineering team is using Kafka to capture event data and then ingest it into Databricks. The team wants to be able to see these historical events. Medallion architecture is already in place. The team wants to be mindful of costs.

Where should this historical event data be stored?

Options:

A.

Gold


B.

Silver


C.

Bronze


D.

Raw layer


Expert Solution
Questions # 33:

What is the maximum output supported by a job cluster to ensure a notebook does not fail?

Options:

A.

10MBS


B.

25MBS


C.

30MBS


D.

15MBS


Expert Solution
Questions # 34:

A data analysis team has noticed that their Databricks SQL queries are running too slowly when connected to their always-on SQL endpoint. They claim that this issue is present when many members of the team are running small queries simultaneously. They ask the data engineering team for help. The data engineering team notices that each of the team’s queries uses the same SQL endpoint.

Which of the following approaches can the data engineering team use to improve the latency of the team’s queries?

Options:

A.

They can increase the cluster size of the SQL endpoint.


B.

They can increase the maximum bound of the SQL endpoint’s scaling range.


C.

They can turn on the Auto Stop feature for the SQL endpoint.


D.

They can turn on the Serverless feature for the SQL endpoint.


E.

They can turn on the Serverless feature for the SQL endpoint and change the Spot Instance Policy to “Reliability Optimized.”


Expert Solution
Questions # 35:

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 # 35

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 # 36:

A data engineer runs a statement every day to copy the previous day’s sales into the table transactions. Each day’s sales are in their own file in the location " /transactions/raw " .

Today, the data engineer runs the following command to complete this task:

Question # 36

After running the command today, the data engineer notices that the number of records in table transactions has not changed.

Which of the following describes why the statement might not have copied any new records into the table?

Options:

A.

The format of the files to be copied were not included with the FORMAT_OPTIONS keyword.


B.

The names of the files to be copied were not included with the FILES keyword.


C.

The previous day’s file has already been copied into the table.


D.

The PARQUET file format does not support COPY INTO.


E.

The COPY INTO statement requires the table to be refreshed to view the copied rows.


Expert Solution
Questions # 37:

In which of the following scenarios should a data engineer use the MERGE INTO command instead of the INSERT INTO command?

Options:

A.

When the location of the data needs to be changed


B.

When the target table is an external table


C.

When the source table can be deleted


D.

When the target table cannot contain duplicate records


E.

When the source is not a Delta table


Expert Solution
Questions # 38:

Which tool is used by Auto Loader to process data incrementally?

Options:

A.

Spark Structured Streaming


B.

Unity Catalog


C.

Checkpointing


D.

Databricks SQL


Expert Solution
Questions # 39:

A data engineer needs to conduct Exploratory Analysis on data residing in a database that is within the company ' s custom-defined network in the cloud. The data engineer is using SQL for this task.

Which type of SQL Warehouse will enable the data engineer to process large numbers of queries quickly and cost-effectively?

Options:

A.

Serverless compute for notebooks


B.

Serverless SQL Warehouse


C.

Classic SQL Warehouse


D.

Pro SQL Warehouse


Expert Solution
Questions # 40:

An organization has data stored across multiple external systems, including MySQL, Amazon Redshift, and Google BigQuery. The data engineer wants to perform analytics without ingesting data directly into Databricks, while ensuring unified governance and minimizing data duplication.

Which feature of Databricks enables querying these external data sources while maintaining centralized governance?

Options:

A.

Lakehouse Federation


B.

Databricks Connect


C.

MLflow


D.

Delta Lake


Expert Solution
Viewing page 4 out of 7 pages
Viewing questions 31-40 out of questions