Free AWS DVA-C02 Actual Exam Questions - Question 14 Discussion

Question No. 14
A developer is creating an application that will store personal health information (PHI). The PHI
needs to be encrypted at all times. An encrypted Amazon RDS for MySQL DB instance is storing the
dat
a. The developer wants to increase the performance of the application by caching frequently
accessed data while adding the ability to sort or rank the cached datasets.
Which solution will meet these requirements?
Select one option, then reveal solution.
US
DD
David D.
2026-02-21

Option A makes the most sense since Redis supports built-in sorted sets that let you rank or sort data easily, which Memcached (Option B) doesn’t handle well. Also, ElastiCache for Redis supports encryption both in transit and at rest, which is essential for PHI. The read replica in Option C won’t really help with caching or ranking, just read scalability. DynamoDB with DAX (Option D) is good for caching but doesn’t have native sorting/ranking features like Redis, so it’s less ideal given the requirements.

0
AS
Ali S.
2026-01-20

A, Redis supports sorting and ranking with encryption options.

0