LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Data Engineer

Google Professional Data Engineer

Get started today

Ultimate access to all questions.


How can you limit the maximum number of concurrent jobs in a Cloud Dataproc cluster?

Real Exam



Explanation:

The correct method is to set the dataproc:dataproc.scheduler.max-concurrent-jobs property at the time of cluster creation. This approach directly configures the cluster's job concurrency limit without resorting to external monitoring or manual intervention. Properties unique to Dataproc are not configured through Compute Engine settings, and adding worker nodes does not affect this configuration. For more details, refer to the Dataproc documentation.

Powered ByGPT-5