AZ-305 · Question 47 · Domain 4.2: Design an Application Architecture
You are designing a microservices architecture for a high-traffic ticketing system.
During ticket sales events, the system experiences massive spikes in 'write' operations (users buying tickets). The 'read' operations (users viewing available seats) are also high but require different scaling and performance characteristics. You need to design an architecture that scales the read and write workloads independently.
Which architectural pattern should you recommend?
Answer options:
Saga Pattern
Command and Query Responsibility Segregation (CQRS)
Circuit Breaker Pattern
Strangler Fig Pattern
55 questions · hints · full answers · grading