Question 130 of 315
Single answerYour company sends all Google Cloud logs to Cloud Logging. Your security team wants to monitor the logs. You want to ensure that the security team can react quickly if an anomaly such as an unwanted firewall change or server breach is detected. You want to follow Google-recommended practices. What should you do?
ASchedule a cron job with Cloud Scheduler. The scheduled job queries the logs every minute for the relevant events.
BExport logs to BigQuery, and trigger a query in BigQuery to process the log data for the relevant events.
✓CExport logs to a Pub/Sub topic, and trigger Cloud Function with the relevant log events.
DExport logs to a Cloud Storage bucket, and trigger Cloud Run with the relevant log events.
✓
Correct Answer: C
Export logs to a Pub/Sub topic, and trigger Cloud Function with the relevant log events.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.