Pass 300-735 Exam - Real Test Engine PDF with 60 Questions [Q21-Q44]

Share

Pass 300-735 Exam - Real Test Engine PDF with 60 Questions

Get New 300-735 Certification Practice Test Questions Exam Dumps


Study Guides for 300-735 Exam

Other than taking the recommended revision course for the Cisco test 300-735, you need to use the extra material to study. Below are two study guides for your utilization that can be availed from Amazon:

  • Automating Cisco Security Solutions SAUTO (300-735) Exam

    This guide is by Books Fortune and is a compilation of the best exam questions for the actual 300-735 evaluation. It is designed to help you prepare best for it and familiarize yourself with the test items, and understand the answers to every one of them. Overall, it is an ideal material to use especially after going through the study course to test how well you have understood the concepts.

  • How I Passed 300-735 SAUTO: Proven Tips

    This book by Rocismo Liolentz Publications will help you pass 300-735 exam through the tips on test prep as well as exam-taking tactics. The guide has detailed methodologies and ideas which you can apply in your study process to help you understand the concepts of the domains that will be tested in the official exam. As a rule, it is meant to be used alongside other revision plans such as courses and guides.


The Cisco 300-735 SAUTO test is created to measure the proficiency and competence of the individuals in applying security automated solutions. These include programming concepts, data models, RESTful APIs, firewalls, protocols, ISE, Cloud & email security, web, and DNS. The exam is a prerequisite for obtaining the CCNP Security certification. Moreover, it also counts as the main requirement for the Cisco Certified DevNet Specialist – Security Automation and Programmability as well as Cisco Certified DevNet Professional certificates. The test validates the applicants’ knowledge and mastery of working with security in networking appliances and devices, routers, and switches, as well as selecting, troubleshooting, deploying, and supporting VPNs, Firewalls, and IPS/IDS solutions for the networking environments.

 

NEW QUESTION 21
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:

Explanation:

 

NEW QUESTION 22
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 23
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

Explanation:
Explanation/Reference:

 

NEW QUESTION 24
What are two benefits of Ansible when managing security platforms? (Choose two.)

  • A. End users can be identified and tracked across a network.
  • B. Network performance issues can be identified and automatically remediated.
  • C. The time that is needed to deploy a change is reduced, compared to manually applying the change.
  • D. Policies can be updated on multiple devices concurrently, which reduces outage windows.
  • E. Anomalous network traffic can be detected and correlated.

Answer: C,D

 

NEW QUESTION 25
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 26
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 27
DRAG DROP
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.
Select and Place:

Answer:

Explanation:

Explanation/Reference:
https://api-docs.amp.cisco.com/api_actions/details?api_action=POST+%2Fv1%2Ffile_lists%2F%7B%
3Afile_list_guid%7D%2Ffiles%2F%7B%3Asha256%7D&api_host=api.eu.amp.cisco.com&api_resource=File
+List+Item&api_version=v1

 

NEW QUESTION 28
Which two destinations are supported by the Cisco Security Management Appliance reporting APIs? (Choose two.)

  • A. FTP
  • B. csv file
  • C. web
  • D. email
  • E. Microsoft Word file

Answer: C,D

 

NEW QUESTION 29
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 30
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:

Explanation:

 

NEW QUESTION 31
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 32
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 33
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 34
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 35
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 36
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.

Answer:

Explanation:

 

NEW QUESTION 37

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 38
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 39
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 PUT to the /api/fdm/latest/devicesettings/pushpolicy URI.
  • B. Submit a POST to the /api/fdm/latest/devicesettings/pushpolicy URI.
  • C. Submit a POST to the /api/fdm/latest/operational/deploy URI.
  • D. Submit a GET to the /api/fdm/latest/operational/deploy URI.

Answer: C

 

NEW QUESTION 40
Refer to the exhibit.

A security engineer created a script and successfully executed it to retrieve all currently open alerts.
Which print command shows the first returned alert?

  • A. print(response.json()[data][0])
  • B. print(response[results][0])
  • C. print(response[data][0])
  • D. print(response.json()[results][0])

Answer: C

 

NEW QUESTION 41

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. Run the script and parse through the returned data to find the desired message.
  • B. Add message ID information to the headers.
  • C. Add message ID information to the URL string as a URI.
  • D. Add message ID information to the URL string as a parameter.

Answer: D

 

NEW QUESTION 42

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 43
Which API is designed to give technology partners the ability to send security events from their platform/ service/appliance within a mutual customer's environment to the Umbrella cloud for enforcement?

  • A. Cisco Umbrella Security Events API
  • B. Cisco Umbrella Reporting API
  • C. Cisco Umbrella Management API
  • D. Cisco Umbrella Enforcement API

Answer: D

 

NEW QUESTION 44
......

300-735 Exam Dumps - PDF Questions and Testing Engine: https://www.itpass4sure.com/300-735-practice-exam.html

Real 300-735 Exam Dumps Questions Valid 300-735 Dumps PDF: https://drive.google.com/open?id=1h0ATz6vjmKFU2X3gJCbvvr1sPTzvYOGE