employer cover photo
employer logo
employer logo

Forest Interactive

Is this your company?

Forest Interactive interview question

Explaining definition of Model View Controller.

Interview Answer

Anonymous

11 Mar 2021

It’s a design pattern commonly used in modern web design. Model is the data layer to access db, controlller is a switch and logic layer to connect between view and model. View is basically the display for end user to interact with the application.