QuestionQ104
DevOps FundamentalsWhich of the following statements is true about the Command and Query Responsibility Segregation (CQRS) pattern?
- A The main goal of CQRS is to reduce complexity.
- B CQRS separates network access from filesystem access.
- C CQRS separates read and update operations for a data store.
- D CQRS separates front-end and back-end operations.
Community Discussion