List of questions
Related questions
Question 488 - DVA-C01 discussion
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.
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.
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.
Your answer:
0 comments
Sorted by
Leave a comment first