Teams at companies like Notion often choose between PostgreSQL and a NoSQL store when designing a new product feature. Interviewers ask this to test whether you understand data modeling trade-offs, not just tool names.
Explain the trade-offs between using SQL and NoSQL databases. In your answer, discuss:
Keep your answer practical and balanced. You do not need to argue that one is always better. A strong answer should compare common relational systems such as PostgreSQL with common NoSQL patterns such as document, key-value, or wide-column stores, and explain how workload requirements drive the choice.