Skip to content
CV0-004
Deployment
hard
Question 1 of 14

A cloud engineer is planning the migration of a stateful application that stores session data in memory on each application server. After lift-and-shift to cloud VMs, users in the same session are being randomly routed to different instances and losing their session data. What architectural change would resolve this and align with cloud-native best practices?

AExternalize session state to a managed in-memory cache or database (e.g., Redis) so all instances share the same session store
BEnable sticky sessions on the load balancer as a permanent solution
CIncrease instance memory on all application servers
DReduce the number of instances to one to avoid session distribution issues

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion