Hard1 markMultiple Choice
GCP PCA · Question 44 · Resilience Procedures
Your SRE team wants to implement Chaos Engineering to test the resilience of a microservices application running on GKE. Which THREE actions represent valid chaos engineering experiments in GCP? (Select THREE)
Your SRE team wants to implement Chaos Engineering to test the resilience of a microservices application running on GKE. Which THREE actions represent valid chaos engineering experiments in GCP? (Select THREE)
Answer options:
A.
Randomly terminating GKE pods
B.
Simulating a zone failure by draining all nodes in a specific zone
C.
Injecting artificial network latency between microservices
D.
Deleting the production Cloud SQL database without a backup
E.
Disabling billing for the GCP project
F.
Running a load test to see maximum throughput
How to approach this question
Identify controlled failure injections that test system resilience.
Full Answer
Randomly terminating GKE pods, Simulating a zone failure by draining all nodes in a specific zone, Injecting artificial network latency between microservices
Chaos Engineering involves injecting controlled failures to verify that the system's self-healing mechanisms work. Terminating pods, simulating zone outages, and injecting latency are standard practices (often done using tools like Istio fault injection). Destructive actions without recovery paths are not chaos engineering.
Common mistakes
Confusing load testing (F) with chaos engineering.
Practice the full GCP Professional Cloud Architect Practice Exam 5
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...HardQ02CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ03CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ04CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...MediumQ05CASE STUDY: TechStream Gaming
Overview: Gaming company, 500 employees, $100M revenue. 200 on-prem...Easy
Expert