ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

113 / 340

Question 113:

An IT firm has implemented caching for its three-tier application using multi-node Memcached clusters as a front-end to Amazon DynamoDB. The ElastiCache Memcached PHP client is used which is configured in auto-discovery mode. Recently the operations team has performed the addition of nodes in this cluster. After adding a node to a multi-node Memcached cluster, many cache misses are observed that are overloading the database.
What can be configured to avoid this issue?

Answer options:

A.Use consistent hashing.
B.While adding nodes, use --apply-immediately parameter.
C.Use Write-through caching.
D.Change the endpoints in the application for new nodes.