exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 306 discussion

Actual exam question from Cisco's 350-701
Question #: 306
Topic #: 1
[All 350-701 Questions]


Refer to the exhibit.
What does the API key do while working with https://api.amp.cisco.com/v1/computers?

  • A. displays client ID
  • B. HTTP authorization
  • C. Imports requests
  • D. HTTP authentication
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LTLnetworker
10 months, 1 week ago
HTTP authentication process uses Authorization header in the request... so this question does its best to confuse the candidate.
upvoted 2 times
...
itsklk
1 year, 7 months ago
Selected Answer: D
I would go with D
upvoted 2 times
...
loser4fun
1 year, 8 months ago
The API key provided in the code snippet is used for HTTP authentication when working with the Cisco AMP (Advanced Malware Protection) API. Therefore, the correct answer is D. HTTP authentication. In the code, the requests module is imported to make HTTP requests to the API, and the client_id and api_key variables are defined to authenticate the requests. The client_id is used as an identifier for the client making the request, and the api_key is used to authenticate the request and provide access to the Cisco AMP resources. HTTP authentication is a way of authenticating requests made to a web server using standard HTTP protocols. It allows a user or application to send their credentials with an HTTP request, typically in the form of a username and password or an API key, to authenticate the request and gain access to protected resources on the server.
upvoted 3 times
...
luisseijuro
1 year, 9 months ago
Selected Answer: D
https://api-docs.amp.cisco.com/api_resources?api_host=api.amp.cisco.com&api_version=v1
upvoted 2 times
...
Tuxzinator
1 year, 10 months ago
Selected Answer: D
When making API requests to https://api.amp.cisco.com/v1/computers, the API key serves as a form of HTTP authentication, allowing the user to access and manipulate data about the computers in their Cisco Advanced Malware Protection (AMP) environment. The API key is a unique code that is associated with the user's account and is used to authenticate API requests.
upvoted 2 times
...
Net4dd
1 year, 11 months ago
D. API key for authentication
upvoted 2 times
...
Anonymous983475
1 year, 11 months ago
Selected Answer: D
The key is used to authenticate the API to the App
upvoted 2 times
...
4000000
2 years, 1 month ago
D is answer when asked about what r key doing in above diagram...
upvoted 2 times
...
breal
2 years, 3 months ago
Selected Answer: D
It is part of the API credentials https://www.cisco.com/c/en/us/support/docs/security/amp-endpoints/201121-Overview-of-the-Cisco-AMP-for-Endpoints.html
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...