📈 AWS Observability and Operational Analysis - SOA-C03 Practice Questions

Practice troubleshooting with metrics, logs, traces, service maps, dashboards, alarms, and operational health signals.

15Questions Available
1Exam Domains

Practice Observability Questions Now

Start a timed practice session focusing on AWS Observability and Operational Analysis topics from the SOA-C03 question bank.

Start SOA-C03 Practice Quiz →

SOA-C03 Observability Question Bank (15 Questions)

Browse all 15 practice questions covering AWS Observability and Operational Analysis for the SOA-C03 certification exam. Answers are intentionally hidden on this page so you can self-test first before checking results in quiz mode.

  1. Question 1Monitoring, Logging, and Remediation

    A SysOps administrator wants to troubleshoot an application issue by correlating CloudWatch metrics, logs, and X-Ray traces in a single view. Which CloudWatch feature provides this?

    ACloudWatch Dashboards
    BCloudWatch ServiceLens
    CCloudWatch Application Insights
    DAWS Systems Manager Explorer

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  2. Question 2Monitoring, Logging & Remediation

    A SysOps administrator manages a distributed application using Amazon ECS, API Gateway, and DynamoDB. The team needs a single view that correlates metrics, traces, and logs to reduce mean time to resolution (MTTR) when investigating latency issues. Which approach is MOST appropriate?

    ACreate a CloudWatch dashboard with widgets for each service's key metrics
    BEnable CloudWatch ServiceLens with X-Ray tracing to get a unified service map with correlated telemetry
    CConfigure CloudWatch Contributor Insights rules for each service
    DUse CloudWatch Logs Insights queries across all log groups and pin results to a dashboard

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  3. Question 3Select All That ApplyMonitoring, Logging & Remediation

    A SysOps Administrator is troubleshooting latency issues in a distributed application composed of an API Gateway, three Lambda functions, and a DynamoDB table. The team needs an end-to-end trace showing time spent in each service. Which steps must the administrator take? (Select TWO.)

    AEnable active tracing on the API Gateway stage and on each Lambda function by setting the tracing configuration to `Active` mode.
    BInstall the X-Ray daemon on each Lambda function's execution environment manually by including it as a Lambda layer.
    CInstrument the application code using the AWS X-Ray SDK to create subsegments for DynamoDB calls and any downstream HTTP requests.
    DEnable VPC Flow Logs to capture the latency between API Gateway and Lambda.
    EConfigure CloudWatch ServiceLens, which replaces X-Ray and requires no code changes.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  4. Question 4Monitoring, Logging & Remediation

    A SysOps administrator needs to trace requests across multiple AWS services for a microservices application. The application uses Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. The administrator wants a unified view that correlates traces, logs, and metrics in a single pane of glass within CloudWatch. Which feature should the administrator enable?

    ACloudWatch Contributor Insights
    BCloudWatch ServiceLens
    CCloudWatch Application Insights
    DCloudWatch Synthetics

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  5. Question 5Monitoring, Logging & Remediation

    An application writes custom business metrics to Amazon CloudWatch using the `PutMetricData` API. The operations team wants to create a dashboard that shows the p99 latency of these custom metrics at 1-second granularity. The team discovers the data is only available at 1-minute resolution. What should the team do to achieve 1-second granularity?

    APublish the metrics using the `StorageResolution` parameter set to 1 (high-resolution metrics).
    BEnable detailed monitoring on the EC2 instances running the application.
    CChange the CloudWatch agent collection interval to 1 second.
    DUse CloudWatch Metric Streams to send data to a Kinesis Data Firehose at 1-second intervals.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  6. Question 6Select All That ApplyMonitoring, Logging & Remediation

    A SysOps administrator is troubleshooting an issue where an EC2 instance's custom memory and disk metrics are not appearing in CloudWatch. The CloudWatch agent is installed and running on the instance. (Select TWO.)

    AThe EC2 instance's IAM role is missing the `cloudwatch:PutMetricData` permission.
    BThe CloudWatch agent configuration file does not include the `metrics` section for memory and disk.
    CDetailed monitoring has not been enabled on the EC2 instance.
    DThe CloudWatch agent is configured to send metrics to a different AWS Region than the one being viewed.
    EThe EC2 instance does not have the `AmazonSSMManagedInstanceCore` policy attached.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  7. Question 7Select All That ApplyMonitoring, Logging & Remediation

    A SysOps Administrator is troubleshooting why a CloudWatch Agent on an EC2 instance is not publishing custom metrics. The agent process is running, and the instance has internet connectivity. Which two items should the administrator verify FIRST? (Select TWO.)

    AThe IAM instance profile attached to the EC2 instance includes the `CloudWatchAgentServerPolicy` managed policy.
    BThe CloudWatch Agent configuration file specifies the correct metrics namespace and collection interval.
    CThe EC2 instance has detailed monitoring enabled in the console.
    DThe security group allows outbound traffic on port 443 to the CloudWatch API endpoint.
    EThe instance is launched in a public subnet with an Internet Gateway.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  8. Question 8Monitoring, Logging & Remediation

    A SysOps Administrator needs to troubleshoot 504 Gateway Timeout errors returned by an Amazon API Gateway REST API backed by a Lambda integration. The administrator needs to see the full request/response payloads and integration latency per request. Which logging configuration provides this level of detail?

    AEnable API Gateway access logging to a CloudWatch Logs group with the `$context` variables for request ID, status, and latency.
    BEnable API Gateway execution logging at the `INFO` level for the API stage, which logs full request/response headers and bodies through the integration.
    CEnable AWS X-Ray tracing on the API Gateway stage to capture per-request latency breakdown.
    DEnable Lambda function logging and inspect the CloudWatch Logs group for the Lambda function.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  9. Question 9Monitoring, Logging & Remediation

    A company's operations team configured CloudWatch cross-account observability. The monitoring account can view metrics from source accounts but cannot view log groups. What is the most likely cause?

    AThe source accounts did not include `AWS::Logs::LogGroup` in their observability access manager sink policy
    BThe monitoring account's IAM role does not have `logs:GetLogEvents` permission on the source accounts
    CCloudWatch Logs sharing requires the unified CloudWatch agent to be installed in the source accounts
    DThe source accounts need to enable CloudWatch Logs resource policies allowing cross-account access

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  10. Question 10Monitoring, Logging & Remediation

    A development team deploys a microservices application that emits structured JSON logs from AWS Lambda functions. They want these logs to automatically generate CloudWatch metrics for business KPIs (e.g., order count, payment failures) without deploying additional infrastructure. Which approach should the administrator recommend?

    ACreate CloudWatch metric filters on each Lambda log group with pattern matching for each KPI
    BUse CloudWatch embedded metric format (EMF) in the Lambda function code to emit metrics within structured log entries
    CStream Lambda logs via Kinesis Data Firehose to S3, then use Athena for KPI reporting
    DDeploy a CloudWatch agent on a dedicated EC2 instance to parse Lambda logs and publish custom metrics

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  11. Question 11Monitoring, Logging & Remediation

    A SysOps Administrator must collect memory utilization and disk usage metrics from a fleet of Amazon Linux 2 EC2 instances. The team also needs to collect the `/var/log/messages` system log and the `/opt/app/logs/application.log` application log. Which solution achieves this with the LEAST setup effort?

    AInstall the legacy CloudWatch Logs agent to ship the two log files or use a cron job with a custom script that calls the `PutMetricData` API for memory and disk.
    BInstall the CloudWatch unified agent, create an agent configuration file that specifies the two log files and the `mem_used_percent` and `disk_used_percent` metrics, then deploy the configuration using SSM Parameter Store.
    CEnable detailed monitoring on the instances to capture memory and disk metrics automatically, and use VPC Flow Logs to capture log file data.
    DUse AWS X-Ray to instrument the application, which will capture memory, disk, and log data.

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  12. Question 12Networking & Content Delivery

    A SysOps administrator is configuring VPC Flow Logs for a VPC to troubleshoot connectivity issues. The administrator needs to capture only rejected traffic to minimize log volume. Which configuration should be used?

    ACreate a VPC Flow Log with the filter set to `REJECT`
    BCreate a VPC Flow Log with the filter set to `ALL` and use CloudWatch Logs Insights to filter rejected traffic
    CCreate a VPC Flow Log with the default filter and configure an S3 lifecycle policy to delete accepted traffic logs
    DEnable VPC Flow Logs at the subnet level only for subnets with connectivity issues

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  13. Question 13Monitoring, Logging & Remediation

    A SysOps administrator is configuring CloudWatch ServiceLens for an application. The administrator has enabled AWS X-Ray tracing and the CloudWatch agent. The ServiceLens service map is showing services but NOT displaying correlated log groups. What is the most likely cause?

    AThe CloudWatch agent is not configured to collect X-Ray traces
    BThe application log groups are not using the correct naming convention that ServiceLens expects
    CThe X-Ray daemon is not installed alongside the CloudWatch agent
    DThe application is not emitting logs with embedded X-Ray trace IDs

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  14. Question 14Monitoring, Logging, and Remediation

    A SysOps administrator uses X-Ray for a microservices application. Which X-Ray feature shows the entire request flow across services with latency breakdown?

    AX-Ray annotations
    BX-Ray service map showing services, connections, and latency/error rates
    CX-Ray sampling rules
    DX-Ray groups

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz
  15. Question 15Select All That ApplyMonitoring, Logging & Remediation

    A company uses AWS X-Ray to trace requests in a microservices architecture. The SysOps administrator notices that traces are incomplete — some downstream service calls are missing. Which of the following is the MOST LIKELY cause? (Select TWO)

    AThe X-Ray daemon is not installed on the downstream service hosts
    BThe downstream services are not propagating the X-Ray trace header in their outgoing requests
    CThe X-Ray sampling rate is set too high
    DThe downstream services are using a different AWS region
    EThe IAM role for the downstream services does not have `xray:PutTraceSegments` permission

    Answer hidden for practice.

    Use the interactive quiz to reveal the correct answer and explanation.

    Start SOA-C03 Quiz

Key Observability Concepts for SOA-C03

observabilityx-raytraceservice maplatencylogsmetricstroubleshootoperational health

SOA-C03 Observability Exam Tips

AWS Observability and Operational Analysis questions in SOA-C03 are typically scenario-based. Focus on operations, observability, incident response, and automated remediation. Priority concepts: observability, x-ray, trace, service map, latency, logs.

What SOA-C03 Expects

  • Anchor your answer in prioritize operational visibility and repeatable runbook-ready automation.
  • Observability scenarios for SOA-C03 are frequently mapped to Domain 1 (22%), so read the objective carefully before picking controls or architecture.
  • Expect multi-topic scenarios where Observability interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated question.
  • When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Associate) and vendor best practices.

High-Value Observability Concepts

  • Know the core Observability building blocks cold: observability, x-ray, trace, service map.
  • Review the edge-case features and limits for latency, logs; these details are commonly used to differentiate answer choices.
  • Practice service-integration reasoning: how Observability pairs with CloudWatch, CloudTrail, Systems Manager in real deployment patterns.
  • For SOA-C03, explain why the chosen Observability design meets reliability, security, and cost expectations better than the alternatives.

Common SOA-C03 Traps

  • Watch for answers that deploy quickly but are hard to monitor or recover.
  • Questions in Monitoring, Logging, Analysis, Remediation, and Performance Optimization often include distractors that look correct for Observability but violate least-privilege, durability, or availability requirements.
  • Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
  • If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.

Fast Review Checklist

  • Can you compare at least two Observability implementation paths and justify which one best fits the scenario?
  • Can you map the chosen answer back to Monitoring, Logging, Analysis, Remediation, and Performance Optimization (22%) outcomes for SOA-C03?
  • Can you explain security and access boundaries for Observability without relying on default-open assumptions?
  • Can you describe how Observability integrates with CloudWatch and CloudTrail during failure, scaling, and monitoring events?

Exam Domains Covering Observability

Related Resources

More SOA-C03 Study Resources