Q1.What is SQL?
Interviewers open with "SQL" to confirm you can define the concept in one crisp line before going deeper. In SQL rounds this filters out candidates who only remember syntax and can't articulate the underlying idea to a non-expert teammate.
SQL stands for Structured Query Language. It is used to store, retrieve, update, and delete data from relational databases. Testers use SQL to validate backend data, verify API responses, check UI data, create test data, and confirm business rules.
- Open with a one-sentence definition of SQL, then a concrete SQL example — never start with history or theory.
- Keep the answer to 60–90 seconds; anything longer signals you can't summarise SQL cleanly.
- Say how you clean up or roll back the data you touch — DB questions are really data-hygiene questions.