Pergunta de entrevista da empresa scandiweb

What is MVC and why did you choose SQL Database ?

Resposta da entrevista

Sigiloso

26 de out. de 2025

MVC stands for Model–View–Controller, a software design pattern used to organize code in a structured and maintainable way — especially for web and mobile applications.SQL (Structured Query Language) databases — like MySQL, PostgreSQL, or SQL Server — are often chosen because: Structured Data Storage Ideal when data has clear relationships — for example, users, groups, loans, and repayments in a financial system.