Ensuring Successful Operation of a Cloud Solution
Manage compute, storage, networking resources, and implement monitoring and logging (~27% of exam).
Ensuring successful operation of a cloud solution on Google Cloud Platform involves continuous monitoring, management, and optimization of deployed resources. As a Cloud Associate Engineer, you must maintain system reliability, performance, and cost-efficiency. Key areas include: **Monitoring and…
GCP ACE - Ensuring Successful Operation of a Cloud Solution Example Questions
Test your knowledge of Ensuring Successful Operation of a Cloud Solution
Question 1
A startup company has built a customer support ticketing system using Firestore. Each ticket document contains the following fields: ticketId, customerId, status, priority, createdAt, and assignedAgent. The support manager wants to display all open tickets (status = 'open') that have 'high' priority on a dashboard. The tickets collection currently holds approximately 10,000 documents. The development team notices the query is performing slowly. What should they do to optimize this query in Firestore?
Question 2
A small retail company has recently migrated their inventory management application to a single Compute Engine instance with a 200GB persistent disk in the us-west1 region. The IT administrator wants to set up automated backups that capture the disk state every day at 2 AM and keep them for 7 days. The administrator has never configured snapshot schedules before and asks for your guidance on the simplest approach to achieve this requirement. What should you recommend?
Question 3
A small marketing agency has created a Cloud Storage bucket to store client campaign assets including images and documents. The project owner wants to ensure that a new contractor can only view and download objects from the bucket but cannot delete, modify, or upload any new files. The contractor has a Google account (contractor@gmail.com) and the bucket uses uniform bucket-level access. Which IAM role should be assigned to the contractor's account to meet these requirements?