Google Cloud Professional Cloud Security Engineer — Question 307

Last week, a company deployed a new App Engine application that writes logs to BigQuery. No other workloads are running in the project. You need to validate that all data written to BigQuery was done using the App Engine Default Service Account.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because using Cloud Logging to filter for BigQuery Insert Jobs and hiding matching entries helps ensure that no other service accounts have written data. Option B suggests showing matching entries, which would contradict the requirement to confirm that only the App Engine Default Service Account wrote the data. Options C and D focus on permissions and dataset access rather than validating log entries, which is not the primary requirement of the question.