PCSE • Practice Questions 2 — 50 Questions
Free PCSE practice questions 2 — 50 questions with explanations. No signup required.
Refer to the exhibit. A Security Engineer is reviewing the IAM policy for a project. An administrator reports that a user named admin@example.com cannot create firewall rules, even though the command should allow it. According to the policy, what is the most likely reason?
{
"bindings": [
{
"role": "roles/compute.instanceAdmin.v1",
"members": [
"user:admin@example.com"
]
},
{
"role": "roles/compute.networkAdmin",
"members": [
"user:admin@example.com"
]
},
{
"role": "roles/compute.securityAdmin",
"members": [
"group:security-team@example.com"
]
}
],
"etag": "BwX9X9X9X9X="
}