Topic 1 Question 26
You are working on a sensitive project involving private user data. You have set up a project on Google Cloud Platform to house your work internally. An external consultant is going to assist with coding a complex transformation in a Google Cloud Dataflow pipeline for your project. How should you maintain users' privacy?
Grant the consultant the Viewer role on the project.
Grant the consultant the Cloud Dataflow Developer role on the project.
Create a service account and allow the consultant to log on with it.
Create an anonymized sample of the data for the consultant to work with in a different project.
ユーザの投票
コメント(17)
The Answer should be B. The Dataflow developer role will not provide access to the underlying data.
👍 72jvg6372020/03/11Answer: B Description: Provides the permissions necessary to execute and manipulate Dataflow jobs.
👍 17[Removed]2020/03/27- 正解だと思う選択肢: D
The consultant will need access to the underlying data and transformed data to see if the transformation logic is coded correctly. This can be best handled by anonymizing the data.
👍 8beowulf_kat2022/11/05
シャッフルモード