Question 26 of 284
Single answerYou need to set up permissions for a set of Compute Engine instances to enable them to write data into a particular Cloud Storage bucket. You want to follow
Google-recommended practices. What should you do?
Google-recommended practices. What should you do?
ACreate a service account with an access scope. Use the access scope 'https://www.googleapis.com/auth/devstorage.write_only'.
BCreate a service account with an access scope. Use the access scope 'https://www.googleapis.com/auth/cloud-platform'.
✓CCreate a service account and add it to the IAM role 'storage.objectCreator' for that bucket.
DCreate a service account and add it to the IAM role 'storage.objectAdmin' for that bucket.
✓
Correct Answer: C
Create a service account and add it to the IAM role 'storage.objectCreator' for that bucket.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.