PCSE Practice Question: Managing Operations in a Cloud Solution Environment
A gaming company deploys a multiplayer game backend on Google Kubernetes Engine (GKE) with multiple microservices. The operations team needs to collect structured logs from containers, analyze them in real-time for anomalies, and store them for 30 days for compliance. They also need to monitor custom application metrics (e.g., player count per game server). Which three Google Cloud services should they use? (Choose three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Cloud Logging to collect container logs and store them for 30 days using a log bucket retention policy
Cloud Logging collects and stores logs, Cloud Monitoring collects metrics and supports custom metrics, and Chronicle can analyze logs for anomalies in real-time. BigQuery is for long-term analysis but not real-time anomaly detection.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Cloud Logging to collect container logs and store them for 30 days using a log bucket retention policy
Why this is correct
Cloud Logging is the native log management service for GCP, supporting custom retention.
- ✓
Chronicle to ingest logs from Cloud Logging and apply anomaly detection rules
Why this is correct
Chronicle can ingest GCP logs and perform real-time anomaly detection using YARA-L rules.
- ✗
BigQuery to store logs for 30 days and run real-time queries
Why it's wrong here
BigQuery is not designed for real-time streaming anomaly detection; it's better for batch analytics.
- ✗
Cloud SQL to store application metrics
Why it's wrong here
Cloud SQL is a relational database not designed for time-series metrics; Cloud Monitoring is the appropriate service.
- ✓
Cloud Monitoring to collect custom metrics via the Monitoring API and set up dashboards
Why this is correct
Cloud Monitoring supports custom metrics and alerting for application-specific metrics.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PCSE question from scratch — 960 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PCSE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCSE exam.