Home › Certifications › AWS Certified Solutions Architect SAP-C02 › Continuous Improvement for Existing Solutions
31 multiple-choice questions and 15 flashcards on Continuous Improvement for Existing Solutions, about 21% of the AWS Certified Solutions Architect SAP-C02 bank. Every one carries a written rationale.
Continuous Improvement for Existing Solutions is one of 4 chapters in CoStudy's AWS Certified Solutions Architect — Professional (SAP-C02) bank, and it holds 31 of the bank's 150 multiple-choice questions — roughly 21% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
Data corruption occurred because the app ignored DynamoDB throttling without retrying. Which improvement is BEST?
Answer: A — Enable SDK retries with exponential backoff and jitter, alarm on ThrottledRequests, and match capacity to peak demand
A) Retry with backoff + observability + capacity fixes the root cause. B) Doesn't fix the retry omission. C) Dropping writes worsens corruption. D) Throttling cannot be disabled.
One downstream microservice occasionally takes 30+ s causing cascading timeouts across the platform. Which change set is BEST?
Answer: A — Add per-service circuit breakers, tighter timeouts, jittered exponential backoff, and bulkhead-isolated dependency pools
A) Circuit breakers + timeouts + backoff + bulkheading is the canonical resilience bundle. B) Longer timeouts extend pain. C) No retries loses recovery. D) Reverses architecture.
On-demand DynamoDB baseline is 8000 RCU / 2500 WCU with occasional 3x spikes and a high bill. Which optimization is BEST?
Answer: C — Switch to provisioned capacity with auto-scaling at 70% utilization sized to steady-state plus Reserved Capacity discount
C) Provisioned + auto-scaling + Reserved Capacity typically saves 50%+ vs on-demand for predictable workloads. A) Cross-engine migration is invasive. B) TTL affects correctness. D) Ignores the ask.
Nightly on-demand EMR clusters have grown costly. Which optimization is BEST?
Answer: B — Use EMR with task nodes on Spot, instance fleets to diversify, and consider EMR Serverless or EMR on EKS for elasticity
B) Spot task nodes + instance fleets + optionally EMR Serverless is the canonical EMR cost optimization. A) 3-year RIs for nightly-only wastes daytime. C) Aurora is not an ETL engine. D) Lambda 15-min/memory caps unsuitable.
Blue/Green deployment on AWS is BEST characterized as:
Answer: C — Running two production-like environments and shifting traffic to the new one after tests
C) Blue/Green runs a parallel environment then shifts traffic. A) That is rolling deployment. B) That is canary. D) That describes a maintenance-window approach, not blue/green.
Which statement BEST describes the pillars of the AWS Well-Architected Framework?
Answer: D — Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability
D) The six pillars are the canonical framework. A) These are not framework pillars. B) The framework has six pillars, not three. C) These are resource categories, not the framework pillars.
An ECS cluster has over-provisioned and CPU-throttled services in the same fleet. Which improvement is BEST and most automated?
Answer: B — Enable Compute Optimizer for ECS, use service auto-scaling on CPU/memory, and consider Fargate for variable services
B) Compute Optimizer + service auto-scaling + Fargate is AWS-native continuous rightsizing. A) Quarterly manual is slow. C) Lambda does not fit all workloads. D) Makes the utilization problem worse.
A microservices platform needs distributed tracing, correlated logs, and per-service metrics with minimal code changes. Which combination is BEST?
Answer: D — AWS X-Ray for tracing with CloudWatch Logs Insights and metrics via Container Insights
D) X-Ray + Logs Insights + Container Insights is the AWS observability stack. A) Local logs do not correlate across services. B) One alarm per service is not tracing or metrics. C) S3 access logs cover S3 only.
200 Lambdas log at INFO with 100 KB JSON per invocation and never-expire retention, driving up CloudWatch bill. Which is BEST?
Answer: B — Set per-group retention, reduce verbosity, archive older logs to S3 via subscription filter + Firehose, and use Logs Insights
B) Retention + verbosity + archive to S3 + Logs Insights is the AWS-prescriptive CW Logs optimization. A) Loses observability. C) Overkill. D) Lambda stdout still goes to CW Logs.
Aurora MySQL cluster at 80 TB has 4-hour analytical queries blocking OLTP. Which improvement is BEST?
Answer: D — Add a parallel-query reader endpoint for analytics, export to S3 for Athena/Redshift, and consider Aurora Zero-ETL to Redshift
D) Aurora parallel query + Zero-ETL to Redshift is the modern OLTP/OLAP separation pattern. A) Over-migrates. B) Blocking writer is the current problem. C) Engine swap doesn't help.
4 cards from the 15 in this chapter.
Cost Explorer Rightsizing recommendations?
Analyzes EC2 usage, suggests smaller types or termination.
Managed Grafana / Managed Prometheus?
AWS-managed open-source observability. Replaces self-hosted setups.
Backpressure pattern?
Slow upstream when downstream overloaded. SQS naturally provides this.
S3 lifecycle to Glacier?
Auto-transition old data to Glacier (cheaper) for archive.
These are a sample. The full Continuous Improvement for Existing Solutions chapter runs 46 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified Solutions Architect SAP-C02 in CoStudy →
All AWS Certified Solutions Architect SAP-C02 practice questions →