
Answer-first summary for fast verification
Answer: Copy all dependencies to a Cloud Storage bucket within your VPC security perimeter
The correct answer is **C**. By copying all dependencies to a Cloud Storage bucket within your VPC security perimeter, you ensure that the Cloud Dataproc nodes can access the required dependencies during startup without needing Internet access. This method complies with the company's security policies. - **Option A** is incorrect because it focuses on deploying the Cloud SQL Proxy, which does not address the need for deploying additional dependencies to all nodes. - **Option B** is incorrect as it suggests providing Internet access via an SSH tunnel, which violates the company's security policy. - **Option D** is incorrect because granting the Network User role to the service account does not solve the problem of deploying dependencies without Internet access.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To deploy additional dependencies to all nodes of a Cloud Dataproc cluster at startup without violating the company's security policy that prohibits Internet access for fetching resources, what should you do?
A
Deploy the Cloud SQL Proxy on the Cloud Dataproc master
B
Use an SSH tunnel to provide the Cloud Dataproc cluster with Internet access
C
Copy all dependencies to a Cloud Storage bucket within your VPC security perimeter
D
Use Resource Manager to grant the service account used by the Cloud Dataproc cluster the Network User role