Exit demo DP-750 Implementing Data Engineering Solutions Using Azure Databricks PDF format · free preview

Microsoft DP-750 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/dp-750.html

Question 1
Single choice

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?

A.

Move the ingestion pipelines to shared compute.

B.

Enable Photon acceleration for a job compute cluster.

C.

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

D.

Disable autoscaling for a job compute cluster.

Question 2
Single choice

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?

A.

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

B.

Create separate tasks for ingestion, cleansing, and curation.

C.

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

D.

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

Question 3
Hotspot

HOTSPOT

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.

stem image

Question 4
Drag & drop

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.

stem image

Question 5
Drag & drop

DRAG DROP

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.

stem image

Question 6
Single choice

You have an Azure Databricks workspace.

You are creating a Lakeflow Spark Declarative Pipelines (SDP) pipeline that scales automatically.

You need to configure compute for the pipeline. The solution must minimize operational costs and effort.

What should you use?

A.

the existing SQL warehouse

B.

an all-purpose cluster that uses autoscaling

C.

a job cluster that uses autoscaling

D.

a single-node, all-purpose cluster

Question 7
Single choice

You have an Azure Databricks workspace that is attached to a Unity Catalog metastore named metastore1, metastore1 contains a catalog named catalog1.

You need to create a new schema named schema2 that meets the following requirements:

Is contained in catalog1 Uses abfss://[email protected]/data as the managed location

Which SQL statement should you execute?

A.

CREATE SCHEMA catalog1.schema2 LOCATION 'abfss://[email protected]/data';

B.

CREATE SCHEMA catalog1.schema2 MANAGED LOCATION 'abfss://[email protected]/ data';

C.

CREATE CATALOG schema2 MANAGED LOCATION 'abfss://[email protected]/ data';

D.

CREATE SCHEMA catalog1.schema2 WITH DBPROPERTIES (LOCATION-'abfss://[email protected]/data');

Question 8
Single choice

You have an Azure Databricks workspace named Workspace1.
You create a compute cluster named Cluster1 that will be used to ingest data. You need to install the required libraries on Cluster1. The solution must use Unity Catalog for access control.

What should you do?

A.

Install the libraries by using pip3.

B.

Create a custom dependency management script and run the script from a Databricks notebook.

C.

Upload the libraries to Workspace1 and install the libraries on Cluster1.

D.

Install the libraries on Cluster1 and manually restart the cluster.

Question 9
Single choice

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

You have an Apache Spark Structured Streaming job that writes data to a Delta table.

After the cluster restarts, the streaming job reprocesses previously ingested data.

You need to prevent the streaming job from reprocessing the data after the cluster restarts.

What should you do?

A.

Configure a checkpoint location for the streaming query.

B.

Increase the trigger interval of the streaming query.

C.

Enable change data feed (CDF) for the target table.

D.

Configure a watermark for the streaming query.

Question 10
Single choice

You have an Azure Databricks workspace that is enabled for Unity Catalog and contains two catalogs named Catalog1 and Catalog2.

An external application uses a service principal named SP1 to connect to a SQL warehouse.

You need to ensure that SP1 can query the data in Catalog1 and Catalog2. The solution must follow the principle of least privilege.

Which permissions should you grant to SP1 for the catalogs?

A.

USE SCHEMA and SELECT

B.

USE CATALOG and SELECT

C.

USE CATALOG, USE SCHEMA, and SELECT

D.

USE CATALOG and USE SCHEMA

Showing 10 of 106 questions · Unlock the full set