Skip to content

Commit

Permalink
Update google-cloud-platform-quiz.md (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakendranG authored Oct 10, 2023
1 parent 3a5c52d commit 8f09df4
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions google-cloud-platform/google-cloud-platform-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,3 +614,48 @@ kubectl create deployment app --image=$ImageRepo:$Tag
- [x] Policy Denied
- [ ] Admin Activity
- [ ] Data Access

#### Q75. When setting the condition for a rule in Google Cloud Armor, _____ mode allows you to filter only by IP address or CIDR range.

- [ ] IP/CIDR
- [ ] Advanced
- [ ] Custom
- [x] Basic

[Reference](https://cloud.google.com/armor/docs/configure-security-policies)

#### Q76. Which Google Cloud service provides an overview dashboard that shows you active threats and vulnerabilities, ordered by severity?

- [ ] Cloud Armor
- [x] Security Command Center
- [ ] Cloud Logging
- [ ] Cloud Deployment Manager

[Reference](https://cloud.google.com/security-command-center)

#### Q77. Which field of a Google Cloud Armor rule determines when the rule will be evaluated?

- [ ] ID
- [ ] severity
- [ ] sequence
- [x] priority

[Reference](https://cloud.google.com/armor/docs/cloud-armor-overview#rules_language)

#### Q78. What is an ACL?

- [ ] Access Container Log
- [ ] Authorized Container List
- [x] Access Control List
- [ ] App Cloud Launch

[Reference](https://cloud.google.com/storage/docs/access-control/create-manage-lists)

#### Q79. In Google Cloud Platform, the _____ role grants read-only access to the Access Transparency logs and to Data Access audit logs, in addition to the access granted by the Logs Viewer role.

- [x] Private Logs Viewer
- [ ] Project Writer
- [ ] Logs Writer
- [ ] Project Owner

[Reference](https://cloud.google.com/logging/docs/access-control)

0 comments on commit 8f09df4

Please sign in to comment.