Q1.What is an SDET and how is it different from a manual QA?
Interviewers open with "SDET and how is it different from a manual QA" to confirm you can define the concept in one crisp line before going deeper. In SDET rounds this filters out candidates who only remember syntax and can't articulate the underlying idea to a non-expert teammate.
An SDET (Software Development Engineer in Test) writes production-grade automation, tooling, and CI infrastructure — not just test cases. Compared with a manual QA, an SDET codes daily in Java/Python/TypeScript, owns the framework, builds test data services, and is measured on flaky-rate, coverage, and pipeline speed.
- Open with a one-sentence definition of SDET and how is it different from a manual QA, then a concrete SDET example — never start with history or theory.
- Keep the answer to 60–90 seconds; anything longer signals you can't summarise SDET and how is it different from a manual QA cleanly.
- Quote a real flake-rate number before and after your fix; measured outcomes score far higher than "we added retries".