Google Cloud Associate Cloud Engineer — Question 200

Your continuous integration and delivery (CI/CD) server can’t execute Google Cloud actions in a specific project because of permission issues. You need to validate whether the used service account has the appropriate roles in the specific project.

What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because checking the IAM roles is essential to determine if the service account has the necessary permissions for the project. Options B, C, and D do not directly address the roles assigned to the service account, which is crucial for resolving the permission issues.