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

Online DP-750 Questions Video

Page: 2 / 4
Total 58 questions

Implementing Data Engineering Solutions Using Azure Databricks Questions and Answers

Question 5

You need to deploy Databricks Asset Bundles to a development environment. The solution must support automated and repeatable deployments across environments.

What should you use?

Options:

A.

the Azure Developer CLI (azd)

B.

Git folders

C.

the Databricks CLI

D.

the Azure Command-Line Interface (CLI)

Question 6

You have an Azure Databticks workspace that contains an all-purpose compute cluster named Cluster1. Cluser1 is used for

interactive development.

You need to configure Cluster1 to meet the following requirements:

• Automatically add and remove worker nodes based on workload demand

• Automatically shut down when the cluster has been idle for a specific period.

What should you configure for each requirement? To answer, drag the appropriate options to the correct requirements. 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:

Question 7

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.dropna(subset=["order_amount"])

Does this meet the goal?

Options:

A.

Yes

B.

No

Question 8

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

Page: 2 / 4
Total 58 questions