Online Exam Quiz

questionQuestion  1 to 30

Which feature allows test execution in Postman at intervals?

  • Fork
  • Pre-request
  • Script Runner
  • Monitor
Mark for review

What does status code 204 indicate?

  • OK
  • Created
  • No Content
  • Found
Mark for review

What does pm.globals.get() do?

  • Sends header
  • Accesses global variable
  • Returns environment
  • Executes code
Mark for review

Which method is typically used to send data to the server?

  • GET
  • POST
  • OPTIONS
  • DELETE
Mark for review

Which tab in Postman helps debug scripts?

  • Console
  • Monitor
  • Fork
  • Variables
Mark for review

How can you send data in a POST request using Postman?

  • Console tab
  • In URL
  • Test tab
  • Body tab
Mark for review

How can you save a request in Postman?

  • Click Send
  • Use Console
  • Add to Collection
  • Auto Save
Mark for review

What is a Postman Collection?

  • Set of saved API requests
  • List of Swagger documents
  • Series of UI test cases
  • Group of environment files
Mark for review

Which tab displays all headers of a Postman response?

  • Console
  • Body
  • Cookies
  • Headers
Mark for review

How do you capture request/response history?

  • Monitor
  • Console
  • History tab
  • Runner
Mark for review

Which of these is used to store global values across Postman?

  • Header
  • Environment
  • Global variables
  • Body
Mark for review

What tab shows test results for assertions?

  • Runner
  • Body
  • Tests
  • Headers
Mark for review

What does a 500 status code indicate?

  • Client Error
  • Server Error
  • Timeout
  • Redirect
Mark for review

Can you import a cURL command into Postman?

  • No
  • Only with extension
  • Only in paid version
  • Yes
Mark for review

What does the ?Send? button in Postman do?

  • Runs all scripts
  • Executes the request
  • Runs entire collection
  • Resets token
Mark for review

Which of the following supports automation in Postman?

  • Save As
  • Collection Runner
  • DNS Settings
  • Cookies
Mark for review

Which response status code indicates successful creation?

  • 404
  • 201
  • 200
  • 302
Mark for review

How can you test APIs without UI interaction in Postman?

  • Console
  • Runner
  • Fork
  • Import
Mark for review

What is an environment in Postman?

  • Set of UI themes
  • A set of variables for different contexts
  • A specific type of collection
  • A Postman plugin
Mark for review

What kind of token does OAuth 2.0 use?

  • JWT
  • API Key
  • Access Token
  • Session ID
Mark for review

How do you apply logic before request execution?

  • Test tab
  • Monitor
  • Body tab
  • Pre-request Script
Mark for review

In Postman, what is the purpose of Tests tab?

  • Perform UI testing
  • Validate frontend
  • Validate response and write assertions
  • Track server logs
Mark for review

Which scripting library does Postman use?

  • PHPunit
  • JavaScript Chai
  • Node.js
  • Python unittest
Mark for review

Can Postman test WebSocket APIs?

  • No
  • Only via monitor
  • Yes
  • Only via CLI
Mark for review

How do you reuse values across multiple requests in Postman?

  • Collections
  • Variables
  • Monitors
  • Cookies
Mark for review

How can you export a Postman collection?

  • Using Test Tab
  • From Postman Console
  • Via collection menu > Export
  • Only from server
Mark for review

How do you import Swagger/OpenAPI specs into Postman?

  • Text area
  • Run tab
  • Import button
  • Cookie editor
Mark for review

What is the method to loop through tests using data in Postman?

  • Forking
  • Collection Runner
  • Monitor
  • Swagger
Mark for review

What Postman feature is used to observe response time?

  • Console
  • Visualizer
  • Runner
  • Test tab
Mark for review

What is Postman Monitor used for?

  • Sending notifications
  • Debugging scripts
  • Scheduling automated tests
  • Optimizing APIs
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review