Home › Certifications › AWS Certified CloudOps Engineer SOA-C03 › Monitoring, Logging, Analysis, Remediation, and Performance Optimization
52 multiple-choice questions and 50 flashcards on Monitoring, Logging, Analysis, Remediation, and Performance Optimization, about 30% of the AWS Certified CloudOps Engineer SOA-C03 bank. Every one carries a written rationale.
Monitoring, Logging, Analysis, Remediation, and Performance Optimization is one of 5 chapters in CoStudy's AWS Certified CloudOps Engineer — Associate (SOA-C03) bank, and it holds 52 of the bank's 174 multiple-choice questions — roughly 30% 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.
A static website on S3 + CloudFront saw a cost spike from repeated range requests; ops wants a first-line optimization.
Answer: A — Enable CloudFront caching + Origin Shield to consolidate origin fetches for range requests
A) Correct - Caching + Origin Shield reduces origin requests dramatically. B) Loses CDN. C) More expensive. D) Wrong storage class.
A team wants a graph of CloudWatch metrics from two regions on the same dashboard widget for a global services fleet.
Answer: B — Create a cross-region CloudWatch dashboard widget that references both regions
A) Overkill and delayed. B) Correct — CloudWatch supports cross-region metrics in dashboard widgets. C) Duplicate publishing is wasteful. D) Metric Streams export, not display.
An organization needs a single CloudWatch dashboard combining metrics from three accounts in the same region for a leadership operations view.
Answer: B — Enable CloudWatch cross-account observability to a central monitoring account
A) Manual and unmaintainable. B) Correct — cross-account observability aggregates metrics/logs/traces for unified views. C) QuickSight is BI, not real-time ops. D) Consolidation is not an ops solution.
An EventBridge rule intermittently fails to deliver events to its Lambda target, and the team suspects malformed input pattern matching. What is the FIRST troubleshooting step per SOA-C03 Domain 1 guidance?
Answer: C — Use the EventBridge sandbox/test-pattern tool to validate the rule's event pattern against sample events
A) Buses don't silently corrupt; this doesn't address pattern-matching. B) Addresses a different failure mode (throttling), not the suspected pattern issue. C) Correct — validating the event pattern against sample events is the direct, fastest way to confirm whether malformed matching is the cause. D) Changes the target rather than diagnosing the actual issue, and SQS still depends on the same upstream rule pattern.
An on-call engineer wants to be paged only when an error rate exceeds threshold for 5 minutes AND request rate is above a floor for the same window.
Answer: B — Author a CloudWatch composite alarm that combines both metric alarms via AND logic
A) Reinvents composite alarms. B) Correct — composite alarms compose alarm states with boolean logic to reduce noise. C) Half-right — ratio ignores absolute volume floor. D) SNS cannot filter based on other alarm states.
An alarm should transition to ALARM only after three consecutive 5-minute breaches so a single spike does not page the on-call engineer at night.
Answer: B — Configure the alarm with an evaluation period of three and a period of 300 seconds
A) Reinvents alarm evaluation. B) Correct — datapoints-to-alarm + evaluation periods control the M-of-N flap suppression. C) EventBridge cannot poll metrics. D) Missing-data behavior addresses gaps, not spike suppression.
An organization needs Cost Explorer breakouts by team and environment across all resources but sees blanks for the 'Team' tag in most reports.
Answer: A — Activate 'Team' as a user-defined cost allocation tag in the billing console
A) Correct — cost allocation tags must be activated in billing before Cost Explorer surfaces them. B) SCP enforces creation but does not populate historical Cost Explorer. C) Views cannot filter on a tag not activated. D) Config tracks tags but does not feed Cost Explorer.
An S3 bucket holds infrequently-accessed logs older than 30 days and rarely-accessed logs older than 90 days.
Answer: A — Transition to Standard-IA at 30 days and to Glacier Instant Retrieval at 90 days per rules
A) Correct - lifecycle transitions match the described access pattern. B) Wastes money. C) Retrieval costs on hot data are high. D) Half-right; Intelligent-Tiering is an alternative but explicit rules are more predictable.
An EC2 instance appears CPU-bound and the team wants the built-in CloudWatch metric that surfaces this without extra agents installed on the host OS.
Answer: B — CPUUtilization, a default EC2 metric available without the CloudWatch agent
A) Look-alike — memory is not a hypervisor-visible metric; it needs the CloudWatch agent. B) Correct — CPUUtilization is emitted by default at 5-minute basic monitoring. C) True but irrelevant — disk ops do not measure CPU saturation. D) Right-concept/wrong-scenario — status checks flag host failures, not utilization.
An Auto Scaling group should scale out on custom application queue depth published from a Lambda every minute to a CloudWatch metric.
Answer: B — Attach a target-tracking policy referencing the custom queue-depth CloudWatch metric
A) Scheduled is time-based, not demand-based. B) Correct — target tracking supports any CloudWatch metric. C) Health checks are for health, not scaling. D) Lifecycle hooks pause transitions, not trigger scaling.
4 cards from the 50 in this chapter.
CloudWatch composite alarms?
Combine multiple alarms with AND/OR logic. Reduces alert noise.
EBS-optimized?
Dedicated network bandwidth between EC2 and EBS. Better performance.
Savings Plans vs Reserved Instances?
SP: flexible commitment ($/hr). RI: locked to specific instance type. SP usually preferred.
CloudTrail log file integrity validation?
Detect if logs were modified. Uses cryptographic hashing.
These are a sample. The full Monitoring, Logging, Analysis, Remediation, and Performance Optimization chapter runs 102 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified CloudOps Engineer SOA-C03 in CoStudy →
All AWS Certified CloudOps Engineer SOA-C03 practice questions →