Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpsecurity › An auditor needs to determine which user deleted…

An auditor needs to determine which user deleted a Cloud Storage bucket in a project last Tuesday. Which log type contains this information?

ACloud Build trigger logs
BAdmin Activity audit logs (a subtype of Cloud Audit Logs)
CCloud Profiler heap profiles
DCloud Trace spans on the storage API
Answer & Solution
Correct answer: B. Admin Activity audit logs (a subtype of Cloud Audit Logs)
Admin Activity audit logs record every administrative API call (including `storage.buckets.delete`) and who made it. Trace records latency, Profiler is performance heatmaps, Build logs are CI/CD output.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions