PCSE • Practice Test 13
Free PCSE practice test — 15 questions with explanations. Set 13. No signup required.
Refer to the exhibit. A security administrator is troubleshooting why a user cannot access a BigQuery dataset. The user analyst@example.com is not a member of data-team@example.com. The user is trying to query a table in the dataset. What is the most likely reason for the denial?
{
"bindings": [
{
"role": "roles/bigquery.dataViewer",
"members": [
"user:analyst@example.com"
]
},
{
"role": "roles/bigquery.dataOwner",
"members": [
"group:data-team@example.com"
]
}
],
"etag": "ABC"
}