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

Free Microsoft DP-750 Practice Exam with Questions & Answers

Questions 1

You have an Azure Databricks workspace that contains a Delta table named Table 1. Table 1 has accumulated obsolete files.

You need to reduce storage costs. The solution must preserve 30 days of time travel history. Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:
A.

Reduce the deleted file retention period to one day.

B.

Set the delta.deletedFileRetentionDuration table property to 10 days

C.

Run the OPTIMIZE command on Table1

D.

Set the delta. logRetentionDuration table property to 30 days.

E.

Run the vacuum command on Table1.

Microsoft DP-750 Premium Access
Questions 2

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

You need to profile a table to meet the following requirements:

    The count of null values per column must be evaluated repeatedly as new records are added to the table.

    Changes in the count of null values must be observable over the progression of the dataset.

Which type of profile should you create?

Options:
A.

snapshot

B.

inference

C.

time series

Questions 3

You have an Azure Databricks workspace that uses Databricks SQL.

You have a table named sales_goals_source that contains the following columns:

    Salesperson

    Item

    2019

    2020

    2021

You need to transform the year columns into rows and return the columns Salesperson, Item, Year, and Value.

How should you complete the SQL statement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

SELECT Salesperson, Item, Year, Value

FROM sales_goals_source

UNPIVOT

(

Value FOR [first dropdown] IN [second dropdown]

);

DP-750 Question 3

Options:
Questions 4

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.

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.

DP-750 Question 5

Options:
Questions 6

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.

DP-750 Question 6

Options:
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.

DP-750 Question 7

Options:
Questions 8

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.

DP-750 Question 8

Options:
Questions 9

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.

Questions 10

You have an Azure Databricks workspace that contains a job in Lakeflow Jobs named Job1.

Job1 runs every hour.

Occasionally, Job1 takes longer than one hour to complete.

You need to configure the job scheduling behavior to meet the following requirements:

    Overlapping runs must be prevented to avoid data corruption.

    Scheduled runs must not be discarded when another run is already active.

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

NOTE: Each correct selection is worth one point.

DP-750 Question 10

Options: