cisco 300-735 practice test

Exam Title: Automating Cisco Security Solutions (SAUTO)

Last update: Nov 19 ,2025
Question 1

When
the
URI
"/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-
6d9ed49b625f/policy/accesspolicies" is used to make a POST request, what does "e276abec-e0f2-
11e3-8169-6d9ed49b625f" represent?

  • A. API token
  • B. domain UUID
  • C. access policy UUID
  • D. object UUID
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 2

Which snippet is used to create an object for network 10.0.69.0/24 using Cisco Firepower
Management Center REST APIs?
A)

B)

C)

D)

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

A

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 3

DRAG DROP
Drag and drop the code to complete the curl command to query the Cisco Umbrella Investigate API
for the umbrella popularity list. Not all options are used.

Answer:


Reference:
https://docs.umbrella.com/investigate-api/reference

Comments
Question 4

DRAG DROP
Drag and drop the items to complete the ThreatGRID API call to return a curated feed of sinkholed-
ip-dns in stix format. Not all options are used.

Answer:


Reference:
https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/DEVNET-2164.pdf

Comments
Question 5

In Cisco AMP for Endpoints, which API queues to find the list of endpoints in the group "Finance
Hosts," which
has a GUID of 6c3c2005-4c74-4ba7-8dbb-c4d5b6bafe03?
A.
https://api.amp.cisco.com/v1/endpoints?group[]=6c3c2005-4c74-4ba7-8dbb
- c4d5b6bafe03
B.
https://api.amp.cisco.com/v1/computers?group_guid[]=6c3c2005-4c74-4ba7-8dbb
- c4d5b6bafe03
C.
https://api.amp.cisco.com/v1/computers?group_guid-6c3c2005-4c74-4ba7-8dbb
- c4d5b6bafe03
D.
https://api.amp.cisco.com/v1/endpoints?group-6c3c2005-4c74-4ba7-8dbb
- c4d5b6bafe03

Answer:

B

vote your answer:
Comments
Question 6

For which two programming languages does Cisco offer an SDK for Cisco pxGrid 1.0? (Choose two.)

  • A. Python
  • B. Perl
  • C. Java
  • D. C
  • E. JavaScript
Answer:

CD

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 7

Which two URI parameters are needed for the Cisco Stealthwatch Top Alarm Host v1 API? (Choose
two.)

  • A. startAbsolute
  • B. externalGeos
  • C. tenantId
  • D. intervalLength
  • E. tagID
Answer:

CE

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 8

Refer to the exhibit.

Which URL returned the data?
A.
https://api.amp.cisco.com/v1/computers
B.
https://api.amp.cisco.com/v0/computers
C.
https://amp.cisco.com/api/v0/computers
D.
https://amp.cisco.com/api/v1/computers

Answer:

A

vote your answer:
Comments
Question 9

After changes are made to the Cisco Firepower Threat Defense configuration using the Cisco
Firepower Device Manager API, what must be done to ensure that the new policy is activated?

  • A. Submit a POST to the /api/fdm/latest/operational/deploy URI.
  • B. Submit a GET to the /api/fdm/latest/operational/deploy URI.
  • C. Submit a PUT to the /api/fdm/latest/devicesettings/pushpolicy URI.
  • D. Submit a POST to the /api/fdm/latest/devicesettings/pushpolicy URI.
Answer:

A

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 10

Refer to the exhibit.

A Python function named "query" has been developed and the goal is to use it to query the service
"com.cisco.ise.session" via Cisco pxGrid 2.0 APIs.
How is the function called, if the goal is to identify the sessions that are associated with the IP
address 10.0.0.50?

  • A. query(config, secret, "getSessionByIpAddress/10.0.0.50", "ipAddress")
  • B. query(config, "10.0.0.50", url, payload)
  • C. query(config, secret, url, "10.0.0.50")
  • D. query(config, secret, url, '{"ipAddress": "10.0.0.50"}')
Answer:

D

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 11

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:

BD

vote your answer:
A
B
C
D
E
A 0 B 0 C 0 D 0 E 0
Comments
Question 12

DRAG DROP
Refer to the exhibit.

A Python function named "query" has been developed, and will be used to query the service
"com.cisco.ise.session" via Cisco pxGrid 2.0 APIs.
Drag and drop the code to construct a Python call to the "query" function to identify the user groups
that are associated with the user "fred". Not all options are used.

Answer:

Comments
Question 13

Which API capability is available on Cisco Firepower devices?

  • A. Firepower Management Center - Sockets API
  • B. Firepower Management Center - eStreamer API
  • C. Firepower Management Center - Camera API
  • D. Firepower Management Center - Host Output API
Answer:

B

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 14

If the goal is to create an access policy with the default action of blocking traffic, using Cisco
Firepower Management Center REST APIs, which snippet is used?
A)

B)

C)

D)

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

D

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Question 15

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

vote your answer:
A
B
C
D
A 0 B 0 C 0 D 0
Comments
Page 1 out of 4
Viewing questions 1-15 out of 60
Go To
page 2