Cisco

300-735 practice test

Practice with 15 free Testara sample questions, or choose paid access to the full 33-question bank.

Provider
Cisco
Question bank
33
Free sample
15 questions
Publisher
Testara

About this practice material

This page covers Testara's practice question bank for 300-735, a certification listed under Cisco. Questions use original, exam-style scenarios and are not questions from the official certification exam.

Testara is an independent practice platform and is not affiliated with, endorsed by, or authorized by Cisco. The certification credential is issued by Cisco, not Testara. Certification and provider names belong to their respective owners.

Start practicing

The guest demo does not save an attempt. Sign in before buying access.

Try 15 questions free

Available without signing in

Free sample questions

These 15 questions and their explanations are server-rendered so you can inspect the material before opening the interactive demo.

  1. Question 1 · 1

    Which description of synchronous calls to an API is true?

    Choose one answer.

    • They can be used only within single-threaded processes.
    • They pause execution and wait for the response.
    • They always successfully return within a fixed time.
    • They can be used only for small requests.
  2. Question 2 · 1

    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?

    Choose one answer.

    • API token
    • domain UUID
    • access policy UUID
    • object UUID
  3. Question 3 · 1

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

    Choose all answers that apply.

    • Python
    • Perl
    • Java
    • C
    • JavaScript
  4. Question 4 · 1

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

    Choose all answers that apply.

    • startAbsolute
    • externalGeos
    • tenantId
    • intervalLength
    • tagID
  5. Question 5 · 1

    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?

    Choose one answer.

    • Submit a POST to the /api/fdm/latest/operational/deploy URI.
    • Submit a GET to the /api/fdm/latest/operational/deploy URI.
    • Submit a PUT to the /api/fdm/latest/devicesettings/pushpolicy URI.
    • Submit a POST to the /api/fdm/latest/devicesettings/pushpolicy URI.
  6. Question 6 · 1

    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?

    Choose one answer.

    Question illustration 1
    • query(config, secret, "getSessionByIpAddress/10.0.0.50", "ipAddress")
    • query(config, "10.0.0.50", url, payload)
    • query(config, secret, url, "10.0.0.50")
    • query(config, secret, url, '{"ipAddress": "10.0.0.50"}')
  7. Question 7 · 1

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

    Choose all answers that apply.

    • Platform Configuration APIs
    • Monitoring REST APIs
    • Performance Management REST APIs
    • External RESTful Services APIs
    • Internal RESTful Services APIs
  8. Question 8 · 1

    DRAG DROP - 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. Select and Place:

    Match each destination with an option.

    Question illustration 1
    Question illustration 2

    First query argument

    • "getUserGroupByUserName", "fred"
    • url
    • '{ "userName": "fred" }'
    • secret

    Second query argument

    • "getUserGroupByUserName", "fred"
    • url
    • '{ "userName": "fred" }'
    • secret

    Third query argument

    • "getUserGroupByUserName", "fred"
    • url
    • '{ "userName": "fred" }'
    • secret

    Fourth query argument

    • "getUserGroupByUserName", "fred"
    • url
    • '{ "userName": "fred" }'
    • secret
  9. Question 9 · 1

    Which API capability is available on Cisco Firepower devices?

    Choose one answer.

    • Firepower Management Center - Sockets API
    • Firepower Management Center - eStreamer API
    • Firepower Management Center - Camera API
    • Firepower Management Center - Host Output API
  10. Question 10 · 1

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

    Choose all answers that apply.

    • user activity events
    • intrusion events
    • file events
    • intrusion event extra data
    • malware events
  11. Question 11 · 1

    A security network engineer must implement intrusion policies using the Cisco Firepower Management Center API. Which action does the engineer take to achieve the goal?

    Choose one answer.

    • Make a PATCH request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
    • Make a POST request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
    • Intrusion policies can be read but not configured using the Cisco Firepower Management Center API.
    • Make a PUT request to the URI /api/fmc_config/v1/domain/{DOMAIN_UUID}/policy/intrusionpolicies.
  12. Question 12 · 1

    Refer to the exhibit. What does the response from the API contain when this code is executed?

    Choose one answer.

    Question illustration 1
    • error message and status code of 403
    • newly created domains in Cisco Umbrella Investigate
    • updated domains in Cisco Umbrella Investigate
    • status and security details for the domains
  13. Question 13 · 1

    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?

    Choose one answer.

    Question illustration 1
    • The given code does not execute because the mandatory parameters, source, destination, and services are missing.
    • The given code does not execute because it uses the HTTP method "PUT". It should use the HTTP method "POST".
    • 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.
    • 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.
  14. Question 14 · 1

    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.)

    Choose all answers that apply.

    Question illustration 1
    • Add params parameter in the get and assign in the {"return": "10"} value.
    • Add ?limit=10 to the end of the URL string.
    • Add params parameter in the get and assign in the {"limit": "10"} value.
    • Add ?find=10 to the end of the URL string.
    • Add ?return=10 to the end of the URL string.
  15. Question 15 · 1

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

    Choose all answers that apply.

    • email
    • Microsoft Word file
    • FTP
    • web
    • csv file

Each purchase applies to this certification. Prices are one-time payments, not monthly subscriptions.

Starter

$29 USD one time

Full access to one certification's question bank in standard practice mode for 60 days.

  • Full question bank for one certification
  • 60 days of access
  • Standard practice mode
  • Question notes and community discussions
  • Attempt scores and answer review

Professional

$49 USD one time

Full access to one certification's question bank, custom test controls and advanced analytics for 60 days.

  • Custom test builder
  • Timers and question selection
  • Randomized question and answer order
  • Advanced performance and weak-question analytics
  • Priority customer support
Try 15 questions free