AZ-204 · Question #568
Case Study 10 - Fourth Coffee Background Fourth Coffee is a global coffeehouse chain and coffee company recognized as one of the world's most influential coffee brands. The company is renowned for its
The correct answer is A. Test application code by rebooting all nodes in the test environment. B. Configure client connections to retry commands with exponential backoff.. If your Azure Cache for Redis underwent a failover, all client connections from the node that went down are transferred to the node that is still running. The server load could spike because of the increased connections. You can try rebooting your client applications so that all
Question
Options
- ATest application code by rebooting all nodes in the test environment.
- BConfigure client connections to retry commands with exponential backoff.
- CModify the maxmemory policy to evict the least frequently used keys out of all keys.
- DIncrease the maxmemory-reserved and maxfragmentationmemory-reserved values.
- ETest application code by purging the cache in the test environment.
How the community answered
(21 responses)- A86% (18)
- C10% (2)
- D5% (1)
Explanation
If your Azure Cache for Redis underwent a failover, all client connections from the node that went down are transferred to the node that is still running. The server load could spike because of the increased connections. You can try rebooting your client applications so that all the client connections get recreated and redistributed among the two nodes. https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-troubleshoot-server
Topics
Community Discussion
No community discussion yet for this question.