Question 38 of 284
Single answerYou need to grant access for three users so that they can view and edit table data on a Cloud Spanner instance. What should you do?
ARun gcloud iam roles describe roles/spanner.databaseUser. Add the users to the role.
✓BRun gcloud iam roles describe roles/spanner.databaseUser. Add the users to a new group. Add the group to the role.
CRun gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to the role.
DRun gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to a new group. Add the group to the role.
✓
Correct Answer: B
Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to a new group. Add the group to the role.
▥
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.