Google Cloud Professional Cloud Network Engineer — Question 1

You are adding steps to a working automation that uses a service account to authenticate. You need to drive the automation the ability to retrieve files from a
Cloud Storage bucket. Your organization requires using the least privilege possible.
What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because granting read-only access to the service account allows it to retrieve files from the Cloud Storage bucket without excessive permissions. Options A and B do not provide the necessary access to the Cloud Storage bucket, while option D grants too many privileges, violating the least privilege principle.