exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 52 discussion

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


Refer to the exhibit. What will happen when this Python script is run?

  • A. The list of computers, policies, and connector statuses will be received from Cisco AMP.
  • B. The list of computers and their current vulnerabilities will be received from Cisco AMP.
  • C. The compromised computers and malware trajectories will be received from Cisco AMP.
  • D. The compromised computers and what compromised them will be received from Cisco AMP.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
CyberGhost666
1 day, 15 hours ago
Selected Answer: A
Option A is accurate.
upvoted 1 times
...
iluvmicrosoft
8 months, 1 week ago
im struggling with this one, all the other json scripts that print multiple records have a for loop: for computer in response_json['data']: hostname = computer['hostname'] print(hostname) how is it printing more than 1 line?
upvoted 1 times
ffsilveira10
8 months, 1 week ago
Because it is doing an API call without any filter, so in that case it will return all computers.
upvoted 2 times
...
...
Marshpillowz
8 months, 3 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
otzu1
2 years, 8 months ago
A https://api-docs.amp.cisco.com/api_actions/details?api_action=GET+%2Fv1%2Fcomputers&api_host=api.amp.cisco.com&api_resource=Computer&api_version=v1
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 ...