Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 351 discussion

A company is moving its data management application to AWS. The company wants to transition to an event-driven architecture. The architecture needs to be more distributed and to use serverless concepts while performing the different aspects of the workflow. The company also wants to minimize operational overhead.

Which solution will meet these requirements?

  • A. Build out the workflow in AWS Glue. Use AWS Glue to invoke AWS Lambda functions to process the workflow steps.
  • B. Build out the workflow in AWS Step Functions. Deploy the application on Amazon EC2 instances. Use Step Functions to invoke the workflow steps on the EC2 instances.
  • C. Build out the workflow in Amazon EventBridge. Use EventBridge to invoke AWS Lambda functions on a schedule to process the workflow steps.
  • D. Build out the workflow in AWS Step Functions. Use Step Functions to create a state machine. Use the state machine to invoke AWS Lambda functions to process the workflow steps.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Lonojack
Highly Voted 1 year, 7 months ago
Selected Answer: D
This is why I’m voting D…..QUESTION ASKED FOR IT TO: use serverless concepts while performing the different aspects of the workflow. Is option D utilizing Serverless concepts?
upvoted 11 times
...
geekgirl22
Highly Voted 1 year, 7 months ago
It is D. Cannot be C because C is "scheduled"
upvoted 7 times
...
bujuman
Most Recent 6 months, 4 weeks ago
Selected Answer: D
While considering this requirement: The architecture needs to be more distributed and to use serverless concepts while performing the different aspects of the workflow And checking the following link : https://aws.amazon.com/step-functions/?nc1=h_ls, Answer D is the best for this use case
upvoted 2 times
...
TariqKipkemei
1 year ago
Selected Answer: D
One of the use cases for step functions is to Automate extract, transform, and load (ETL) processes. https://aws.amazon.com/step-functions/#:~:text=for%20modern%20applications.-,Use%20cases,-Automate%20extract%2C%20transform
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: D
AWS Step functions is serverless Visual workflows for distributed applications https://aws.amazon.com/step-functions/
upvoted 1 times
...
TariqKipkemei
1 year, 5 months ago
Selected Answer: D
Step Functions is based on state machines and tasks. A state machine is a workflow. A task is a state in a workflow that represents a single unit of work that another AWS service performs. Each step in a workflow is a state. Depending on your use case, you can have Step Functions call AWS services, such as Lambda, to perform tasks. https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html
upvoted 2 times
...
TariqKipkemei
1 year, 5 months ago
Answer is D. Step Functions is based on state machines and tasks. A state machine is a workflow. A task is a state in a workflow that represents a single unit of work that another AWS service performs. Each step in a workflow is a state. Depending on your use case, you can have Step Functions call AWS services, such as Lambda, to perform tasks. https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html
upvoted 2 times
...
Karlos99
1 year, 7 months ago
Selected Answer: C
There are two main types of routers used in event-driven architectures: event buses and event topics. At AWS, we offer Amazon EventBridge to build event buses and Amazon Simple Notification Service (SNS) to build event topics. https://aws.amazon.com/event-driven-architecture/
upvoted 1 times
pentium75
9 months, 2 weeks ago
How do you 'build out a workflow' in EventBridge?
upvoted 2 times
...
...
TungPham
1 year, 7 months ago
Selected Answer: D
Step 3: Create a State Machine Use the Step Functions console to create a state machine that invokes the Lambda function that you created earlier in Step 1. https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-creating-lambda-state-machine.html In Step Functions, a workflow is called a state machine, which is a series of event-driven steps. Each step in a workflow is called a state.
upvoted 2 times
...
Bilalazure
1 year, 7 months ago
Selected Answer: D
Distrubuted****
upvoted 1 times
...
Americo32
1 year, 7 months ago
Selected Answer: C
Vou de C, orientada a eventos
upvoted 2 times
MssP
1 year, 6 months ago
It is true that an Event-driven is made with EventBridge but with a Lambda on schedule??? It is a mismatch, isn´t it?
upvoted 2 times
kraken21
1 year, 6 months ago
Tricky question huh!
upvoted 2 times
...
...
...
bdp123
1 year, 7 months ago
Selected Answer: D
AWS Step functions is serverless Visual workflows for distributed applications https://aws.amazon.com/step-functions/
upvoted 1 times
leoattf
1 year, 7 months ago
Besides, "Visualize and develop resilient workflows for EVENT-DRIVEN architectures."
upvoted 1 times
...
...
tellmenowwwww
1 year, 7 months ago
Could it be a C because it's event-driven architecture?
upvoted 3 times
...
SMAZ
1 year, 7 months ago
Option D.. AWS Step functions are used for distributed applications
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...