Google Cloud Associate Cloud Engineer — Question 306

You have a Bigtable instance that consists of three nodes that store personally identifiable information (PII) data. You need to log all read or write operations, including any metadata or configuration reads of this database table, in your company’s Security Information and Event Management (SIEM) system. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it enables the necessary logging for all read and write operations on the Bigtable instance and sets up a Pub/Sub topic to send these logs directly to the SIEM. Option A focuses on monitoring changes but does not cover all operations or logging. Option B only enables Admin Write logs, which is insufficient for complete logging, and relies on Cloud Functions for export, which is not the most efficient method. Option D involves unnecessary steps like installing the Ops Agent and does not directly address the logging requirements.