Easy1 markMultiple Choice
AWS SAA-C03 · Question 33 · Domain 2.3: Decoupling Mechanisms
A developer is building an application that requires a complex sequence of AWS Lambda functions to execute in a specific order. Some functions must run in parallel, and there must be error handling and retry logic if a function fails. Which AWS service is BEST suited for orchestrating this workflow?
A developer is building an application that requires a complex sequence of AWS Lambda functions to execute in a specific order. Some functions must run in parallel, and there must be error handling and retry logic if a function fails. Which AWS service is BEST suited for orchestrating 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 sequence', 'orchestrating', and 'state management' with AWS Step Functions.
Full Answer
B.AWS Step Functions✓ Correct
AWS Step Functions
AWS Step Functions is a visual workflow service that helps developers use AWS services to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning (ML) pipelines. It handles state, parallel execution, and retries natively.
Common mistakes
Choosing SQS. While SQS connects microservices, it does not orchestrate them or manage workflow state.
Practice the full AWS SAA-C03 Practice Exam 1
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert