Welcome to your interview.
The question is on your right: Explain MVC Architecture Pattern. Take a moment with it first.
Talk your thinking through with me if you like - when you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes). Discussion and graded submissions share your five interviewer interactions, so spend them well.
MVC is a foundational software design pattern used in web and UI applications to separate responsibilities across components. Interviewers ask about it to evaluate your understanding of architecture, maintainability, and clean separation of concerns.
Explain the Model-View-Controller (MVC) design pattern. In your answer, cover:
You do not need to describe a specific framework in depth, but you should explain the pattern clearly enough to apply it in a real application. A strong answer should distinguish responsibilities, describe a typical request lifecycle, and mention common misconceptions such as putting too much business logic in controllers or views.