
Answer-first summary for fast verification
Answer: Create a sole-tenant node group and specify that node group when creating the cluster.
The correct approach is to create a sole-tenant node group and specify it during the cluster creation. This method ensures compliance by utilizing dedicated hardware for PII analysis. Cloud Dataproc supports sole tenant nodes, eliminating the need for self-managed Spark clusters. Autoscaling can still be used with sole tenant node groups, and unmanaged instance groups are not recommended unless migrating legacy, heterogeneous clusters to Compute Engine. For more details, visit: [Cloud Dataproc Sole-Tenant Nodes Documentation](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/sole-tenant-nodes).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To comply with an industry regulation requiring the analysis of personal identifying information (PII) on non-shared physical servers when using Cloud Dataproc, what specific action must you take during the creation of a Cloud Dataproc Cluster?
A
Disable autoscaling to prevent the addition of non-sole tenant VMs.
B
Create an unmanaged instance group and specify that instance group when creating the cluster.
C
You cannot configure Cloud Dataproc to use sole tenant nodes. You will need to run Spark in a Compute Engine managed instance group that you manage yourself.
D
Create a sole-tenant node group and specify that node group when creating the cluster.
No comments yet.