Online Exam Quiz

questionQuestion  1 to 30

What is the use of collection variables in Postman?

  • Store headers
  • Hold reusable values
  • Import schemas
  • Mock servers
Mark for review

What is a REST client?

  • A frontend UI
  • A client that uses RESTful APIs
  • Database engine
  • CLI
Mark for review

What does a 401 status code indicate in API testing?

  • Unauthorized access
  • Success
  • Server error
  • Resource created
Mark for review

Which status code is used for ?No Content??

  • 200
  • 204
  • 202
  • 400
Mark for review

What is the benefit of mocking an API?

  • Prevent DDoS
  • Improve frontend development without backend
  • Reduce memory usage
  • Encrypt API
Mark for review

In API testing, what is a payload?

  • Authorization token
  • HTTP status
  • Response headers
  • Body of the request
Mark for review

What is the purpose of headers in API requests?

  • Redirect traffic
  • Encrypt request
  • Send additional info like content-type
  • Delete resources
Mark for review

What?s the purpose of status code 201?

  • Server crashed
  • OK
  • Resource created
  • Unauthorized
Mark for review

In API testing, what is meant by latency?

  • Request size
  • Server memory
  • Delay between request and response
  • Payload complexity
Mark for review

What is the default port for HTTPS APIs?

  • 8080
  • 21
  • 80
  • 443
Mark for review

Which feature in Postman automates repeated execution?

  • Collection Runner
  • Environment Manager
  • Test Script Tab
  • Pre-request Tab
Mark for review

What does the 415 Unsupported Media Type status mean?

  • Authentication needed
  • Resource not found
  • Client sent data in unsupported format
  • Request expired
Mark for review

Which of the following status codes indicates a redirection?

  • 300
  • 200
  • 404
  • 503
Mark for review

What is the meaning of ?Idempotent? in HTTP methods?

  • Request has different result every time
  • Produces same result even after multiple calls
  • Requires tokens
  • Needs session
Mark for review

What tool can be used for API mocking and simulation?

  • Jenkins
  • JSONLint
  • WireMock
  • Maven
Mark for review

Which tool allows chaining of API requests with assertions?

  • SoapUI
  • GitHub
  • Figma
  • Notepad
Mark for review

In which section are Postman tests written?

  • Console
  • Tests Tab
  • Headers
  • Request URL
Mark for review

How do you capture dynamic values from one API to another in Postman?

  • Write to file
  • Use Environment variables
  • Change server URL
  • Use PATCH
Mark for review

Which feature validates expected response time?

  • Status Code Assertion
  • Performance Monitor
  • Response Time Assertion
  • Load Balancer
Mark for review

Which API method is not idempotent?

  • GET
  • DELETE
  • POST
  • PUT
Mark for review

Which HTTP method is not safe?

  • GET
  • PUT
  • OPTIONS
  • HEAD
Mark for review

Which format is commonly used for sending API responses?

  • YAML
  • TXT
  • JSON
  • XLS
Mark for review

What does "HEAD" method return?

  • All resources
  • Request payload
  • Headers only
  • Status messages
Mark for review

What is a JSON Web Token (JWT) used for?

  • Rate limiting
  • Authorization
  • Formatting response
  • Encoding XML
Mark for review

What does the PUT method do in REST API?

  • Retrieves data
  • Deletes resource
  • Creates a new resource
  • Updates existing resource
Mark for review

How are query parameters passed in an API URL?

  • After #
  • After &
  • After ?
  • Inside headers
Mark for review

Which protocol is most commonly used in REST APIs?

  • FTP
  • HTTP
  • SSH
  • TCP
Mark for review

Which status code implies a conflict due to existing resource?

  • 200
  • 409
  • 500
  • 403
Mark for review

What is CORS in API testing?

  • Security protocol
  • Method for load testing
  • Policy for cross-origin requests
  • Type of content header
Mark for review

What kind of tool is REST Assured?

  • Load testing tool
  • API test framework for Java
  • Browser automation
  • Logging tool
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