Pregunta de entrevista de Tata Consultancy Services

Explain about MVC model architecture

Respuesta de la entrevista

Anónimo

8 de oct de 2021

I knew a little bit of this as my project was based on MVC model. MVC stands for Model-View-Controller. In model part explain about data schema used for application, in view part explain about the different user interfaces in application, in controller part you can explain the backend works done. This was the approach I used and it may not be absolutely right, so do your own research on the same.