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

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


You are currently working on a development project where specific IAM roles have already been defined. Now, you need to set up a new production project and ensure that these same IAM roles are applied to the new project. Considering efficiency and minimizing the number of steps involved, what approach should you take to replicate the IAM roles from the development project to the production project?

Exam-Like



Explanation:

The correct answer is A. When you want to duplicate IAM roles from a development project to a production project, you can use the 'gcloud iam roles copy' command and specify the production project as the destination project. This method allows for copying roles efficiently and directly between projects within the same organization. Option B is more relevant for copying roles to a different organization, whereas options C and D involve more manual steps which do not align with the requirement of using the fewest possible steps.

Powered ByGPT-5