ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 488 - DVA-C01 discussion

Report
Export

A developer is building a backend system for the long-term storage of information from an inventory management system. The information needs to be stored so that other teams can build tools to report and analyze the data How should the developer implement this solution to achieve the FASTEST running time?

A.
Create an AWS Lambda function that writes to Amazon S3 synchronously Increase the function's concurrency to match the highest expected value of concurrent scans and requests.
Answers
A.
Create an AWS Lambda function that writes to Amazon S3 synchronously Increase the function's concurrency to match the highest expected value of concurrent scans and requests.
B.
Create an AWS Lambda function that writes to Amazon S3 asynchronously Configure a dead-letter queue to collect unsuccessful invocations
Answers
B.
Create an AWS Lambda function that writes to Amazon S3 asynchronously Configure a dead-letter queue to collect unsuccessful invocations
C.
Create an AWS Lambda function that writes to Amazon S3 synchronously Set the inventory system to retry failed requests.
Answers
C.
Create an AWS Lambda function that writes to Amazon S3 synchronously Set the inventory system to retry failed requests.
D.
Create an AWS Lambda function that writes to an Amazon ElastiCache for Redis cluster asynchronously Configure a dead-letter queue to collect unsuccessful invocations.
Answers
D.
Create an AWS Lambda function that writes to an Amazon ElastiCache for Redis cluster asynchronously Configure a dead-letter queue to collect unsuccessful invocations.
Suggested answer: A
asked 16/09/2024
marco damone
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first