exam questions

Exam 300-735 All Questions

View all questions & answers for the 300-735 exam

Exam 300-735 topic 1 question 36 discussion

Actual exam question from Cisco's 300-735
Question #: 36
Topic #: 1
[All 300-735 Questions]


Refer to the exhibit. A security engineer created a script and successfully executed it to retrieve all currently open alerts.
Which print command shows the first returned alert?

  • A. print(response[data][0])
  • B. print(response[results][0])
  • C. print(response.json()[data][0])
  • D. print(response.json()[results][0])
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
ETopics20
Highly Voted 3 years, 1 month ago
D - http://docs.observable.net.s3-website-us-east-1.amazonaws.com/api/index.html#operation/listAlert
upvoted 7 times
...
hatsec
Most Recent 1 year ago
D is correct
upvoted 1 times
...
Smileebloke
2 years, 10 months ago
D response.json required as results are provided in json format https://www.geeksforgeeks.org/response-json-python-requests/ As per ETopics link - data is returned in 'results'
upvoted 3 times
...
lemist
3 years, 2 months ago
should be C
upvoted 2 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 ...