exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 2 question 123 discussion

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

You have an Azure Machine Learning workspace and a serverless Spark compute resource.

You plan to run the same Spark session every 40 minutes. Each session runs for 15 minutes.

During testing, you observe a 15-minute delay at the start of the Spark sessions.

You need to reduce the delay to less than 1 minute.

What should you do?

  • A. Configure the session timeout to be 25 minutes.
  • B. Increase the number of nodes to 16.
  • C. Enable dynamically allocated executors.
  • D. Enable an isolated compute.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
jl420
6 months, 3 weeks ago
Selected Answer: A
By configuring the session timeout to be 25 minutes, you allow the Spark session to remain active between runs, preventing it from shutting down between each 40-minute interval. Since each session runs for 15 minutes, setting the timeout to 25 minutes keeps the session warm and reduces the initialization delay.
upvoted 2 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 ...