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

DP-750 Implementing Data Engineering Solutions Using Azure Databricks Questions and Answers

Questions 4

You need to configure compute for the ingestion of telemetry data. The solution must meet the data ingestion and processing requirements.

What should you do?

Options:

A.

Enable Photon acceleration for a job compute cluster.

B.

Move the ingestion pipelines to shared compute.

C.

Increase an all-purpose cluster to a larger fixed node type.

D.

Disable autoscaling for a job compute cluster.

Buy Now
Questions 5

Which ingestion option should you recommend for each data source? To answer, drag the appropriate options to the correct data sources. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 6

You need to develop the task logic for a new job in Lakeflow Jobs that processes telemetry data.

Each task must contain only the appropriate logic for its step in the pipeline. The solution must support the planned changes and meet the data ingestion and processing requirements.

What should you do?

Options:

A.

Use a single Databricks notebook task that performs ingestion, cleansing, and curation in one script.

B.

Create three tasks that each contains the identical logic and use task retries.

C.

Use a single SQL task that performs ingestion, cleansing, and curation by running merge commands.

D.

Create separate tasks for ingestion, cleansing, and curation.

Buy Now
Questions 7

You need to recommend a compute type for the production ingestion workloads and BI workloads. The solution must meet the environment and compute requirements.

What should you recommend for each type of workload? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 8

You have an Azure Databricks workspace.

You have a streaming table named sales_order that is populated by using a Lakeflow Spark Declarative Pipelines (SDP) pipeline.

You need to create a new streaming table named sales_order_by_city that summarizes sales by city and calculates the total sales per city.

How should you complete the SQL statement? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 9

You have an Azure Databricks workspace named Workspace1 that contains a cluster named Cluster1.

You need to enable a user named User1 to install a Maven package on all the nodes of Cluster1. The solution must follow the principle of least privilege.

What should you do?

Options:

A.

Assign User1 the Contributor role for the resource group that contains Workspace1.

B.

Grant User1 the CAN RESTART permission for Cluster1.

C.

Grant User1 the CAN MANAGE permission for Cluster1.

D.

Assign User1 the workspace admins role for Workspace1.

Buy Now
Questions 10

Which SCD type should you use to support the planned data modeling changes? To answer, drag the appropriate types to the correct issues. Each type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 11

You have an Azure Databricks workspace that is enabled for Unity Catalog.

You have a complex job named Job1 that contains eight tasks. Job1 takes multiple hours to complete.

During the last job run, the final task fails due to a transient issue.

You need to retry the last task without rerunning tasks that have already completed.

What should you do?

Options:

A.

Repair the current job run.

B.

Update the job parameters.

C.

Restart Job1.

D.

Disable and reenable the job schedule.

Buy Now
Questions 12

You have an Azure Databricks workspace that is enabled for Unity Catalog and contains a managed Delta table named Payments.

Payments stores transaction data and contains a column named payment_amount of the Decimal data type.

You must enforce the following business rule:

payment_amount must be between 0 and 10,000, inclusive

You need to ensure that records that violate the rule are rejected when data is written to the Payments table.

What should you do?

Options:

A.

Add a CHECK constraint to payment_amount to enforce the allowed range.

B.

Configure row-level security (RLS) to hide records that have invalid values.

C.

Run SELECT statements to filter out records that have invalid values in payment_amount.

D.

Create a table update trigger.

Buy Now
Questions 13

You have an Apache Spark DataFrame named salesDF that contains the following columns:

    Product

    Region

    Sales

    Date

You need to create a pivot table that shows the total sales by product for each region.

How should you complete the PySpark code segment? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 14

You have an Azure Databricks workspace that uses Unity Catalog.

You have a Lakeflow Spark Declarative Pipelines (SDP) pipeline that ingests data into a managed Delta table named Table1. Table! is used for analytics.

New columns are added to the source data, causing pipeline failures during writes to Table!

You need to prevent the pipeline failures. The solution must ensure that schema changes are detected and handled.

What should you do?

Options:

A.

Disable schema enforcement for Table1.

B.

Use row filters to exclude records that have new columns.

C.

Enable schema evolution.

D.

Create a separate table for each schema version.

Buy Now
Questions 15

You have an Azure Databricks workspace named Workspace1 that contains a Git folder linked to a remote Git repository. The Git folder contains a Databricks notebook named Notebook1.

From the main branch, you create a feature branch named Branch1 and commit changes to Notebook1.

Another user commits changes to Notebook1 in main.

When you attempt to merge Branch1 into main, a merge conflict occurs.

You need to ensure that Notebook1 in main includes the changes from both branches.

What should you do?

Options:

A.

From Workspace1, clone Branch1 as a new Git folder.

B.

Apply the changes directly to the main branch.

C.

Merge main into Branch1, resolve the conflicts, and then complete the merge of Branch1 into main.

D.

From Workspace1, clone the main branch as a new Git folder.

Buy Now
Questions 16

You have an Azure Databricks workspace that is enabled for Unity Catalog and contains a Delta table named Orders.

You load the Orders table into an Apache Spark DataFrame named df.

You need to create a DataFrame that excludes rows where the order amount is null.

Solution: You run the following expression.

df.filter(df.order_amount != None)

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 17

You have an Azure Databricks workspace that contains the objects shown in the following table.

Name | Type

Catalog1 | Catalog

Schema1 | Schema

Sales1 | Table

Notebook1 | Notebook

Space1 | AI/BI Genie space

Users often use the following words to refer to a sale: transaction, event, order, and invoice.

You need to create a knowledge store. The solution must ensure that when the users use any of the words in Space1, Genie queries the Sales1 table. Any other Genie spaces must remain unaffected.

To which object should you add the instructions?

Options:

A.

Sales1

B.

Space1

C.

Notebook1

D.

Schema1

Buy Now
Questions 18

You have an Azure Databricks workspace that contains an all-purpose cluster named Cluster! You need to configure Cluster1 to meet the following requirements;

• The cluster must scale up automatically when workloads increase.

• The cluster must scale down automatically when workloads decrease.

The solution must minimize costs.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Disable Photon acceleration.

B.

Apply a compute policy that enables users to manage the cluster settings.

C.

Configure Cluster1 to terminate after 30 minutes of inactivity.

D.

Enable autoscaling for Cluster1.

E.

Specify a fixed number of workers.

Buy Now
Questions 19

You have an Azure Databricks workspace that is enabled for Unity Catalog

You have a complex job named Job1 that contains eight tasks. Job! takes multiple hours to complete

During the last job run, the final task fails due to a transient issue.

You need to retry the last task without rerunning tasks that have already completed.

What should you do?

Options:

A.

Update the job parameters.

B.

Repair the current job run.

C.

Restart Job!

D.

Disable and reenable the job schedule.

Buy Now
Questions 20

You have an Azure Databricks workspace named Workspace1 that is attached to a Unity Catalog metastore named metastore1

You need to register an Azure Storage account named account1 that has a hierarchical namespace enabled as an external location The external location must use a managed identity to authenticate to account1 and the solution must follow the principle of least privilege.

Which three actions should you perform in sequence ' To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Options:

Buy Now
Exam Code: DP-750
Exam Name: Implementing Data Engineering Solutions Using Azure Databricks
Last Update: Aug 8, 2026
Questions: 91
DP-750 pdf

DP-750 PDF

$28.5  $94.99
DP-750 Engine

DP-750 Testing Engine

$33  $109.99
DP-750 PDF + Engine

DP-750 PDF + Testing Engine

$43.5  $144.99