[Dec-2021] The Best CCNP Security Study Guide for the 300-735 Exam
300-735 certification guide Q&A from Training Expert ExamDumpsVCE
NEW QUESTION 13
Which header set should be sent with all API calls to the Cisco Stealthwatch Cloud API?
- A. Option D
- B. Option A
- C. Option C
- D. Option B
Answer: D
NEW QUESTION 14
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 15 
Refer to the exhibit. The security administrator must temporarily disallow traffic that goes to a production web server using the Cisco FDM REST API. The administrator sends an API query as shown in the exhibit.
What is the outcome of that action?
- A. The appropriate rule is updated with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
- B. The given code does not execute because the mandatory parameters, source, destination, and services are missing.
- C. A new rule is created with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
- D. The given code does not execute because it uses the HTTP method "PUT". It should use the HTTP method
"POST".
Answer: A
Explanation:
Explanation
NEW QUESTION 16
Refer to the exhibit.
The security administrator must temporarily disallow traffic that goes to a production web server using the Cisco FDM REST API. The administrator sends an API query as shown in the exhibit.
What is the outcome of that action?
- A. The given code does not execute because it uses the HTTP method "PUT". It should use the HTTP method "POST".
- B. The appropriate rule is updated with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
- C. The given code does not execute because the mandatory parameters, source, destination, and services are missing.
- D. A new rule is created with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
Answer: B
NEW QUESTION 17 
Refer to the exhibit.
What must be present in a Cisco Web Security Appliance before the script is run?
- A. data for specified dates
- B. reporting group with the name web_malware_category_malware_name_user_detail
- C. data in the queried category
- D. reporting group with the name blocked_malware
Answer: B
NEW QUESTION 18
What is the purpose of the snapshot APIs exposed by Cisco Stealthwatch Cloud?
- A. Return current configuration data of Cisco Stealthwatch Cloud infrastructure.
- B. Operate and return alerts discovered from infrastructure observations.
- C. Create snapshots of supported Cisco Stealthwatch Cloud infrastructure.
- D. Report on flow data during a customizable time period.
Answer: B
NEW QUESTION 19 
Refer to the exhibit. The security administrator must temporarily disallow traffic that goes to a production web server using the Cisco FDM REST API. The administrator sends an API query as shown in the exhibit.
What is the outcome of that action?
- A. The appropriate rule is updated with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
- B. The given code does not execute because the mandatory parameters, source, destination, and services are missing.
- C. A new rule is created with the source, destination, services, and other fields set to "Any" and the action set to "DENY". Traffic to the production web server is disallowed, as expected.
- D. The given code does not execute because it uses the HTTP method "PUT". It should use the HTTP method
"POST".
Answer: A
NEW QUESTION 20 
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 21
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 22
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:
Explanation/Reference:
https://docs.umbrella.com/umbrella-api/docs/reporting-destinations-most-recent-requests
NEW QUESTION 23
Drag and drop the code to complete the URL for the Cisco AMP for Endpoints API POST request so that it will add a sha256 to a given file_list using file_list_guid.
Answer:
Explanation:

NEW QUESTION 24
Drag and drop the code to complete the script to search Cisco ThreatGRID and return all public submission records associated with cisco.com. Not all options are used.
Answer:
Explanation:

NEW QUESTION 25
Which description of synchronous calls to an API is true?
- A. They pause execution and wait for the response.
- B. They can be used only for small requests.
- C. They always successfully return within a fixed time.
- D. They can be used only within single-threaded processes.
Answer: A
NEW QUESTION 26
Which two commands create a new local source code branch? (Choose two.)
- A. git branch -b new_branch
- B. git checkout -b new_branch
- C. git branch -m new_branch
- D. git branch new_branch
- E. git checkout -f new_branch
Answer: B,D
NEW QUESTION 27
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 28
Drag and drop the code to complete the Cisco Umbrella Investigate WHOIS query that returns a list of domains that are associated with the email address "[email protected]". Not all options are used.
Answer:
Explanation:
Explanation
https://docs.umbrella.com/investigate-api/docs/whois-information-for-a-domain-1
NEW QUESTION 29
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.

Answer: A
NEW QUESTION 30
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:
Explanation:
Umbrella
https://umbrella.cisco.com/products/umbrella-investigate
NEW QUESTION 31
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:
Explanation:

NEW QUESTION 32
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, '{"ipAddress": "10.0.0.50"}')
- D. query(config, secret, url, "10.0.0.50")
Answer: C
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?
- 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 34
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 35
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/endpoints?group-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/computers?group_guid[]=6c3c2005-4c74-4ba7-8dbb- c4d5b6bafe03
Answer: D
NEW QUESTION 36 
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 37
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
NEW QUESTION 38
......
Cisco 300-735 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
| Topic 15 |
|
The Best Cisco 300-735 Study Guides and Dumps of 2021: https://www.examdumpsvce.com/300-735-valid-exam-dumps.html
