Google Cloud Associate Cloud Engineer — Question 197

Your company requires all developers to have the same permissions, regardless of the Google Cloud project they are working on. Your company’s security policy also restricts developer permissions to Compute Engine, Cloud Functions, and Cloud SQL. You want to implement the security policy with minimal effort. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because it creates a custom role at the organizational level, ensuring consistent permissions across all projects with minimal management overhead. Option A involves copying roles which can be cumbersome, while option B assigns a broader role that may exceed necessary permissions. Option C requires separate assignments for each project, increasing administrative effort.