PROFESSIONAL-DATA-ENGINEER · Question #101
What are the minimum permissions needed for a service account used with Google Dataproc?
The correct answer is D. Read and write to Google Cloud Storage; write to Google Cloud Logging. Explanation/Reference: Service accounts authenticate applications running on your virtual machine instances to other Google Cloud Platform services. For example, if you write an application that reads and writes files on Google Cloud Storage, it must first authenticate to the…
Question
Options
- AExecute to Google Cloud Storage; write to Google Cloud Logging
- BWrite to Google Cloud Storage; read to Google Cloud Logging
- CExecute to Google Cloud Storage; execute to Google Cloud Logging
- DRead and write to Google Cloud Storage; write to Google Cloud Logging
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- D93% (28)
Explanation
Explanation/Reference: Service accounts authenticate applications running on your virtual machine instances to other Google Cloud Platform services. For example, if you write an application that reads and writes files on Google Cloud Storage, it must first authenticate to the Google Cloud Storage API. At a minimum, service accounts used with Cloud Dataproc need permissions to read and write to Google Cloud Storage, and to write to Google Cloud Logging.
Topics
Community Discussion
No community discussion yet for this question.