Medium1 markMultiple Choice
AWS SAA-C03 · Question 29 · Domain 2.3: Decoupling Mechanisms
An application requires a complex workflow involving multiple AWS Lambda functions. The workflow includes branching logic, error handling, and manual approval steps. Which AWS service is BEST suited to orchestrate this workflow?
An application requires a complex workflow involving multiple AWS Lambda functions. The workflow includes branching logic, error handling, and manual approval steps. Which AWS service is BEST suited to orchestrate this workflow?
Answer options:
A.
Amazon SQS
B.
AWS Step Functions
C.
Amazon EventBridge
D.
AWS Systems Manager
How to approach this question
Match 'complex workflow', 'branching logic', and 'state management' to Step Functions.
Full Answer
B.AWS Step Functions✓ Correct
AWS Step Functions
AWS Step Functions lets you coordinate multiple AWS services into serverless workflows. It manages state, branching logic, error handling, and can pause for manual approvals.
Common mistakes
Trying to use SQS or SNS to build complex stateful workflows.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert