exam questions

Exam AZ-200 All Questions

View all questions & answers for the AZ-200 exam

Exam AZ-200 topic 1 question 5 discussion

Actual exam question from Microsoft's AZ-200
Question #: 5
Topic #: 1
[All AZ-200 Questions]

You develop a solution for an entertainment company. The company has built an app that uses an Azure SQL database.
You need to implement caching to improve the performance of all database queries by caching frequently accessed data while minimizing cost. The cache must be highly available and replicated for failover.
What should you create?

  • A. Azure Redis Cache Database using a Premium Tier configuration. Use Redis Clusters to shard data across multiple nodes.
  • B. Azure Redis Cache Database using a Basic Tier configuration.
  • C. Azure Redis Cache Database using a Standard Tier configuration.
  • D. Azure Redis Cache Database using a Premium Tier configuration. Use Redis Clusters to back up data.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
The Standard Tier provides a replicated cache in a two-node primary/secondary configuration. Microsoft manages automatic replication between the two nodes, and offer a high-availability SLA.
Incorrect Answers:
A: Premium with shard data is a good solution, but it would not minimize cost.
B: Basic tier does not support cache replication.
D: Redis clusters are used to shard data, not to backup data.
References:
https://azure.microsoft.com/en-us/pricing/details/cache/

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
Currently there are no comments in this discussion, be the first to comment!
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 ...