Associate Cloud Engineer · Free Practice Question Easy

Question 2

A group of data scientists need access to data stored in Cloud Bigtable. You want to follow Google recommended best practices for security. What role would you assign to the data scientist to allow them to read data from Bigtable?
  • A roles/bigtable.admin
  • B roles/bigtable.reader
  • C roles/bigtable.owner
  • D roles/bigtable.user
Reveal correct answer

Correct answer: B

Explanation

The role/bigtable.reader gives the data scientist the ability to read data but not write data or modify the database. This follows the Principle of Least Privilege as recommended by Google. Roles/bigtable.admin gives permissions to administer all instances in a project, which is not needed by a data scientist. Roles/bigtable.user provides read and write permissions but data scientist do not need read permission. There is no predefined role called roles/bigtable.owner. For more information, see https://cloud.google.com/bigtable/docs/access-control.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need