Automating Cisco Security Solutions (SAUTO)

Here you have the best Cisco 300-735 practice exam questions

  • You have 56 total questions to study from
  • Each page has 5 questions, making a total of 12 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 19, 2024
Question 1 of 56

Which description of synchronous calls to an API is true?

    Correct Answer: B

    Synchronous calls to an API pause execution and wait for the response. This characteristic is what defines them as synchronous, meaning the calling process cannot proceed until the call is complete.

Question 2 of 56

DRAG DROP -

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.

Select and Place:

    Correct Answer:

    Reference:

    https://community.cisco.com/t5/endpoint-security/amp-threat-grid-api/m-p/3538319

Question 3 of 56

Refer to the exhibit.

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

    Correct Answer: D

    This code snippet sends a POST request to the Cisco Umbrella Investigate API to categorize multiple domains. The response from this API typically includes the status and security details for the queried domains. The provided URL and API key in the headers are utilized to authenticate the request, and the domains are being passed as a JSON array. Therefore, the response will contain the status and security details for the domains specified in the list.

Question 4 of 56

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?

    Correct Answer: C

    To retrieve specific message details from the Cisco Security Management appliance, the correct approach is to add the message ID information to the URL string as a parameter. This allows the query to precisely target the desired message, ensuring the API call returns the required details without needing to filter through the data manually.

Question 5 of 56

DRAG DROP -

Drag and drop the code to complete the API call to query all Cisco Stealthwatch Cloud observations. Not all options are used.

Select and Place:

    Correct Answer: