ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 322 - SAA-C03 discussion

Report
Export

A company has deployed a server less application that invokes an AWS Lambda function when new documents are uploaded to an Amazon S3 bucket The application uses the Lambda function to process the documents After a recent marketing campaign the company noticed that the application did not process many of The documents What should a solutions architect do to improve the architecture of this application?

A.
Set the Lambda function's runtime timeout value to 15 minutes
Answers
A.
Set the Lambda function's runtime timeout value to 15 minutes
B.
Configure an S3 bucket replication policy Stage the documents m the S3 bucket for later processing
Answers
B.
Configure an S3 bucket replication policy Stage the documents m the S3 bucket for later processing
C.
Deploy an additional Lambda function Load balance the processing of the documents across the two Lambda functions
Answers
C.
Deploy an additional Lambda function Load balance the processing of the documents across the two Lambda functions
D.
Create an Amazon Simple Queue Service (Amazon SOS) queue Send the requests to the queue Configure the queue as an event source for Lambda.
Answers
D.
Create an Amazon Simple Queue Service (Amazon SOS) queue Send the requests to the queue Configure the queue as an event source for Lambda.
Suggested answer: D

Explanation:

To improve the architecture of this application, the best solution would be to use Amazon Simple Queue Service (Amazon SQS) to buffer the requests and decouple the S3 bucket from the Lambda function. This will ensure that the documents are not lost and can be processed at a later time if the Lambda function is not available. This will ensure that the documents are not lost and can be processed at a later time if the Lambda function is not available. By using Amazon SQS, the architecture is decoupled and the Lambda function can process the documents in a scalable and fault-tolerant manner


asked 16/09/2024
Velmurugan P
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first