nerdexam
Microsoft

DP-203 · Question #268

Bryan is executing an init script which is required to run a bootstrap script during the Databricks Spark driver or worker node startup. Which kind of init script can he choose?

The correct answer is C. Cluster-scoped. Option A is incorrect because the global type of init script can't execute on model serving clusters, and it only works on clusters on the same workspace. Option B is incorrect because there's no init script type as Job in Databricks. Option C is correct because the…

Submitted by certguy· Mar 30, 2026Develop data processing

Question

Bryan is executing an init script which is required to run a bootstrap script during the Databricks Spark driver or worker node startup. Which kind of init script can he choose?

Options

  • AGlobal
  • BJob
  • CCluster-scoped
  • DNone of the above

How the community answered

(67 responses)
  • A
    3% (2)
  • B
    4% (3)
  • C
    84% (56)
  • D
    9% (6)

Explanation

Option A is incorrect because the global type of init script can't execute on model serving clusters, and it only works on clusters on the same workspace. Option B is incorrect because there's no init script type as Job in Databricks. Option C is correct because the Cluster-scoped init script type works for every Databricks cluster https://docs.microsoft.com/en-us/azure/databricks/clusters/init-scripts

Topics

#Databricks init scripts#cluster-scoped#node startup#bootstrap

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice