PCSE • Practice Test 11
Free PCSE practice test — 15 questions with explanations. Set 11. No signup required.
A Dataflow job launched by service account 'my-sa@...' fails with permission denied. The audit log shows the above entry. What missing role is causing the failure?
Refer to the exhibit.
```
Audit Log Entry:
{
"serviceName": "dataflow.googleapis.com",
"methodName": "google.cloud.dataflow.v1beta3.Jobs.Create",
"authenticationInfo": {
"principalEmail": "my-sa@my-project.iam.gserviceaccount.com"
},
"authorizationInfo": [
{
"resource": "projects/my-project/serviceAccounts/my-project-compute@developer.gserviceaccount.com",
"permission": "iam.serviceAccounts.actAs",
"granted": false
}
]
}
```