Online Exam Quiz

questionQuestion  1 to 30

What does the Tests section output display?

  • Token validity
  • Assertion results
  • Schema output
  • Collection reports
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

What kind of token does OAuth 2.0 use?

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

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

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

What does the "Pretty" tab NOT do?

  • Format HTML
  • Beautify JSON
  • Minify XML
  • Highlight syntax
Mark for review

How do you handle query parameters in Postman UI?

  • In body tab
  • In headers
  • In params tab
  • Using variables
Mark for review

What is Postman primarily used for?

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

How can you save a request in Postman?

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

Which tab in Postman helps debug scripts?

  • Console
  • Monitor
  • Fork
  • Variables
Mark for review

Where do you go to create or manage environments?

  • Console
  • Header tab
  • Environment quick look
  • History
Mark for review

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

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

Which of the following is NOT a Postman-supported request type?

  • SOAP
  • GET
  • PATCH
  • DELETE
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

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

Which is the correct way to reference an environment variable in a URL?

  • <<var>>
  • $env
  • {{var}}
  • %var%
Mark for review

What tab shows test results for assertions?

  • Runner
  • Body
  • Tests
  • Headers
Mark for review

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

  • JSON
  • RAML
  • XLS
  • OpenAPI
Mark for review

Which feature allows test execution in Postman at intervals?

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

What does the pm.environment.set() method do?

  • Stores environment variable
  • Validates request
  • Logs errors
  • Sets header values
Mark for review

What is the purpose of Collection Runner in Postman?

  • Edit environment
  • Log response
  • Run requests in sequence
  • Save headers
Mark for review

How do you run a collection of API requests in Postman?

  • Collection Runner
  • Monitor
  • Pre-request Script
  • Test Script
Mark for review

How do you apply logic before request execution?

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

Which scripting library does Postman use?

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

What Postman feature is used to observe response time?

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

How can you test APIs without UI interaction in Postman?

  • Console
  • Runner
  • Fork
  • Import
Mark for review

Can Postman test WebSocket APIs?

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

What is the role of the Postman console?

  • Capture screenshots
  • Log debugging messages
  • Display API payload
  • Show Java stack trace
Mark for review

Which tab in Postman allows you to write tests?

  • Tests
  • Body
  • Pre-request Script
  • Auth
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

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

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