nerdexam
MicrosoftMicrosoft

DP-203 · Question #23

DP-203 Question #23: Real Exam Question with Answer & Explanation

The correct answer is B: Upgrade workspace1 to the Premium pricing tier.. For clusters running Databricks Runtime 6.4 and above, optimized autoscaling is used by all- purpose clusters in the Premium plan Optimized autoscaling: Scales up from min to max in 2 steps. Can scale down even if the cluster is not idle by looking at shuffle file state. Scales d

Submitted by asante_acc· Mar 30, 2026

Question

You have an Azure Databricks workspace named workspace1 in the Standard pricing tier. You need to configure workspace1 to support autoscaling all-purpose clusters. The solution must meet the following requirements: - Automatically scale down workers when the cluster is underutilized for three minutes. - Minimize the time it takes to scale to the maximum number of workers. - Minimize costs. What should you do first?

Options

  • AEnable container services for workspace1.
  • BUpgrade workspace1 to the Premium pricing tier.
  • CSet Cluster Mode to High Concurrency.
  • DCreate a cluster policy in workspace1.

Explanation

For clusters running Databricks Runtime 6.4 and above, optimized autoscaling is used by all- purpose clusters in the Premium plan Optimized autoscaling: Scales up from min to max in 2 steps. Can scale down even if the cluster is not idle by looking at shuffle file state. Scales down based on a percentage of current nodes. On job clusters, scales down if the cluster is underutilized over the last 40 seconds. On all-purpose clusters, scales down if the cluster is underutilized over the last 150 seconds. The spark.databricks.aggressiveWindowDownS Spark configuration property specifies in seconds how often a cluster makes down-scaling decisions. Increasing the value causes a cluster to scale down more slowly. The maximum value is 600. Note: Standard autoscaling Starts with adding 8 nodes. Thereafter, scales up exponentially, but can take many steps to reach You can customize the first step by setting the spark.databricks.autoscaling.standardFirstStepUp Spark configuration property. Scales down only when the cluster is completely idle and it has been underutilized for the last 10 Scales down exponentially, starting with 1 node. https://docs.databricks.com/clusters/configure.html

Community Discussion

No community discussion yet for this question.

Full DP-203 PracticeBrowse All DP-203 Questions