Cisco 300-735 - Automating Cisco Security Solutions (SAUTO) Exam
Page: 2 / 24
Total 116 questions
Question #6 (Topic: Single Topic)

Refer to the exhibit. A network operator must generate a daily flow report and learn how to act on or manipulate returned data. When the operator runs the script, it
returns an enormous amount of information.
Which two actions enable the operator to limit returned data? (Choose two.)
A. Add recordLimit. followed by an integer (key:value) to the flow_data.
B. Add a for loop at the end of the script, and print each key value pair separately.
C. Add flowLimit, followed by an integer (key:value) to the flow_data.
D. Change the startDateTime and endDateTime values to include smaller time intervals.
E. Change the startDate and endDate values to include smaller date intervals.
Answer: AB
Question #7 (Topic: Single Topic)

Refer to the exhibit.
Which expression prints the text "802.1x"?
A. print(quiz[0]['choices']['b'])
B. print(quiz['choices']['b'])
C. print(quiz[0]['choices']['b']['802.1x'])
D. print(quiz[0]['question']['choices']['b'])
Answer: A
Question #8 (Topic: Single Topic)
DRAG DROP

Refer to the exhibit.
Drag and drop the elements from the left onto the script on the right that queries Cisco ThreatGRID for indications of compromise.
Select and Place:


Refer to the exhibit.
Drag and drop the elements from the left onto the script on the right that queries Cisco ThreatGRID for indications of compromise.
Select and Place:

Answer:

Question #9 (Topic: Single Topic)
What are two advantages of Python virtual environments? (Choose two.)
A. Virtual environments can move compiled modules between different platforms.
B. Virtual environments permit non-administrative users to install packages.
C. The application code is run in an environment that is destroyed upon exit.
D. Virtual environments allow for stateful high availability.
E. Virtual environments prevent packaging conflicts between multiple Python projects.
Answer: CE
Question #10 (Topic: Single Topic)
DRAG DROP
Drag and drop the code to complete the curl query to the Umbrella Reporting API that provides a detailed report of blocked security activity events from the
organization with an organizationId of "12345678" for the last 24 hours. Not all options are used.
Select and Place:

Drag and drop the code to complete the curl query to the Umbrella Reporting API that provides a detailed report of blocked security activity events from the
organization with an organizationId of "12345678" for the last 24 hours. Not all options are used.
Select and Place:

Answer:
