Postman interview questions — Easy

188 easy-level Postman questions from our API Testing bank, each with the correct answer and an explanation of why it is correct.

What this covers

Postman appears throughout API Testing interviews. At easy level, interviewers are typically checking that you know the fundamentals and can describe them precisely — definitions, defaults, and the basic mechanics. Work through these, then explain your answer out loud; the second part is what interviews actually test.

1 example questions

  1. 1. In Postman, where do you write JavaScript that runs AFTER a response is received to assert on it?

    • A. Pre-request Script tab.
    • B. Tests tab.correct
    • C. Params tab.
    • D. Headers tab.

    Why: The Tests tab runs after the response; Pre-request Script runs before the request is sent.

Related API Testing topics