exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 61 discussion

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

HOTSPOT -
You create a new Azure Databricks workspace.
You configure a new cluster for long-running tasks with mixed loads on the compute cluster as shown in the image below.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: No -
Running user code in separate processes is not possible in Scala.

Box 2: No -
Autoscaling is enabled. Minimum 2 workers, Maximum 8 workers.
Reference:
https://docs.databricks.com/clusters/configure.html

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
michaelmorar
Highly Voted 2 years, 6 months ago
Correct answer: Scala code will be executed inside the Spark JVM (per machine) that is shared between all users, so you can get access to everything that is inside JVM. https://learn.microsoft.com/en-us/answers/questions/924587/azure-databricks-scala-on-high-concurrency-cluster.html High Concurrency clusters can run workloads developed in SQL, Python, and R. The performance and security of High Concurrency clusters is provided by running user code in separate processes, which is not possible in Scala. https://learn.microsoft.com/en-us/azure/databricks/clusters/configure#--high-concurrency-clusters
upvoted 12 times
...
hiyoww
Most Recent 1 year, 2 months ago
this question is seem related to DP-203 data engineering exam more
upvoted 1 times
...
cyberfriends
1 year, 7 months ago
why not yes and yes>???
upvoted 1 times
jefimija
7 months, 1 week ago
Pool = None - no parallel processes Number of workers vary between 2 and 8 so not fixed
upvoted 1 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 ...