ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 558 - SAA-C03 discussion

Report
Export

A company deployed a serverless application that uses Amazon DynamoDB as a database layer The application has experienced a large increase in users. The company wants to improve database response time from milliseconds to microseconds and to cache requests to the database.

Which solution will meet these requirements with the LEAST operational overhead?

A.
Use DynamoDB Accelerator (DAX).
Answers
A.
Use DynamoDB Accelerator (DAX).
B.
Migrate the database to Amazon Redshift.
Answers
B.
Migrate the database to Amazon Redshift.
C.
Migrate the database to Amazon RDS.
Answers
C.
Migrate the database to Amazon RDS.
D.
Use Amazon ElastiCache for Redis.
Answers
D.
Use Amazon ElastiCache for Redis.
Suggested answer: A

Explanation:

DynamoDB Accelerator (DAX) is a fully managed, highly available caching service built for Amazon DynamoDB. DAX delivers up to a 10 times performance improvement---from milliseconds to microseconds---even at millions of requests per second. DAX does all the heavy lifting required to add in-memory acceleration to your DynamoDB tables, without requiring developers to manage cache invalidation, data population, or cluster management. Now you can focus on building great applications for your customers without worrying about performance at scale. You do not need to modify application logic because DAX is compatible with existing DynamoDB API calls. This solution will meet the requirements with the least operational overhead, as it does not require any code development or manual intervention.

1provides an overview of Amazon DynamoDB Accelerator (DAX) and its benefits.

2explains how to use DAX with DynamoDB for in-memory acceleration.

asked 16/09/2024
Rakesh Sonawane
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first