ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 266 - SAP-C02 discussion

Report
Export

A media storage application uploads user photos to Amazon S3 for processing by AWS Lambda functions. Application state is stored in Amazon DynamoOB tables. Users are reporting that some uploaded photos are not being processed properly. The application developers trace the logs and find that Lambda is experiencing photo processing issues when thousands of users upload photos simultaneously. The issues are the result of Lambda concurrency limits and the performance of DynamoDB when data is saved.

Which combination of actions should a solutions architect take to increase the performance and reliability of the application? (Select TWO.)

A.
Evaluate and adjust the RCUs for the DynamoDB tables.
Answers
A.
Evaluate and adjust the RCUs for the DynamoDB tables.
B.
Evaluate and adjust the WCUs for the DynamoDB tables.
Answers
B.
Evaluate and adjust the WCUs for the DynamoDB tables.
C.
Add an Amazon ElastiCache layer to increase the performance of Lambda functions.
Answers
C.
Add an Amazon ElastiCache layer to increase the performance of Lambda functions.
D.
Add an Amazon Simple Queue Service (Amazon SQS) queue and reprocessing logic between Amazon S3 and the Lambda functions.
Answers
D.
Add an Amazon Simple Queue Service (Amazon SQS) queue and reprocessing logic between Amazon S3 and the Lambda functions.
E.
Use S3 Transfer Acceleration to provide lower latency to users.
Answers
E.
Use S3 Transfer Acceleration to provide lower latency to users.
Suggested answer: B, D

Explanation:

B: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.requests

D: https://aws.amazon.com/blogs/compute/robust-serverless-application-design-with-aws-lambda-dlq/c

asked 16/09/2024
Martine Cornax
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first