LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 3 Β· Quiz

State, Caching, and Config

1. What is the best way to handle user sessions when adding a second server behind a load balancer?
2. What is a key downside of using IMemoryCache for caching frequently accessed reference data?
3. Which of the following is NOT a recommended practice for storing secrets in configuration?
4. Why is cache invalidation on write preferred over waiting for expiry in cache management?