Summer Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

DP-750 Sample Questions Answers

Questions 4

You have an Azure Databricks workspace that is enabled for Unity Catalog and contains a catalog named Catalog 1. Catalog 1 contains a table named Transactions. Transactions contains the following columns:

• transaction_id

• customet_name

• email address

• credit_card_number

• transaction_amount

You need to ensure that business analysts can query all the tows in the Transactions table. The solution must meet the following requirements:

• Prevent the analysts from seeing the full values in the email_address and credit_catd_number columns.

• Ensure that the analysts can see only the values after the @ character in each email address.

• Ensure that the analysts can see only the last four digits of each credit card number.

• Enable the analysts to query the table without errors.

• Follow the principle of least privilege.

What should you do?

Options:

A.

Grant the analysts the SELECT permission for the Transactions table and implement row-level filters.

B.

Grant the analysts the select permission for columns that do NOT contain sensitive data.

C.

Grant the analysts the select permission for the Transactions table and apply column masks to email_address and credit_card_number

D.

Grant the analysts the select permission for the Transactions table and apply column-level encryption

Buy Now
Questions 5

You have an Azure Databricks workspace.

Users report that a Databricks notebook that runs each day takes longer than expected to run.

When reading the Directed Acyclic Graph (DAG), you discover the following issues concerning the Apache Spark stage:

• Most tasks in the stage finish quickly.

• A few tasks in the stage run more slowly.

• The CPU is underutilized at the end of the stage.

• The slow tasks process many more input records.

• The stage is blocked while it waits for the few slow tasks.

What is the root cause of the issues?

Options:

A.

caching

B.

shuffling

C.

spilling

D.

skewing

Buy Now
Questions 6

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

You have 500 GB of sales data stored as multiple CSV files in cloud storage.

You plan to load the data into a Delta table.

You need to ingest the bulk data by using a solution that meets the following requirements:

• Minimize how long it takes to implement the solution.

• Minimize the amount of custom code required.

What should you use?

Options:

A.

Auto Loader

B.

Apache Spark read APIs

C.

file upload

D.

COPY INTO

Buy Now
Questions 7

You need to curate Unity Catalog objects that reference the ERP data. The solution must meet the governance requirements.

What should you do?

Options:

A.

Create a volume in the foreign catalog and store curated Delta tables in the volume.

B.

Run the ALTER TABLE command on the foreign catalog tables to add new columns that are required for analytics.

C.

Create Delta tables directly inside the foreign catalog by running the CREATE TABLE AS SELECT (CTAS) command.

D.

In the managed analytics catalog, create views that reference foreign catalog tables that use three-level naming.

Buy Now
Questions 8

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

You need to implement a data lifecycle and expiration solution that meets the following requirements

• Transaction logs and deleted data files that are older than 90 days must be removed from Delta tables to reclaim storage.

• All the tables must remain available for querying during the cleanup process.

• Administrative effort must be minimized

What should you do for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

8

Options:

Buy Now
Questions 9

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

You have a Lakeflow Spark Declarative Pipelines (SDP) pipeline that writes numerical data to a table named Table1 by using a data quality validation rule named rule1.

You need to modify rule1 to meet the following requirements:

Ensure that amount is always greater than 0.

Prevent an update to Table1 from being committed when data that violates rule1 is detected.

Which statement should you execute?

Options:

A.

@dlt.expect_all_or_drop({ " rule1 " : " amount > 0 " })

B.

@dlt.expect_or_drop( " rule1 " , " amount > 0 " )

C.

@dlt.expect_or_fail( " rule1 " , " amount > 0 " )

D.

@dlt.expect( " rule1 " , " amount > 0 " )

Buy Now
Questions 10

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 11

You need to complete the PySpark code for the Spark Structured Streaming pipelines. The solution must meet the data ingestion and processing requirements.

How should you complete the code segment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

11

Options:

Buy Now
Questions 12

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.

12

Options:

Buy Now
Questions 13

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 14

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.

14

Options:

Buy Now
Questions 15

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.

15

Options:

Buy Now
Questions 16

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

You need to create an external volume named Volume1 in an existing schema. Volume1 must expose files from an Azure Storage container. The solution must meet the following requirements:

• Ensure that authentication does NOT require storing credentials in Databricks

• Ensure that users can access the files, but NOT modify the files.

• Follow the principle of least privilege

Which type of authentication should you configure, and which permission should you grant to the users? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

16

Options:

Buy Now
Questions 17

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

Table! is written by batch jobs every hour and is queried frequently by filtering two columns named Customerld and EventDate.

You expect Table1 to grow significantly over time.

The rows in Table1 are frequently updated and deleted to support compliance requests.

You need to keep query performance consistent as Table1 grows. The solution must minimize update and deletion effort.

What should you include in the solution? To answer, select the appropriate options in the answer area

NOTE: Each correct selection is worth one point.

17

Options:

Buy Now
Questions 18

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

Table1 stores customer profile data.

Business users must analyze how customer profile records change over time. They must also be able to query earlier versions of the table.

You need to implement a solution that:

    Maintains persistent historical versions of customer profile records for long-term analysis.

    Allows users to query earlier versions of the Delta table.

    Minimizes maintenance effort.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

18

Options:

Buy Now
Questions 19

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 20

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
Exam Code: DP-750
Exam Name: Implementing Data Engineering Solutions Using Azure Databricks
Last Update: Aug 5, 2026
Questions: 91

PDF + Testing Engine

$59.99 $171.4

Testing Engine

$44.99 $128.55

PDF (Q&A)

$49.99 $142.82