Free Cisco 300-735 Study Guides Exam Questions & Answer [Q11-Q35]

Share

Free Cisco 300-735 Study Guides Exam Questions & Answer

300-735 Exam Dumps, 300-735 Practice Test Questions


Exam Topics

The Cisco 300-735 exam includes a wide range of topics. It is recommended that the applicants get familiar with them in advance. The highlights of the domains that are covered in this test include the following:

Foundation of Network Programmability: The first module requires that the test takers show their skills in the following tasks:

  • Explaining the issues faced and outlines utilized during the synchronous and asynchronous consumption of APIs
  • Explaining the attributes of API styles such as RPC and REST
  • Interpreting Python scripts containing conditions, data types, looping purposes, and classes
  • Describing the advantages affiliated with utilizing network configuration tools, including Puppet and Ansible for the automation of security platforms
  • Explaining the advantages of the virtual environments of Python
  • Utilizing the basic version control processes with git, including commit, push, add, clone, branching, diff, and merging conflict

 

NEW QUESTION 11
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. RPC-based APIs function in a similar way to procedures.
  • D. REST and RPC API styles are the same.
  • E. RPC-based APIs are used primarily for CRUD operations.

Answer: B,C

 

NEW QUESTION 12
What are two capabilities of Cisco Firepower Management Center eStreamer? (Choose two.)

  • A. eStreamer is used to send intrusion event data.
  • B. eStreamer is used to send malware event data.
  • C. eStreamer is used to send policy data.
  • D. eStreamer is used to get a list of access control policies.
  • E. eStreamer is used to get sources for intelligence services.

Answer: A,B

Explanation:
Explanation/Reference:

 

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

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

Answer: A,E

 

NEW QUESTION 14
DRAG DROP
Drag and drop the code to complete the curl query to the Cisco Umbrella Investigate API for the Latest Malicious Domains for the IP address 10.10.20.50. Not all options are used.
Select and Place:

Answer:

Explanation:

Explanation/Reference:
https://docs.umbrella.com/investigate-api/reference#about-the-api-and-authentication

 

NEW QUESTION 15

Refer to the exhibit. The script outputs too many results when it is queried against the Cisco Umbrella Reporting API.
Which two configurations restrict the returned result to only 10 entries? (Choose two.)

  • A. Add params parameter in the get and assign in the {"return": "10"} value.
  • B. Add params parameter in the get and assign in the {"limit": "10"} value.
  • C. Add ?find=10 to the end of the URL string.
  • D. Add ?return=10 to the end of the URL string.
  • E. Add ?limit=10 to the end of the URL string.

Answer: B,E

 

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

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

Answer: A,C

Explanation:
Explanation

 

NEW QUESTION 17
A developer has just completed the configuration of an API that connects sensitive internal systems. Based on company policies, the security of the data is a high priority.
Which approach must be taken to secure API keys and passwords?

  • A. Store them inside the source tree of the application.
  • B. Embed them directly in the code.
  • C. Change them periodically.
  • D. Store them in a hidden file.

Answer: C

 

NEW QUESTION 18
Which query parameter is required when using the reporting API of Cisco Security Management Appliances?

  • A. filterValue
  • B. device_type
  • C. query_type
  • D. startDate + endDate

Answer: D

 

NEW QUESTION 19
Refer to the exhibit.

Which expression prints the text "802.1x"?

  • A. print(quiz[0]['QUESTION NO:']['choices']['b'])
  • B. print(quiz[0]['choices']['b']['802.1x'])
  • C. print(quiz['choices']['b'])
  • D. print(quiz[0]['choices']['b'])

Answer: D

 

NEW QUESTION 20
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. access policy UUID
  • B. API token
  • C. domain UUID
  • D. object UUID

Answer: C

 

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

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

Answer: C,D

 

NEW QUESTION 22
DRAG DROP
Drag and drop the items to complete the curl request to the ThreatGRID API. The API call should request the first 10 IP addresses that ThreatGRID saw samples communicate with during analysis, in the first two hours of January 18th (UTC time), where those communications triggered a Behavior Indicator that had a confidence equal to or higher than 75 and a severity equal to or higher than 95.
Select and Place:

Answer:

Explanation:

Explanation/Reference:
https://support.umbrella.com/hc/en-us/articles/231248768-Cisco-Umbrella-Cisco-AMP-Threat-Grid-Cloud- Integration-Setup-Guide

 

NEW QUESTION 23
Which API is used to query if the domain "example.com" has been flagged as malicious by the Cisco Security Labs team?

  • A. https://investigate.api.umbrella.com/domains/volume/example.com
  • B. https://s-platform.api.opendns.com/1.0/events?example.com
  • C. https://s-platform.api.opendns.com/1.0/domains?example.com
  • D. https://investigate.api.umbrella.com/domains/categorization/example.com

Answer: D

 

NEW QUESTION 24
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. Change the startDate and endDate values to include smaller date intervals.
  • B. Change the startDateTime and endDateTime values to include smaller time intervals.
  • C. Add recordLimit. followed by an integer (key:value) to the flow_data.
  • D. Add flowLimit, followed by an integer (key:value) to the flow_data.
  • E. Add a for loop at the end of the script, and print each key value pair separately.

Answer: C,E

 

NEW QUESTION 25
Refer to the exhibit.

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

  • A. updated domains in Cisco Umbrella Investigate
  • B. newly created domains in Cisco Umbrella Investigate
  • C. error message and status code of 403
  • D. status and security details for the domains

Answer: D

 

NEW QUESTION 26
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 D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: C

 

NEW QUESTION 27
What are two advantages of Python virtual environments? (Choose two.)

  • A. Virtual environments permit non-administrative users to install packages.
  • B. The application code is run in an environment that is destroyed upon exit.
  • C. Virtual environments prevent packaging conflicts between multiple Python projects.
  • D. Virtual environments can move compiled modules between different platforms.
  • E. Virtual environments allow for stateful high availability.

Answer: B,C

 

NEW QUESTION 28
Refer to the exhibit.

Which URL returned the data?

  • A. https://amp.cisco.com/api/v0/computers
  • B. https://api.amp.cisco.com/v1/computers
  • C. https://amp.cisco.com/api/v1/computers
  • D. https://api.amp.cisco.com/v0/computers

Answer: B

 

NEW QUESTION 29
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?
https://api.amp.cisco.com/v1/endpoints?group[]=6c3c2005-4c74-4ba7-8dbb-

  • A. c4d5b6bafe03
    https://api.amp.cisco.com/v1/computers?group_guid[]=6c3c2005-4c74-4ba7-8dbb-
  • B. c4d5b6bafe03
    https://api.amp.cisco.com/v1/computers?group_guid-6c3c2005-4c74-4ba7-8dbb-
  • C. c4d5b6bafe03
  • D. c4d5b6bafe03
    https://api.amp.cisco.com/v1/endpoints?group-6c3c2005-4c74-4ba7-8dbb-

Answer: B

 

NEW QUESTION 30
Which snippet describes the way to create an URL object in Cisco FDM using FDM REST APIs with curl?
A)

B)

C)

D)

  • A. Option D
  • B. Option A
  • C. Option C
  • D. Option B

Answer: D

 

NEW QUESTION 31
Drag and drop the code to complete the curl query to the Cisco Umbrella Investigate API for the Latest Malicious Domains for the IP address 10.10.20.50. Not all options are used.

Answer:

Explanation:

 

NEW QUESTION 32
Refer to the exhibit.

A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information.
Which code completes the script?

  • A. URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "includeCategory" : "true"}
  • B. URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "returnCategory" : "true"}
  • C. URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "categoryinclude" : "true"}
  • D. URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "returncategory" : "true"}

Answer: B

 

NEW QUESTION 33

Refer to the exhibit. A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information.
Which code completes the script?
URL = BASE_URL + "/find/exa\[a-z\]ple.com"

  • A. PARAMS = { "returncategory" : "true"}
    URL = BASE_URL + "/find/exa\[a-z\]ple.com"
  • B. PARAMS = { "includeCategory" : "true"}
    URL = BASE_URL + "/find/exa\[a-z\]ple.com"
  • C. PARAMS = { "returnCategory" : "true"}
  • D. PARAMS = { "categoryinclude" : "true"}
    URL = BASE_URL + "/find/exa\[a-z\]ple.com"

Answer: C

 

NEW QUESTION 34
Which two event types can the eStreamer server transmit to the requesting client from a managed device and a management center? (Choose two.)

  • A. user activity events
  • B. intrusion events
  • C. malware events
  • D. file events
  • E. intrusion event extra data

Answer: B,E

 

NEW QUESTION 35
......

Latest 300-735 Actual Free Exam Questions Updated 60 Questions: https://www.pass4surecert.com/Cisco/300-735-practice-exam-dumps.html