Medium1 markMultiple Choice
AWS SAA-C03 · Question 30 · Domain 2.3: Decoupling
A company has a complex order fulfillment process involving payment processing, inventory checking, and shipping. Each step is handled by a different AWS Lambda function. If a step fails, the process must retry or execute a rollback function. Which service should orchestrate this workflow?
A company has a complex order fulfillment process involving payment processing, inventory checking, and shipping. Each step is handled by a different AWS Lambda function. If a step fails, the process must retry or execute a rollback function. Which service should orchestrate this workflow?
Answer options:
A.
Amazon SQS
B.
AWS Step Functions
C.
Amazon EventBridge
D.
AWS Systems Manager
How to approach this question
Look for 'orchestrate', 'workflow', and 'state'.
Full Answer
B.AWS Step Functions✓ Correct
AWS Step Functions lets you build visual workflows that enable fast translation of business requirements into technical applications. It handles retries, state, and error handling natively.
Common mistakes
Trying to use SQS or SNS to build complex stateful workflows.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert