Back to assessment | Back to main |
Learning Path 12: AZ-204: Implement caching for solutions
Multiple-choice questions
-
What is the lowest service tier of Azure Cache for Redis recommended for use in production scenarios?
- A. Basic
- B. Standard
- C. Premium
Show answer
Standard -
Which of the following represents the expire time resolution when applying a time to live (TTL) to a key in Redis?
- A. 1-millisecond
- B. 10-milliseconds
- C. seconds or milliseconds
Show answer
1-millisecond -
Each Azure subscription has default limits on resources needed for an Azure Content Delivery Network. Which of the following resources has subscription limitations that may impact your solution?
- A. Resource group
- B. CDN profiles
- C. Storage account
Show answer
CDN profiles -
When publishing a website through Azure CDN, the files on that site are cached until their time-to-live (TTL) expires. What is the default TTL for large file optimizations?
- A. One day
- B. One week
- C. One year
Show answer
One day
Open ended questions
-
How does Azure Cache for Redis improve app performance?
Show answer
Azure Cache for Redis provides an in-memory data store based on the Redis software. Redis improves the performance and scalability of an application that uses backend data stores heavily. It's able to process large volumes of application requests by keeping frequently accessed data in the server memory. -
How does Azure Content Delivery Network improve app performance?
Show answer
Azure Content Delivery Network (CDN) delivers high-bandwidth content to users by caching their content at strategically placed physical nodes across the world. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network optimizations using CDN POPs. -
Describe how content can be updated in Azure CDN.
Show answer
In normal operation, an Azure CDN edge node will serve an asset until its TTL expires. The node will fetch another copy of the asset, resetting the TTL in the process. Alternatively, you can purge cached content from the edge nodes, which refreshes the content on the next client request.
Back to top | Back to assessment | Back to main |