Multiple Choice
A website's page load times are gradually increasing as more users access the system at the same time. Analysis indicates that a user profile is being loaded from a database in all the web pages being visited by each user and this is increasing the database load and the page load latency. To address this issue the Developer decides to cache the user profile data. Which caching strategy will address this situation MOST efficiently?
A) Create a new Amazon EC2 Instance and run a NoSQL database on it. Cache the profile data within this database using the write-through caching strategy.
B) Create an Amazon ElastiCache cluster to cache the user profile data. Use a cache-aside caching strategy.
C) Use a dedicated Amazon RDS instance for caching profile data. Use a write-through caching strategy.
D) Create an ElastiCache cluster to cache the user profile data. Use a write-through caching strategy.
Correct Answer:

Verified
Correct Answer:
Verified
Q245: An application is being developed to audit
Q246: A development team is building a new
Q247: A company is using Amazon RDS MySQL
Q248: A developer is using AWS CodeDeploy to
Q249: A developer is storing JSON files in
Q251: Where can PortMapping be defined when launching
Q252: A company has a multi-tiered web application
Q253: A Developer is publishing critical log data
Q254: A Developer accesses AWS CodeCommit over SSH.
Q255: A company is using continuous integration and