Online Exam Quiz

questionQuestion  1 to 30

Which status code represents unauthorized access?

  • 500
  • 201
  • 200
  • 401
Mark for review

What kind of token does OAuth 2.0 use?

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

What is the purpose of pm.test() function?

  • Encode request
  • Define test case
  • Capture cookies
  • Render response
Mark for review

What is the response viewer ?Pretty? used for?

  • Convert to Swagger
  • Show raw HTML
  • Format response data for readability
  • Log errors
Mark for review

Can Postman be used to send GraphQL queries?

  • No
  • Yes
  • Yes, via REST only
  • Only with plugins
Mark for review

Which of these formats is NOT supported for import in Postman?

  • JSON
  • RAML
  • XLS
  • OpenAPI
Mark for review

Which tab allows you to set request headers manually?

  • Tests
  • Authorization
  • Headers
  • Console
Mark for review

What does the Postman ?History? tab do?

  • Logs test results
  • Stores environment logs
  • Saves errors
  • Shows previously sent requests
Mark for review

What is the correct method to assert status code is 200?

  • pm.test(?code?, () => pm.response.code === 200)
  • pm.expect(200)
  • pm.test("Status", function () { pm.response.to.have.status(200); });
  • expect(response).toEqual(200)
Mark for review

What does pm.collectionVariables.set() do?

  • Updates header
  • Assigns cookies
  • Stores variable in collection scope
  • Clears tests
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

Which of the following supports automation in Postman?

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

What is the recommended format for sending data in PUT requests in Postman?

  • Header
  • raw JSON
  • XML
  • Form-data
Mark for review

How do you reuse values across multiple requests in Postman?

  • Collections
  • Variables
  • Monitors
  • Cookies
Mark for review

What kind of requests can be sent from Postman?

  • JSON and HTML only
  • Only REST
  • Only GET and POST
  • REST, SOAP, GraphQL
Mark for review

How do you import APIs in Postman?

  • From TestNG
  • Only through JSON
  • Using Swagger/OpenAPI file
  • Only with YAML
Mark for review

How can you version your API collections?

  • Labeling
  • Comments
  • Fork & Merge
  • Headers
Mark for review

How do you create reusable request groups in Postman?

  • Workspaces
  • Collections
  • Cookies
  • Headers
Mark for review

How do you set up test iterations in Postman?

  • Cookie Manager
  • Tests Tab
  • Collection Runner with data file
  • Monitor Tab
Mark for review

How do you capture request/response history?

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

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

  • GET
  • POST
  • OPTIONS
  • DELETE
Mark for review

Which scripting library does Postman use?

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

What happens when a test fails in Postman?

  • The request fails
  • It logs in red in the Tests output
  • Collection stops
  • Postman crashes
Mark for review

What file type is used to import Postman environments?

  • .csv
  • .xlsx
  • .xml
  • .json
Mark for review

What is Postman primarily used for?

  • Designing websites
  • Writing backend code
  • Testing APIs
  • Creating CI/CD pipelines
Mark for review

Which Postman plan includes team collaboration features?

  • Basic
  • Free
  • Professional
  • Solo
Mark for review

Which of these is not a valid Postman variable scope?

  • Collection
  • Global
  • Environment
  • Region
Mark for review

What is the "console.log()" function used for in Postman?

  • Debug scripts
  • Run assertions
  • To modify JSON
  • Set headers
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

Can Postman test WebSocket APIs?

  • No
  • Only via monitor
  • Yes
  • Only via CLI
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