You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google-recommended practices. What should you do?
You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google-recommended practices. What should you do?
To configure IAM access audit logging in BigQuery for external auditors while following Google-recommended practices, you should add the auditors group to the 'logging.viewer' and 'bigQuery.dataViewer' predefined IAM roles. This ensures that auditors have the necessary permissions to view audit logs and data in BigQuery without granting them more access than needed. Using predefined roles simplifies management and adheres to the principle of least privilege, and using groups rather than individual user accounts facilitates easier and more scalable access control.
Correct is A. As per google best practices it is recommended to use predefined roles and create groups to control access to multiple users with same responsibility
You assume Auditors Group = External Auditors only. Auditors Group may contain both Internal and External Auditors.
The question literally says - External Auditors
I can create External group and Internal group Auditors
The question literally says - External Auditors
I can create External group and Internal group Auditors
It's crazy to me how who ever answered these, answers them incorrectly and then puts a link up that directly contradicts themselves. The correct answer is A. Google always recommends adding users to a group and then giving the group access. Additionally, Google recommends to use predefined roles since they have been well thought out when created, and are there to save companies the hassle of having to know what granular access every single person needs.
Correct is C The organization creates a temporary auditor account for each audit period. This account is monitored and is typically granted access to the dashboard application.
Correct Answer is B By creating a custom IAM role, you can specify the exact permissions that the auditors need, and avoid granting them unnecessary permissions that come with predefined IAM roles. In this case, you can create two custom IAM roles: one for 'logging.viewer' and one for 'bigQuery.dataViewer', and grant the corresponding permissions to each role. Then, you can add the auditors group to these custom roles to give them access to the required logs and data.
Correct Answer is B Option A is incorrect because the logging.viewer and bigQuery.dataViewer roles only grant read access to logs and data in BigQuery, respectively. These roles do not provide audit logging capabilities. Option C is incorrect because it suggests adding individual user accounts to the roles, whereas the question specifically asks for adding an auditors group. In addition, adding individual user accounts can be difficult to manage and does not scale well as the number of auditors increases. It is generally recommended to use groups for managing access whenever possible. Option D suggests adding the auditor user accounts to two new custom IAM roles, which could work. However, the question specifically asks for following Google-recommended practices. The recommended practice is to use predefined roles over custom roles whenever possible. Therefore, option B, which suggests adding the auditors group to two new custom IAM roles, is not recommended.
The correct answer is A. This option follows Google-recommended practices, because it allows you to grant auditors access to view audit logs without granting them access to other resources in your project. The other options are not as good: * Option B is not as good, because it requires you to create two new custom IAM roles. This can be complex and time-consuming. * Option C is not as good, because it grants auditors access to all audit logs in your project, including audit logs for resources that they do not need access to. * Option D is not as good, because it grants auditors access to all data in your BigQuery datasets, including data that they do not need access to.
The true evil is this question itself is so dumb, so American, so confusing.... two options A and C are both arguably correct on their own term. The big question is why this kind of vague, ambiguous questions show up in the exam to create confusion. It is not testing technical skill or knowledge, but it is starting a whole new philosophical debate! Another oddity is who has the golden key for all these questions? Who is showing you those "Correct Answer" when you click on the "Reveal Answer"? This nation is increasingly dumber and dumber!
they expect the best answer (efficient, low cost, best practice).
B.... The recommended practice for configuring IAM access audit logging in BigQuery is to create two custom IAM roles for auditors: one with the bigquery.datasets.get permission, and the other with the bigquery.tables.getData permission. You should then add the auditors group to these custom IAM roles. This will allow auditors to view metadata about datasets and access data within tables, while preventing them from performing other operations on the BigQuery resources. Therefore, option B is the correct answer.
Answer A https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
A is correct. 1st you should know this is a exam. Google recommend xxx means you should choose group first.
Option A is correct, see document, https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations
Correct is A as you use group and predefined roles.
A is the correct one , as per google recommended practice , assign role to group instead of user
Correct asnwer is A: Based on : Delegate responsibility with groups and service accounts We recommend collecting users with the same responsibilities into groups and assigning IAM roles to the groups rather than to individual users.
A. Add the auditors group to the "˜logging.viewer' and "˜bigQuery.dataViewer' predefined IAM roles.
C is the correct option; https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
I will take it back answer is A A. Add the auditors group to the "˜logging.viewer' and "˜bigQuery.dataViewer' predefined IAM roles.
https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
You nailed it
A. Add the auditors group to the ג€˜logging.viewerג€™ and ג€˜bigQuery.dataViewerג€™ predefined IAM roles. Check: https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
there is no group created and no option syas create group too, so provided option C is suitable best answer
I would say that Answer A is not the correct answer. While it is true that adding the auditor's group to the 'logging.viewer' and 'bigQuery.dataViewer' roles would allow them to view the logs and data in BigQuery, it does not enable IAM access audit logging. The correct answer is Answer B - Add the auditors group to two new custom IAM roles. You should create custom IAM roles with the necessary permissions to view IAM audit logs in BigQuery and assign those roles to the auditor's group. This follows the Google-recommended practice of using custom roles to grant least privilege access to resources. Answer C is incorrect because you should not add users' accounts to predefined IAM roles like logging.viewer or bigQuery.dataViewer. Predefined roles are meant to provide a general set of permissions for common use cases, and adding users or groups to them may grant them unnecessary access. Answer D is not the best practice as it is better to create separate custom IAM roles for each type of user rather than combining them.
Google Recommended Practice A is the correct Answer add the users in the group then grant them the access
Answer is A: Grant the auditors’ group roles/logging.viewer and roles/bigquery.dataViewer IAM roles. is the right answer. For external auditors, Google recommends we grant logging.viewer and bigquery.dataViewer roles. Since auditing happens several times a year to review the organization's audit logs, it is recommended we create a group with these grants and assign the group to auditor user accounts during the time of the audit. Ref: https://cloud.google.com/iam/docs/roles-audit-logging#scenario_external_auditors
Ans is A. Best practice for easier management of user account is to use group.
Correct is A. Scenario: External auditors (From Google Documents) In this scenario, audit logs for an organization are aggregated and exported to a central sink location. A third-party auditor is granted access several times a year to review the organization's audit logs. The auditor is not authorized to view PII data in the Admin Activity logs. To comply with this requirement, a dashboard is available that provides access to the historic logs stored in BigQuery, and on request, to the Cloud Logging Admin Activity logs. The organization creates a Google group for these external auditors and adds the current auditor to the group. This group is monitored and is typically granted access to the dashboard application.
A : always use groups as possible
A is correct
https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
A is correct
A is the answer
Best practice is to add to groups
A is right.. don't fall on trap with C
best practices recommend going with group instead of individual users so A is more correct than C
Correct A The organization creates a Google group for these external auditors and adds the current auditor to the group. This group is monitored and is typically granted access to the dashboard application. see: https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
Correct answer is A
AS per Google best practices the roles should be assigned to a group & not to individual users
A Create a group with the auditors, grant 'logging.viewer' and 'bigQuery.dataViewer roles to the group on a table / view with the required data.
https://cloud.google.com/iam/docs/job-functions/auditing?hl=ja#scenario_external_auditors
A * The organization creates a Google group for these external auditors https://cloud.google.com/iam/docs/job-functions/auditing
Ans is A, As google recommnds always create a group and add role into the group
A.......
A. Add the auditors group to the "˜logging.viewer' and "˜bigQuery.dataViewer' predefined IAM roles.
The correct answer is A. As you can see in this link for a scenario with external auditors https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
Vote A, easier to manage with group
• A. Add the auditors group to the "˜logging.viewer' and "˜bigQuery.dataViewer' predefined IAM roles.
Correct Ans is A The organization creates a Google group for these external auditors and adds the current auditor to the group. logging.viewer and bigQuery.dataViewer
Correct Answer is A It is always best practice to create a group, add team members to it and provide access to group. It is always easy to add/remove team members to group.
A is correct.
Answer : A Srouce : https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
Correct is A.
A is right: https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors The organization creates a Google group for these external auditors and adds the current auditor to the group. This group is monitored and is typically granted access to the dashboard application.
"Audit group" is not available by default and option A is not saying to create to one. So I believe possible answer is Option C
My Answer : C https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors Scenario: External auditors Role: Logging.viewer , Resource : Organization , Member : Dashboard Service Account , Description :The logging.viewer role permits the service account to read the Admin Activity logs in Cloud Logging. ex: { "bindings": [{ "role": "roles/logging.viewer", "members": [ "serviceAccount:prod-project-dashboard@admin-resources.iam.gserviceaccount.com" ] }] }
You really didn't read the link you've provided. It clearly shows to add users to a group. Coinciding with option A.
A is correct
Answer is C
Refer to this article, it clearly mentioned option A, and the best-recommended practices are to give permissions to groups. https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
@tavva_prudhvi i agree upon checking the link provided by you that the answer is "A"
A is correct. Add the auditors group to the ג€˜logging.viewerג€™ and ג€˜bigQuery.dataViewerג€™ predefined IAM roles.
A: Use groups when possible, and Use predefined roles when possible
Correct is A. And here is explanation why its A and not B: Predefined roles are created and maintained by Google. Google automatically updates their permissions as necessary, such as when Google Cloud adds new features or services. Custom roles are user-defined, and allow you to bundle one or more supported permissions to meet your specific needs. Custom roles are not maintained by Google; when new permissions, features, or services are added to Google Cloud, your custom roles will not be updated automatically. https://cloud.google.com/iam/docs/understanding-custom-roles
A seems correct, though the question is not entirely clear to me
A. Add the auditors group to the "˜logging.viewer' and "˜bigQuery.dataViewer' predefined IAM roles.
A is correct
Add user/group to role or add role to user/group?
A is correct
A. Add the auditors group to the ג€˜logging.viewerג€™ and ג€˜bigQuery.dataViewerג€™ predefined IAM roles.
A. Add the auditors group to the ג€˜logging.viewerג€™ and ג€˜bigQuery.dataViewerג€™ predefined IAM roles.
Correct is A
I gess the correct answer is A beacuse of this link https://cloud.google.com/iam/docs/job-functions/auditing#scenario_external_auditors
A is right no cap
A for sure
Answer is A. Google recommended practices is to use PREDEFINED roles (As in this case we need granularity to give specific roles to the group). And also use groups
The main best practice in any attribution of permission is to create a group
Go for A https://cloud.google.com/iam/docs/job-functions/auditing https://cloud.google.com/iam/docs/job-functions/auditing
Scenario: External auditors The organization creates a Google group for these external auditors and adds the current auditor to the group. This group is monitored and is typically granted access to the dashboard application. During normal access, the auditors' Google group is only granted access to view the historic logs stored in BigQuery. If any anomalies are discovered, the group is granted permission to view the actual Cloud Logging Admin Activity logs via the dashboard's elevated access mode. At the end of each audit period, the group's access is then revoked. Data is redacted using Cloud DLP before being made accessible for viewing via the dashboard application. The table below explains IAM logging roles that an Organization Administrator can grant to the service account used by the dashboard, as well as the resource level at which the role is granted.
Answer is A
A is correct
A is Correct Because if you directly add users to the IAM roles, then if any users left the organization then you have to remove the users from multiple places and need to revoke his/her access from multiple places. But, if you put a user into a group then its very easy to manage these type of situations. Now, if any user left then you just need to remove the user from the group and all the access got revoked
had this question today
Google recommends to group users to allow permissions
A, auditors group
A is the most appropriate Answer
There is no group created already, so C is the right answer.
C Option A, which suggests adding the auditors group to predefined roles, might not be as appropriate as using individual auditor user accounts. It's generally a best practice to assign permissions to specific users rather than groups, as it provides better granularity and control over access.
auditors group
correct answer is A
Correct Answer is A. you should add a role to the group of users instead of adding particular users in IAM
Based on best practices, A group should be created, and both auditors should be added and predefined 'logging.viewer' and 'bigQuery.dataViewer roles will be granted.
Correct is A.