Exit demo 300-735 Automating and Programming Cisco Security Solutions (SAUTO) PDF format · free preview

Cisco 300-735 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/300-735.html

Question 1
Single choice

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.

Question 2
Single choice

Refer to the exhibit.

What does the response from the API contain when this code is executed?

A.

error message and status code of 403

B.

newly created domains in Cisco Umbrella Investigate

C.

updated domains in Cisco Umbrella Investigate

D.

status and security details for the domains

Question 3
Single choice

Refer to the exhibit.

A security engineer attempts to query the Cisco Security Management appliance to retrieve details of a specific message.

What must be added to the script to achieve the desired result?

A.

Add message ID information to the URL string as a URI.

B.

Run the script and parse through the returned data to find the desired message.

C.

Add message ID information to the URL string as a parameter.

D.

Add message ID information to the headers.

Question 4
Multiple choice

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.

Question 5
Single choice

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'])

Question 6
Multiple choice

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.

Question 7
Single choice

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

Question 8
Single choice

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

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 9
Single choice

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

Question 10
Multiple choice

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

Showing 10 of 60 questions · Unlock the full set