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 7 out of 7 pages
Viewing questions 61-70 out of questions
Questions # 61:

Which SQL keyword can be used to convert a table from a long format to a wide format?

Options:

A.

TRANSFORM


B.

PIVOT


C.

SUM


D.

CONVERT


Expert Solution
Questions # 62:

Identify a scenario to use an external table.

A Data Engineer needs to create a parquet bronze table and wants to ensure that it gets stored in a specific path in an external location.

Which table can be created in this scenario?

Options:

A.

An external table where the location is pointing to specific path in external location.


B.

An external table where the schema has managed location pointing to specific path in external location.


C.

A managed table where the catalog has managed location pointing to specific path in external location.


D.

A managed table where the location is pointing to specific path in external location.


Expert Solution
Questions # 63:

A data engineer observes that an ETL job in Databricks has increased its execution time from a five-minute baseline to 12 minutes over the past week. Using the Lakeflow Jobs run-history view, the engineer needs to identify whether the slowdown is consistent or intermittent and determine its root cause.

Which action should the engineer take to analyze execution-time trends against the baseline?

Options:

A.

Automatically increase the cluster size whenever execution time exceeds the previous run’s duration.


B.

Compare cluster metrics in the Lakeflow Jobs run history to identify resource spikes that are causing delays.


C.

Archive old job runs and reset the baseline counter to ensure an accurate comparison of current performance.


D.

Rerun the job immediately to establish a new baseline because historical data becomes irrelevant after seven days.


Expert Solution
Questions # 64:

A Data Engineer is building a simple data pipeline using Delta Live Tables (DLT) in Databricksto ingest customer data. The raw customer data is stored in a cloud storage location in JSON format. The task is to create a DLT pipeline that reads the rawJSON data and writes it into a Delta table for further processing.

Which code snippet will correctly ingest the raw JSON data and create a Delta table using DLT?

A)

Question # 64

B)

Question # 64

C)

Question # 64

D)

Question # 64

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 65:

A data engineer has a Declarative Automation Bundle with a job resource keyed as etl_job in databricks.yml. After running databricks bundle deploy, the job appears in the workspace but has not executed.

Which command triggers execution of the deployed job?

Options:

A.

databricks bundle deploy run


B.

databricks jobs submit --json < config >


C.

databricks bundle execute etl_job


D.

databricks bundle run etl_job


Expert Solution
Questions # 66:

A data engineer uses the Databricks workspace UI with Unity Catalog enabled. In Catalog Explorer, they select catalog corp_marketing, then schema campaigns, and see table email_stats. The engineer must let the growth-analysts group read email_stats from its SQL warehouses, but not create, alter, or delete any objects in corp_marketing or campaigns.

Which action sequence meets the requirement?

Options:

A.

On schema campaigns, grant USE SCHEMA and SELECT; then grant SELECT on table email_stats.


B.

On catalog corp_marketing, grant USE CATALOG and CREATE SCHEMA; on schema campaigns, grant USE SCHEMA; then grant SELECT on email_stats.


C.

On catalog corp_marketing, grant USE CATALOG; on schema campaigns, grant USE SCHEMA; then grant SELECT on email_stats.


D.

On schema campaigns, grant USE SCHEMA; then grant SELECT and MODIFY on email_stats.


Expert Solution
Questions # 67:

A data engineer needs to create a table in Databricks using data from their organization’s existing SQLite database.

They run the following command:

Question # 67

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

Options:

A.

org.apache.spark.sql.jdbc


B.

autoloader


C.

DELTA


D.

sqlite


E.

org.apache.spark.sql.sqlite


Expert Solution
Questions # 68:

A data engineering team needs to incrementally ingest customer transactions from a SaaS application into the Databricks Data Intelligence Platform with the following capabilities:

    Built-in change data capture, including updates and deletes

    Automatic schema evolution

    Serverless execution with retries and minimal maintenance

    OAuth support and basic monitoring

Which solution meets all the requirements?

Options:

A.

Use a Lakeflow Connect standard connector, implement MERGE-based CDC, schema evolution, and retries in workflows, and create a dedicated monitoring dashboard.


B.

Use Auto Loader on exported SaaS files and a Lakeflow Spark Declarative Pipeline that calls the SaaS APIs, handling CDC, schema changes, OAuth, and retries in custom code.


C.

Schedule regional batch jobs that call SaaS REST APIs and write directly to Silver tables using custom CDC and schema-evolution logic.


D.

Use a Lakeflow Connect managed connector for the SaaS application with built-in CDC, schema evolution, OAuth, and serverless compute with retries, and process the data downstream using Lakeflow Spark Declarative Pipelines.


Expert Solution
Questions # 69:

A data engineer is configuring Unity Catalog in Databricks and needs to assign a role to a user who should have the ability to grant and revoke privileges on various data objects within a specific schema but should not have read/write access over the schema or its objects.

Which role should the data engineer assign to this user?

Options:

A.

USE CATALOG / USE SCHEMA privilege on the schema


B.

Catalog Owner


C.

Table Owner


D.

Schema Owner


Expert Solution
Viewing page 7 out of 7 pages
Viewing questions 61-70 out of questions