Online Exam Quiz

questionQuestion  1 to 30

Which tool is NOT commonly used for API testing?

  • Postman
  • SoapUI
  • JMeter
  • Figma
Mark for review

What does a 401 status code indicate in API testing?

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

What is the primary advantage of using Postman?

  • Load testing
  • CI/CD integration
  • Manual and automated API testing
  • Server deployment
Mark for review

What is the use of the Test Results section in Postman?

  • Show environment logs
  • Show executed assertions
  • Display test duration
  • Modify payload
Mark for review

Which protocol is most commonly used in REST APIs?

  • FTP
  • HTTP
  • SSH
  • TCP
Mark for review

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

  • Rate limiting
  • Authorization
  • Formatting response
  • Encoding XML
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

What does PATCH method do?

  • Deletes resource
  • Modifies part of a resource
  • Uploads file
  • Authenticates request
Mark for review

What?s used to specify HTTP version in a request?

  • API Key
  • Payload
  • Protocol field
  • Request Line
Mark for review

In API testing, what is a payload?

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

What status code is returned for a successful POST request?

  • 404
  • 200
  • 201
  • 500
Mark for review

Which tool allows for automated API test collection execution?

  • Notepad
  • Swagger Editor
  • Postman Collection Runner
  • JSON Formatter
Mark for review

How is dynamic data passed in API test requests?

  • Using cookies
  • Using database
  • Using variables
  • Using test runners
Mark for review

What is a Postman environment?

  • A type of server
  • A group of assertions
  • Variable set for requests
  • Proxy manager
Mark for review

Which response format is easier to validate with XPath?

  • YAML
  • HTML
  • XML
  • JSON
Mark for review

Which of the following is used to test RESTful APIs?

  • Selenium
  • Postman
  • JUnit
  • TestNG
Mark for review

Which API testing tool uses XML heavily for SOAP services?

  • JMeter
  • Postman
  • SoapUI
  • Swagger
Mark for review

What does API stand for?

  • Automated Programming Interface
  • Advanced Programming Interface
  • Application Programming Interface
  • Application Process Integration
Mark for review

Which of these can NOT be part of an API test?

  • UI Color check
  • Authentication
  • Response validation
  • Header testing
Mark for review

What is Postman Collection?

  • A set of variables
  • A folder for endpoints
  • A group of related API requests
  • Server logs
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

Which of the following status codes indicates a redirection?

  • 300
  • 200
  • 404
  • 503
Mark for review

What is used to group multiple test cases logically?

  • Script
  • Runner
  • Folder
  • Test Suite
Mark for review

Which response code implies rate-limiting on the API?

  • 400
  • 403
  • 429
  • 408
Mark for review

What does an API rate limit protect against?

  • Data integrity issues
  • Traffic spikes and abuse
  • Browser crashes
  • Compilation errors
Mark for review

What is the role of a pre-request script in Postman?

  • Save test results
  • Run before sending request
  • Run after request
  • Export report
Mark for review

What is the function of an API token?

  • Log user out
  • Compress request
  • Authenticate requests
  • Trigger events
Mark for review

Which assertion checks if a response contains expected text?

  • XPath Assertion
  • Contains Assertion
  • JSON Assertion
  • Regex Extractor
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

What does application/xml represent?

  • Database connection
  • MIME type for XML content
  • Header variable
  • URL encoding
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