QuestionQ1

Network Management or Reliability

In which two situations should Postman be used as part of network automation?

Choose two
  • A to connect network infrastructure with cloud applications
  • B to write custom scripts in the Python programming language
  • C to receive real-time updates from a device without polling
  • D to perform prototyping of API requests
Explanation

Postman is used to create and prototype API requests and to interact with APIs that integrate network infrastructure with cloud applications. Postman scripts use JavaScript, while unsolicited real-time updates without polling require an event-driven mechanism such as webhooks rather than Postman.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!