
Answer-first summary for fast verification
Answer: gcloud dataproc clusters create
The correct command is `gcloud dataproc clusters create`. This command is used to create a new cluster and supports the `–gce-pd-kms-key` parameter for specifying a Cloud KMS resource ID. The other options listed are not valid gcloud commands for this purpose. For more details, refer to the [Google Cloud SDK documentation](https://cloud.google.com/sdk/gcloud/reference/dataproc/clusters/create).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To adhere to industry regulations, you're required to utilize customer managed keys for data analysis with Cloud Dataproc. Managing Cloud Dataproc clusters via command line tools, which command should you use with the –gce-pd-kms-key parameter to specify a Cloud KMS resource ID for the cluster?
A
gcloud clusters dataproc kms
B
gcloud dataproc clusters create
C
gcloud clusters dataproc create
D
gcloud dataproc clusters kms
No comments yet.