Postman

 28 Minutes
 14 Questions


This test is designed to assess a candidate's knowledge of the basics of technology and Postman. It will cover topics such as the fundamentals of Postman, how to use it to create and send requests, and how to interpret responses. The test will also include questions about general technology concepts such as networking, security, and data storage.


Example Question:

Multiple-Choice
Variables with the same name under different scopes are defined as follow:
Name: username
Scope: Global
Name: username
Scope: Environment
When accessing this variable (username) from the request builder, which value will appear in the request?