Multiple Choice
A Developer must re-implement the business logic for an order fulfilment system. The business logic has to make requests to multiple vendors to decide where to purchase an item. The whole process can take up to a week to complete. What is the MOST efficient and SIMPLEST way to implement a system that meets these requirements?
A) Use AWS Step Functions to execute parallel Lambda functions, and join the results.
B) Create an AWS SQS for each vendor, poll the queue from a worker instance, and joint the results.
C) Use AWS Lambda to asynchronously call a Lambda function for each vendor, and join the results.
D) Use Amazon CloudWatch Events to orchestrate the Lambda functions.
Correct Answer:

Verified
Correct Answer:
Verified
Q135: A developer is building an application that
Q136: A company wants to make sure that
Q137: A Developer has built an application running
Q138: A Developer has been asked to make
Q139: A company has a two-tier application running
Q141: A Developer is creating a Lambda function
Q142: A company has a web application that
Q143: Company A has an S3 bucket containing
Q144: A gaming company is developing a mobile
Q145: Where should the appspec.yml file be placed