Bird
0
0

Which layer in Clean Architecture contains the core business rules and logic?

easy📝 Conceptual Q11 of 15
LLD - Advanced LLD Concepts
Which layer in Clean Architecture contains the core business rules and logic?
AUI layer
BEntities layer
CDatabase layer
DFrameworks layer
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of each layer

    The Entities layer holds the core business rules and logic, independent of external concerns.
  2. Step 2: Identify the correct layer for business logic

    UI, Database, and Frameworks layers handle external interactions, not core logic.
  3. Final Answer:

    Entities layer -> Option B
  4. Quick Check:

    Business logic = Entities layer [OK]
Quick Trick: Core logic always lives in the Entities layer [OK]
Common Mistakes:
  • Confusing UI layer with business logic
  • Thinking database layer contains core rules
  • Mixing frameworks with core logic

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More LLD Quizzes