exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 144 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 144
Topic #: 1
[All AWS Certified Developer Associate Questions]

A developer needs to implement a cache to store data that an application frequently queries from an Amazon RDS for MySQL database. The data structures that will be cached include sets and sorted sets.
How should the developer implement the cache to achieve the LOWEST latency?

  • A. Create an Amazon ElastiCache for Memcached instance. Serialize the data as JSON before caching the data.
  • B. Create an Amazon ElastiCache for Redis instance. Use a Redis client library to cache the data.
  • C. Create an Amazon DynamoDB table. Serialize the data as JSON before caching the data.
  • D. Create an Amazon ElastiCache for Memcached instance. Use a Memcached client library to cache the data.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AsmaZoheb
1 year, 5 months ago
Selected Answer: B
key point: sort, rank, data type, go with Redis Caches
upvoted 2 times
...
rcaliandro
2 years ago
Selected Answer: B
ElastiCache for Redis support sorting. So B is the one!
upvoted 1 times
...
ilyas269
2 years, 2 months ago
Selected Answer: B
Redis Support it
upvoted 1 times
...
qiaoli
2 years, 3 months ago
Selected Answer: B
Memcache has no data type.
upvoted 1 times
...
gpit
2 years, 7 months ago
Selected Answer: B
Redis supports storing objects
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: B
BBBBBBB
upvoted 1 times
...
haazybanj
2 years, 9 months ago
Selected Answer: B
B is the answer as Memcache has no support for sorted set
upvoted 1 times
...
Spamuel
2 years, 9 months ago
Selected Answer: B
Turns out that Memcached does not provide support for Sorted Sets. Must be B. https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/SelectEngine.html
upvoted 4 times
...
Chhotu_DBA
2 years, 10 months ago
Selected Answer: B
B correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...