Cisco

300-435 practice test

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

Provider
Cisco
Question bank
55
Free sample
15 questions
Publisher
Testara

About this practice material

This page covers Testara's practice question bank for 300-435, 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

    What are two characteristics of RPC API calls? (Choose two.)

    Choose all answers that apply.

    • They can be used only on network devices.
    • They use only UDP for communications.
    • Parameters can be passed to the calls.
    • They must use SSL/TLS.
    • They call a single function or service.
  2. Question 2 · 1

    DRAG DROP - Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used. Select and Place:

    Match each destination with an option.

    Question illustration 1

    module before lines

    • ioscmd
    • parents
    • iosconfig
    • ios_config
    • iosxe
    • ios_xe

    interface before interface GigabitEthernet1/0

    • ioscmd
    • parents
    • iosconfig
    • ios_config
    • iosxe
    • ios_xe
  3. Question 3 · 1

    What is a capability of MV Sense MQTT API?

    Choose one answer.

    • request and subscribe to historical, current, or real-time data
    • automate the configuration of networking devices
    • monitor the network and auto adjust for optimal performance
    • create email alerts for user that violate the security configuration
  4. Question 4 · 1

    Which two factors influence the location accuracy of a device using Scanning APIs? (Choose two.)

    Choose all answers that apply.

    • AP placement
    • device manufacturer/OS
    • client device orientation
    • battery life of the device
    • amount of device antennas
  5. Question 5 · 1

    Refer to the exhibit. A template is provided to a junior developer to automate the creation of a network on the Meraki dashboard. The new network needs to have the id 123456789 and support only wired network connections. What type needs to be added to the API?

    Choose one answer.

    Question illustration 1
    • switch
    • wireless
    • appliance
    • systemsManager
  6. Question 6 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to configure the set_alerts function to send an email to all admins if a setting is modified by using the Cisco Meraki API. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    URL path suffix

    • "gatewayDown"
    • PUT
    • "/alertSettings"
    • False
    • "settingsChanged"
    • True

    alert type

    • "gatewayDown"
    • PUT
    • "/alertSettings"
    • False
    • "settingsChanged"
    • True

    allAdmins value

    • "gatewayDown"
    • PUT
    • "/alertSettings"
    • False
    • "settingsChanged"
    • True

    request method

    • "gatewayDown"
    • PUT
    • "/alertSettings"
    • False
    • "settingsChanged"
    • True
  7. Question 7 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to complete the retrieve_interfaces_info function that captures information about IPv4 interfaces on a device using vManage Monitoring API. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    mount_point

    • post(url, verify=False)
    • 204:
    • 409:
    • get(url, verify=False)
    • 'device/interface'
    • 200:

    HTTP request method

    • post(url, verify=False)
    • 204:
    • 409:
    • get(url, verify=False)
    • 'device/interface'
    • 200:

    successful status condition

    • post(url, verify=False)
    • 204:
    • 409:
    • get(url, verify=False)
    • 'device/interface'
    • 200:

    conflict status condition

    • post(url, verify=False)
    • 204:
    • 409:
    • get(url, verify=False)
    • 'device/interface'
    • 200:
  8. Question 8 · 1

    What is a benefit of developing an application in a Python virtual environment?

    Choose one answer.

    • The application operates in multiple target systems simultaneously.
    • The application supports concurrency or multithreading.
    • The application operates across systems that have different operating systems.
    • The development environment is isolated from Python projects that already exist.
  9. Question 9 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to create a new Cisco network named Branch Office. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    API client constructor

    • type
    • tags
    • createNetwork
    • DashboardAPI
    • org_id
    • createOrganizationNetwork

    organization ID assignment

    • type
    • tags
    • createNetwork
    • DashboardAPI
    • org_id
    • createOrganizationNetwork

    network type assignment

    • type
    • tags
    • createNetwork
    • DashboardAPI
    • org_id
    • createOrganizationNetwork

    network creation call

    • type
    • tags
    • createNetwork
    • DashboardAPI
    • org_id
    • createOrganizationNetwork
  10. Question 10 · 1

    Refer to the exhibit. An engineer must split the network ENAUTO by using Cisco Meraki APIs. Which code snippet must be added to the box in the code to complete the Python code?

    Choose one answer.

    Question illustration 1
    • response = requests.request('POST', url, headers=headers, data = payload)
    • response = requests.request('PATCH', url, headers=headers, data = payload)
    • response = requests.request('PUT', url, headers=headers, payload = none)
    • response = requests.request('GET', url, headers=headers, payload = none)
  11. Question 11 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to complete the attach_feature_template function that attaches a configuration template by using the vManage Configuration API. The template is new and unmodified. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    mount point suffix

    • template
    • post
    • csv-status
    • attach
    • put
    • config
    • application/json

    device object key

    • template
    • post
    • csv-status
    • attach
    • put
    • config
    • application/json

    Content-Type value

    • template
    • post
    • csv-status
    • attach
    • put
    • config
    • application/json

    HTTP request method

    • template
    • post
    • csv-status
    • attach
    • put
    • config
    • application/json
  12. Question 12 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to construct a RESTCONF request that creates two access VLANs on a Cisco IOS XE device. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    JSON payload variable

    • auth
    • post
    • data
    • payload
    • xmlns
    • patch

    HTTP request method

    • auth
    • post
    • data
    • payload
    • xmlns
    • patch

    request data argument

    • auth
    • post
    • data
    • payload
    • xmlns
    • patch
  13. Question 13 · 1

    DRAG DROP - Drag and drop the code snippets from the bottom onto the boxes in the code to complete the get_device_list function that uses the vManage Administration API to retrieve a list of devices in the overlay network that connects to the vManage NMS. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    mount_point

    • post(url, verify=True)
    • 'device'
    • status_code == 200
    • status_code == 201
    • get(url, verify=False)
    • 'device/action/status'

    HTTP request method

    • post(url, verify=True)
    • 'device'
    • status_code == 200
    • status_code == 201
    • get(url, verify=False)
    • 'device/action/status'

    success condition

    • post(url, verify=True)
    • 'device'
    • status_code == 200
    • status_code == 201
    • get(url, verify=False)
    • 'device/action/status'
  14. Question 14 · 1

    DRAG DROP - Drag and drop the code from the bottom onto the box where the code is missing to construct an ncclient request that captures the operational IPv4 routing data for a Cisco IOS XE device. Not all options are used.

    Match each destination with an option.

    Question illustration 1

    XML root element

    • xml
    • open
    • routing-instance
    • connect
    • routing-state
    • json

    manager connection method

    • xml
    • open
    • routing-instance
    • connect
    • routing-state
    • json

    response parser format

    • xml
    • open
    • routing-instance
    • connect
    • routing-state
    • json

    route data path component

    • xml
    • open
    • routing-instance
    • connect
    • routing-state
    • json
  15. Question 15 · 1

    What is a use case for the Cisco Meraki webhook API?

    Choose one answer.

    • Create location analytics with information from the Wi-Fi and BLE devices.
    • Receive updates for network changes and new configurations.
    • Apply network device configurations and client profiles.
    • Create a device inventory for auditing security compliance.

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