Medium1 markMultiple Choice
AWS SAA-C03 · Question 33 · Domain 2.3: Decoupling Mechanisms
A company is automating its employee onboarding process. The process involves multiple steps: creating an IAM user, provisioning a virtual workspace, and sending a welcome email. Some steps require human approval before proceeding. If a step fails, the process must automatically retry or execute a rollback procedure.<br/><br/>Which AWS service should be used to orchestrate this workflow?
A company is automating its employee onboarding process. The process involves multiple steps: creating an IAM user, provisioning a virtual workspace, and sending a welcome email. Some steps require human approval before proceeding. If a step fails, the process must automatically retry or execute a rollback procedure.<br/><br/>Which AWS service should be used to orchestrate this workflow?
Answer options:
A.
AWS Lambda
B.
Amazon SQS
C.
AWS Step Functions
D.
AWS Systems Manager
How to approach this question
Identify the service designed for stateful workflow orchestration.
Full Answer
C.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.
Common mistakes
Trying to build complex state machines using chained Lambda functions.
Practice the full AWS SAA-C03 Practice Exam 6
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 company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert