Online Exam Quiz

questionQuestion  1 to 30

What is used to group multiple test cases logically?

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

What does API stand for?

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

What is mocking in API testing?

  • Encrypting responses
  • Generating fake server responses
  • Parsing large payloads
  • Unit testing
Mark for review

What?s the purpose of status code 201?

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

Which API method is not idempotent?

  • GET
  • DELETE
  • POST
  • PUT
Mark for review

Which of these is a common security threat in APIs?

  • Schema mismatch
  • Resource duplication
  • Injection attacks
  • Too many endpoints
Mark for review

What does 503 status code represent?

  • Server unavailable
  • Authentication failed
  • Resource updated
  • Permanent redirect
Mark for review

Which API testing tool uses XML heavily for SOAP services?

  • JMeter
  • Postman
  • SoapUI
  • Swagger
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 is not a common HTTP status code class?

  • 1xx
  • 3xx
  • 5xx
  • 7xx
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

What status code is returned for a successful POST request?

  • 404
  • 200
  • 201
  • 500
Mark for review

What does a 401 status code indicate in API testing?

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

Which feature in Postman is used for writing test scripts?

  • Console
  • Runner
  • Pre-request Script
  • Tests Tab
Mark for review

What is the main purpose of API versioning?

  • Reduce payload
  • Improve readability
  • Maintain backward compatibility
  • Track memory usage
Mark for review

Which authentication method is commonly used in REST APIs?

  • OAuth 2.0
  • FTP Auth
  • DNS Sec
  • SNMP
Mark for review

What does application/xml represent?

  • Database connection
  • MIME type for XML content
  • Header variable
  • URL encoding
Mark for review

Which tool allows for automated API test collection execution?

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

Which tool is used for performance testing of APIs?

  • Selenium
  • Apache JMeter
  • GIT
  • TestNG
Mark for review

Which tool supports scripting with Groovy for API validation?

  • Postman
  • JMeter
  • SoapUI
  • Swagger
Mark for review

Which tool allows chaining of API requests with assertions?

  • SoapUI
  • GitHub
  • Figma
  • Notepad
Mark for review

How can you secure an API endpoint?

  • Add delay
  • Reduce payload
  • Use authentication and encryption
  • Set timeouts
Mark for review

In a JSON response, data is represented as:

  • Objects and arrays
  • Tables
  • Trees
  • Directories
Mark for review

Which HTTP method is commonly used to delete a resource?

  • GET
  • POST
  • DELETE
  • HEAD
Mark for review

In a REST API, what does the GET method do?

  • Submits data
  • Retrieves data
  • Updates data
  • Deletes data
Mark for review

What is the common format for sending requests in REST APIs?

  • HTML
  • DOCX
  • JSON
  • MP3
Mark for review

What is the difference between PUT and PATCH?

  • Both remove resources
  • PUT is full update, PATCH is partial
  • PATCH is faster
  • PUT uses headers only
Mark for review

What is the function of an API token?

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

What tool can be used for API mocking and simulation?

  • Jenkins
  • JSONLint
  • WireMock
  • Maven
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