Practice Lambda Questions Now
Start a timed practice session focusing on AWS Lambda topics from the SOA-C03 question bank.
Start SOA-C03 Practice Quiz →SOA-C03 Lambda Question Bank (45 Questions)
Browse all 45 practice questions covering AWS Lambda 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.
- Question 1Monitoring, Logging & Remediation
A company uses Lambda functions to process financial transactions. During peak hours, cold starts cause latency spikes that breach SLA requirements. The administrator enabled provisioned concurrency, but now wants to monitor whether the provisioned concurrency is being fully utilized or if additional capacity is needed. Which CloudWatch metric should the administrator monitor?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 2Cost & Performance Optimization
A company runs a Lambda function with an average invocation duration of 200ms and processes 10 million invocations per month. During peak hours, cold starts add 2 seconds of latency. The administrator configured provisioned concurrency of 100. The finance team reports that the monthly Lambda bill increased by 40%. What should the administrator do to reduce costs while still mitigating cold starts?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 3Cost & Performance Optimization
A SysOps administrator wants to right-size AWS Lambda functions to reduce costs and improve performance. Which AWS service provides recommendations for Lambda function memory settings based on historical invocation data?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 4Deployment, Provisioning & Automation
A development team uses AWS Lambda for a critical API. They have deployed version 5 of the function and need to gradually shift 10% of traffic to a new version 6 while keeping 90% on version 5. If errors increase on version 6, they need to immediately roll back. Which Lambda feature supports this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 5Cost & Performance Optimization
A SysOps Administrator runs a Lambda function that processes images. The function is configured with 128 MB of memory and a 30-second timeout. The function frequently times out on larger images. Increasing the memory to 1024 MB resolves the timeouts and reduces the average duration from 25 seconds to 4 seconds. Despite the higher per-millisecond cost, the total cost per invocation decreases. Why does this happen?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 6Deployment, Provisioning & Automation
A SysOps Administrator must deploy an updated Lambda function using AWS CodeDeploy with the following requirement: shift 10% of traffic to the new version, wait 10 minutes, and then shift the remaining 90% if no alarms fire. Which CodeDeploy deployment configuration achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 7Monitoring, Logging & Remediation
An operations team deployed a Lambda function that processes SQS messages, but they are unable to see per-invocation performance data such as memory usage, CPU time, and init duration in CloudWatch. The function already has the `CloudWatchLambdaInsightsExecutionRolePolicy` managed policy attached. What is the MOST likely reason?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 8Cost and Performance Optimization
A SysOps administrator wants to identify which Lambda functions are over-provisioned (too much memory) and could be reduced. Which AWS service provides this recommendation?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 9Networking and Content Delivery
A SysOps administrator uses CloudFront with Lambda@Edge. What is the maximum memory and timeout for a Lambda@Edge function on viewer request/response events?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 10Monitoring, Logging & Remediation
A company uses Amazon EventBridge to route events from multiple AWS services to various targets. A SysOps administrator notices that some events from AWS Health are not reaching the intended Lambda function target. The administrator confirms the EventBridge rule pattern is correct. What should the administrator check next?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 11Monitoring, 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?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 12Select All That ApplySecurity & Compliance
A SysOps administrator needs to grant a Lambda function in Account A permission to read objects from an S3 bucket in Account B. Which TWO configurations are required?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 13Monitoring, Logging & Remediation
A company discovers that their EventBridge rules are failing to invoke a target Lambda function. The events are being published to a custom event bus, but the Lambda function is not being triggered. The Lambda function's resource-based policy only allows invocations from the default event bus. What is the root cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 14Deployment, Provisioning & Automation
A company's CloudFormation template creates a Lambda function and an API Gateway. The Lambda function ARN must be passed to the API Gateway integration. However, a circular dependency occurs because the API Gateway also needs to grant invoke permissions referencing the Lambda function. How should the SysOps Administrator resolve this circular dependency?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 15Select All That ApplySecurity & Compliance
A SysOps Administrator needs to grant a Lambda function access to decrypt data using a KMS Customer Managed Key (CMK). The KMS key policy currently only allows the key administrator to manage the key. Which changes are required to allow the Lambda function to use the key for decryption? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 16Monitoring, Logging & Remediation
A company runs several AWS Lambda functions for order processing. The SysOps Administrator must be alerted immediately when any Lambda function's error rate exceeds 2% of invocations OR when the throttle count exceeds zero. A single alarm should represent this combined condition. Which approach should the administrator take?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 17Monitoring, Logging & Remediation
A SysOps Administrator wants to use Amazon EventBridge to route EC2 instance state-change events to a Lambda function but needs to transform the event payload before delivery. The Lambda function expects a simplified JSON structure containing only the instance ID, state, and timestamp. Which EventBridge feature should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 18Select All That ApplySecurity & Compliance
A SysOps Administrator needs to ensure that an IAM role for a Lambda function allows `s3:GetObject` only on a specific S3 bucket prefix (`data/reports/*`) and only during business hours (Monday–Friday, 08:00–18:00 UTC). Which IAM policy elements should be used? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 19Monitoring, Logging & Remediation
A SysOps Administrator configures a CloudWatch alarm that publishes to an SNS topic when the RDS `FreeStorageSpace` metric crosses a threshold. The team requires that the same alarm notification is sent simultaneously to an email distribution list, a PagerDuty HTTPS endpoint, and an AWS Lambda function that runs automated remediation. Which SNS configuration achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 20Monitoring, Logging & Remediation
A development team deploys an AWS Lambda function that processes orders. The team wants the function to emit custom business metrics (e.g., `OrderValue`, `ProcessingTime`) to CloudWatch without making explicit `PutMetricData` API calls, to avoid the overhead and additional IAM permissions. Which approach should the SysOps Administrator recommend?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 21Select 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.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 22Deployment, Provisioning & Automation
A SysOps Administrator needs to deploy a CloudFormation template that provisions a Lambda function along with its code stored in an S3 bucket. The template uses the `AWS::Serverless::Function` resource type from SAM. Which `Transform` declaration must be included in the template?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 23Monitoring, Logging & Remediation
A developer reports that an AWS Lambda function invoked asynchronously by an S3 event notification occasionally fails. The team wants failed invocations to be sent to an SQS queue for later investigation without modifying the function code. Which feature should the SysOps Administrator configure?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 24Select All That ApplyMonitoring, Logging & Remediation
An application team wants to set up a CloudWatch dashboard that automatically refreshes and shows the P99 latency for their Application Load Balancer alongside the `Invocations` count of a Lambda function. They also want to overlay deployment markers. Which CloudWatch dashboard features support this? (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 25Cost & Performance Optimization
A company wants to reduce compute costs for a fleet of workloads that includes EC2 instances, Lambda functions, and Fargate tasks. The workloads run in multiple regions and may change instance types over time. Which Savings Plans type provides the broadest coverage across these compute services?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 26Monitoring, Logging & Remediation
A SysOps administrator is configuring Amazon EventBridge to trigger a Lambda function whenever an IAM policy is changed. The rule has been created but the Lambda function is not being invoked. Which of the following is the MOST LIKELY cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 27Monitoring, Logging & Remediation
An administrator creates an EventBridge rule to capture EC2 instance state-change notifications and trigger a Lambda function when any instance enters the "stopped" state. The rule is not triggering. The event pattern is shown below: ```json { "source": ["aws.ec2"], "detail-type": ["EC2 Instance State-change Notification"], "detail": { "state": ["Stopped"] } } ``` What is the cause of the issue?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 28Monitoring, Logging & Remediation
An administrator needs to create a CloudWatch alarm that triggers when the total number of errors across three Lambda functions exceeds 100 in a 5-minute period. The metric name is `Errors` under the `AWS/Lambda` namespace, one per function. What is the most efficient approach?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 29Select All That ApplyDeployment, Provisioning & Automation
A team needs to store database connection strings that include passwords for multiple environments (dev, staging, prod). The connection strings must be encrypted at rest, support automatic rotation, and be accessible from Lambda functions. (Select TWO.)
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 30Deployment, Provisioning & Automation
A company uses AWS CDK to deploy a Lambda function. After updating the function code and running `cdk deploy`, the Lambda function's code does not update in AWS. The CDK output shows no changes detected. What is the most likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 31Security & Compliance
A SysOps administrator needs to use IAM Access Analyzer to validate that no Lambda function execution roles in the account grant permissions broader than a specific reference policy. Which Access Analyzer feature should be used?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 32Monitoring, Logging & Remediation
A SysOps administrator configured Lambda Insights on a function, but the `/aws/lambda-insights` log group shows no data. The function's execution role has the `CloudWatchLambdaInsightsExecutionRolePolicy` attached, and the Lambda Insights extension layer is added. What is the MOST likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 33Deployment, Provisioning & Automation
A SysOps administrator has a CloudFormation custom resource backed by a Lambda function. During stack creation, the stack is stuck in `CREATE_IN_PROGRESS` for over an hour. The Lambda function's CloudWatch Logs show successful execution. What is the MOST likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 34Deployment, Provisioning & Automation
A SysOps administrator is creating a CloudFormation template that provisions a Lambda function and an S3 bucket. The bucket needs a notification configuration that triggers the Lambda function when new objects are created. Creating the stack fails with a circular dependency error. How should this be resolved?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 35Monitoring, Logging & Remediation
An operations team has configured CloudWatch alarms using metric math expressions. An alarm evaluates `METRICS("m1")/METRICS("m2") * 100` where m1 is error count and m2 is invocation count for a Lambda function. The alarm frequently enters INSUFFICIENT_DATA state even during normal operation. What is the most likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 36Deployment, Provisioning & Automation
A developer has a CloudFormation template that provisions an Amazon RDS instance, a Lambda function, and an SNS topic. The developer wants to break this monolithic template into smaller, reusable components. Which CloudFormation feature enables this composition while maintaining a single parent stack for lifecycle management?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 37Deployment, Provisioning & Automation
A SysOps administrator needs to deploy a Lambda function and an API Gateway endpoint. The administrator wants to define the infrastructure as code and include the Lambda source code inline. The deployment must use a single CLI command. Which tool should the administrator use?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 38Monitoring, Logging, and Remediation
A SysOps administrator configures a CloudWatch Logs subscription filter to stream logs to Lambda in real time. The Lambda function is not receiving all log events. What is a likely cause?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 39Monitoring, Logging, and Remediation
A SysOps administrator wants to measure the p99 latency of API calls across multiple Lambda functions. Which CloudWatch feature computes percentile statistics from metric data?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 40Deployment, Provisioning, and Automation
A SysOps administrator uses Systems Manager Parameter Store. They want different Lambda functions in different environments to use different parameter values without code changes. How is this achieved?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 41Reliability and Business Continuity
A SysOps administrator needs to ensure that a critical Lambda function can still execute if one AZ becomes unavailable. What configuration provides AZ resilience?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 42Deployment, Provisioning, and Automation
A SysOps administrator uses CloudFormation. The template includes a custom resource. What happens when the custom resource's Lambda function returns FAILED?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 43Security and Compliance
A SysOps administrator needs to ensure that a Lambda function can only be invoked from within a specific VPC. Which mechanism achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 44Monitoring, Logging, and Remediation
A SysOps administrator needs to monitor the latency of Lambda function invocations and trigger an alert if p99 latency exceeds 5 seconds. Which CloudWatch configuration achieves this?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz - Question 45Security and Compliance
A SysOps administrator needs to allow a Lambda function in Account B to read from an S3 bucket in Account A. What configuration is needed?
Answer hidden for practice.
Use the interactive quiz to reveal the correct answer and explanation.
Start SOA-C03 Quiz
Key Lambda Concepts for SOA-C03
SOA-C03 Lambda Exam Tips
AWS Lambda questions in SOA-C03 are typically scenario-based. Focus on operations, observability, incident response, and automated remediation. Priority concepts: lambda, function, concurrency, alias, version, event source mapping.
What SOA-C03 Expects
- Anchor your answer in prioritize operational visibility and repeatable runbook-ready automation.
- Lambda scenarios for SOA-C03 are frequently mapped to Domain 1 (22%), Domain 3 (22%), Domain 4 (16%), so read the objective carefully before picking controls or architecture.
- Expect multi-topic scenarios where Lambda 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 Lambda Concepts
- Know the core Lambda building blocks cold: lambda, function, concurrency, alias.
- Review the edge-case features and limits for version, event source mapping; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how Lambda pairs with EventBridge, CodeDeploy, CloudWatch in real deployment patterns.
- For SOA-C03, explain why the chosen Lambda 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 Lambda 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 Lambda 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 Lambda without relying on default-open assumptions?
- Can you describe how Lambda integrates with EventBridge and CodeDeploy during failure, scaling, and monitoring events?