exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 2 question 50 discussion

Actual exam question from Microsoft's DP-200
Question #: 50
Topic #: 2
[All DP-200 Questions]

You plan to perform batch processing in Azure Databricks once daily.
Which type of Databricks cluster should you use?

  • A. automated
  • B. interactive
  • C. High Concurrency
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Azure Databricks has two types of clusters: interactive and automated. You use interactive clusters to analyze data collaboratively with interactive notebooks. You use automated clusters to run fast and robust automated jobs.
Example: Scheduled batch workloads (data engineers running ETL jobs)
This scenario involves running batch job JARs and notebooks on a regular cadence through the Databricks platform.
The suggested best practice is to launch a new cluster for each run of critical jobs. This helps avoid any issues (failures, missing SLA, and so on) due to an existing workload (noisy neighbor) on a shared cluster.
Reference:
https://docs.databricks.com/administration-guide/cloud-configurations/aws/cmbp.html#scenario-3-scheduled-batch-workloads-data-engineers-running-etl-jobs

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Simon2021
3 years, 11 months ago
The automated cluster type is called Job Cluster.
upvoted 1 times
...
dumpi
3 years, 12 months ago
Automated cluster is correct answer
upvoted 1 times
...
Rob77
4 years ago
There's no such thing as automated cluster. "Databricks makes a distinction between all-purpose clusters and job clusters". https://docs.databricks.com/clusters/index.html
upvoted 2 times
...
cadio30
4 years, 1 month ago
The answer is "automated". Reference: https://docs.databricks.com/clusters/index.html?_ga=2.1881073.1354805237.1620028392-1378612004.1617756501
upvoted 3 times
...
Hassan_Mazhar_Khan
4 years, 1 month ago
It has discussed about type not mode what Nicks is referring to is mode. However question is about type
upvoted 1 times
...
Nicks_125281
4 years, 1 month ago
An automated Databricks cluster doesn't exists: https://docs.microsoft.com/en-us/azure/databricks/clusters/configure
upvoted 2 times
niwe
4 years ago
So what is the answer?
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...