Senior Software Developer Question: Download Senior Software Developer PDF

Tell me do you know what is MVC?

Tweet Share WhatsApp

Answer:

MVC stands for Model-View-Controller. It's a way to separate code into its own compartments, typicially like so:

☛ Model is the data layer that manages business logic and maintains data
☛ View is the front-end presentation layer, or UI layer
☛ Controller is the logic layer that handles user requests and behavior, and updates the Model

Download Senior Software Developer PDF Read All 42 Senior Software Developer Questions
Previous QuestionNext Question
Tell us how do you prepare your code for different kinds of errors?Maintenance Based Senior Software Developer Job Interview Questions: