Q1.What is an API? What is API Testing?
Interviewers open with "API? What is API Testing" to confirm you can define the concept in one crisp line before going deeper. In API Testing rounds this filters out candidates who only remember syntax and can't articulate the underlying idea to a non-expert teammate.
Answer: API (Application Programming Interface) enables communication between different software systems. API testing validates that these interfaces work correctly — checking request/response structures, status codes, data integrity, error handling and performance.
- Open with a one-sentence definition of API? What is API Testing, then a concrete API Testing example — never start with history or theory.
- Keep the answer to 60–90 seconds; anything longer signals you can't summarise API? What is API Testing cleanly.
- Assert status, schema and business payload — naming all three signals you test contracts, not just happy paths.
Discussion
Ask a question, share your experience, or correct us. Be kind — real people are reading.