Easy1 markMultiple Choice
AWS SAA-C03 · Question 32 · Domain 2.3: Decoupling
A company has a complex data processing pipeline that involves multiple AWS Lambda functions. The functions must be executed in a specific order. Some functions take up to 10 minutes to run. If a function fails, the system needs to retry it automatically or execute a fallback function. <br/><br/>Which AWS service is BEST suited to orchestrate this workflow?
A company has a complex data processing pipeline that involves multiple AWS Lambda functions. The functions must be executed in a specific order. Some functions take up to 10 minutes to run. If a function fails, the system needs to retry it automatically or execute a fallback function. <br/><br/>Which AWS service is BEST suited to orchestrate this workflow?
Answer options:
A.
Amazon SQS
B.
AWS Step Functions
C.
AWS Systems Manager Run Command
D.
Amazon EventBridge
How to approach this question
Look for keywords like 'orchestrate', 'workflow', 'state', and 'retries'.
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 natively handles state, retries, and error handling.
Common mistakes
Choosing EventBridge for stateful orchestration.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert