Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

Databricks Certified Data Engineer Professional Exam and Answers |Latest Update|

Document preview thumbnail
Preview 2 out of 9 pages

An upstream system has been configured to pass the date for a given batch of data to the Databricks Jobs API as a parameter. The notebook to be scheduled will use this parameter to load data with the following code: df = t("parquet").load(f"/mnt/source/(date)") Which code block should be used to create the date Python variable used in the above code block? A. date = ("date") B. input_dict = input()date= input_dict["date"] C. import sysdate = [1] D. date = Param("date") E. ("date", "null")date = ("date") - E. ("date", "null") date = ("date")

Content preview

Databricks Certified Data Engineer
Professional Exam and Answers |Latest
Update|
An upstream system has been configured to pass the date for a given batch of data to the
Databricks Jobs API as a parameter. The notebook to be scheduled will use this parameter to
load data with the following code:


df = spark.read.format("parquet").load(f"/mnt/source/(date)")


Which code block should be used to create the date Python variable used in the above code
block?


A. date = spark.conf.get("date")
B. input_dict = input()date= input_dict["date"]
C. import sysdate = sys.argv[1]
D. date = dbutils.notebooks.getParam("date")

E. dbutils.widgets.text("date", "null")date = dbutils.widgets.get("date") - ✔✔E.

dbutils.widgets.text("date", "null")
date = dbutils.widgets.get("date")


The Databricks workspace administrator has configured interactive clusters for each of the data
engineering groups. To control costs, clusters are set to terminate after 30 minutes of inactivity.
Each user should be able to execute workloads against their assigned clusters at any time of the
day.


Assuming users have been added to a workspace but not granted any permissions, which of the
following describes the minimal permissions a user would need to start and attach to an
already configured cluster.

, A. "Can Manage" privileges on the required cluster
B. Workspace Admin privileges, cluster creation allowed, "Can Attach To" privileges on the
required cluster
C. Cluster creation allowed, "Can Attach To" privileges on the required cluster
D. "Can Restart" privileges on the required cluster

E. Cluster creation allowed, "Can Restart" privileges on the required cluster - ✔✔D. "Can
Restart" privileges on the required cluster


When scheduling Structured Streaming jobs for production, which configuration automatically
recovers from query failures and keeps costs low? - ✔✔D.

Cluster: New Job Cluster;


Retries: Unlimited;


Maximum Concurrent Runs: 1


The data engineering team has configured a Databricks SQL query and alert to monitor the
values in a Delta Lake table. The recent_sensor_recordings table contains an identifying
sensor_id alongside the timestamp and temperature for the most recent 5 minutes of
recordings. The below query is used to create the alert:


SELECT MEAN(temperature), MAX(temperature), MIN(temperature)
FROM recent_sensor_recordings
GROUP BY sensor_id


The query is set to refresh each minute and always completes in less than 10 seconds. The alert
is set to trigger when mean (temperature) > 120. Notifications are triggered to be sent at most
every 1 minute.

Document information

Uploaded on
August 14, 2025
Number of pages
9
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$8.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Sold
12
Followers
0
Items
12585
Last sold
3 weeks ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions