cisco 300-735 practice test

Automating and Programming Cisco Security Solutions (SAUTO)


Question 1


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

Discussions
0 / 600

Question 2

Which two API capabilities are available on Cisco Identity Services Engine? (Choose two.)

  • A. Platform Configuration APIs
  • B. Monitoring REST APIs
  • C. Performance Management REST APIs
  • D. External RESTful Services APIs
  • E. Internal RESTful Services APIs
Answer:

B D

Discussions
0 / 600

Question 3


Refer to the exhibit. A network operator wants to add a certain IP to a DMZ tag.
Which code segment completes the script and achieves the goal?

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

A

Discussions
0 / 600

Question 4

The Cisco Security Management Appliance API is used to make a GET call using the URI
/sma/api/v2.0/reporting/mail_incoming_traffic_summary/detected_amp?startDate=2016-
0910T19:00:00.000Z&endDate=2018-09-24T23:00:00.000Z&device_type=esa&device_name=esa01.
What does this GET call return?

  • A. values of all counters of a counter group, with the device group name and device type for web
  • B. value of a specific counter from a counter group, with the device name and type for email
  • C. value of a specific counter from a counter group, with the device name and type for web
  • D. values of all counters of a counter group, with the device group name and device type for email
Answer:

D

Discussions
0 / 600

Question 5

Which two statements describe the characteristics of API styles for REST and RPC? (Choose two.)

  • A. REST-based APIs function in a similar way to procedures.
  • B. REST-based APIs are used primarily for CRUD operations.
  • C. REST and RPC API styles are the same.
  • D. RPC-based APIs function in a similar way to procedures.
  • E. RPC-based APIs are used primarily for CRUD operations.
Answer:

B D

Discussions
0 / 600

Question 6

DRAG DROP
A Python script is being developed to return the top 10 identities in an organization that have made a DNS request to
"www.cisco.com".
Drag and drop the code to complete the Cisco Umbrella Reporting API query to return the top identities. Not all options are
used.
Select and Place:

Answer:

Explanation:
Reference: https://docs.umbrella.com/umbrella-api/docs/reporting-destinations-most-recent-requests

Discussions
0 / 600

Question 7

Which description of synchronous calls to an API is true?

  • A. They can be used only within single-threaded processes.
  • B. They pause execution and wait for the response.
  • C. They always successfully return within a fixed time.
  • D. They can be used only for small requests.
Answer:

B

Discussions
0 / 600

Question 8

A security network engineer must implement intrusion policies using the Cisco Firepower Management Center API.
Which action does the engineer take to achieve the goal?

  • A. Make a PATCH request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
  • B. Make a POST request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
  • C. Intrusion policies can be read but not configured using the Cisco Firepower Management Center API.
  • D. Make a PUT request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
Answer:

C

Discussions
0 / 600

Question 9

FILL BLANK
Fill in the blank to complete the statement with the correct technology.
Cisco __________ Investigate provides access to data that pertains to DNS security events and correlations collected by the
Cisco security team.

Answer:

Umbrella

Discussions
0 / 600

Question 10

DRAG DROP
Drag and drop the items to complete the pxGrid script to retrieve all Adaptive Network Control policies. Assume that
username, password, and base URL are correct. Not all options are used.
Select and Place:

Answer:

Explanation:
Reference: https://developer.cisco.com/docs/pxgrid/#!retreiving-all-anc-polices/java-sample-code

Discussions
0 / 600
To page 2