300-435 Exam Questions
160 real 300-435 exam questions with expert-verified answers and explanations. Page 1 of 4.
- Question #1Controller-Based Network Automation
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
Cisco SD-WAN APIREST APIDevice Template AutomationAPI Workflow - Question #2Controller-Based Network Automation
During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue. Which detail is captured durin...
SD-WANvManage APIsTroubleshooting DashboardConnections Summary - Question #3Controller-Based Network Automation
Refer to the exhibit. A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python di...
Python scriptingJSON parsingAPI interactionData structures - Question #4Controller-Based Network Automation
Which REST endpoint is used to create a Cisco Meraki network?
REST APICisco MerakiNetwork CreationHTTP POST - Question #5Controller-Based Network Automation
Which URI removes an administrator from a Meraki network using an API call?
Meraki APIREST APIAPI EndpointsAdministrator Management - Question #6Controller-Based Network Automation
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.) { "id": "L_123456", "organizationId": 1357924, "name":...
Meraki APINetwork CreationREST APIAPI Parameters - Question #7Controller-Based Network Automation
Which HTTP request is valid to create a new wireless network called "Demo Wireless Network" in the organization "QASD-EROA-MKAW"?
Meraki APIREST APIHTTP POSTNetwork Creation - Question #8Device-Level Network Automation
Drag and drop the commands to the Ansible playbook that applies configuration to an interface on a Cisco IOS XE device. All options are used.
AnsibleIOS XENetwork ConfigurationInterface Configuration - Question #9Device-Level Network Automation
Fill in the blank to complete the statement. __________ is a solution for automating the configuration of a device when it is first powered on, using DHCP and TFTP.
Zero-Touch ProvisioningDevice ProvisioningDHCPTFTP - Question #10Device-Level Network Automation
Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?
Initial Device ProvisioningFTPDHCPNetwork Automation - Question #11Controller-Based Network Automation
A Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Comma...
Cisco DNA CenterREST APICommand RunnerNetwork Automation - Question #12Controller-Based Network Automation
Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312-cf96-143b46db0211 using the Cisco SD-WAN vManage Administration APIs. The API documentati...
Cisco SD-WAN vManage APIREST APINetwork AutomationDevice Management - Question #13Controller-Based Network Automation
Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router. https://...
Cisco SD-WAN APIvManageBFDNetwork Monitoring - Question #14Network Automation Foundation
A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the conditional chec...
REST APIHTTP ResponseAPI DevelopmentConditional Logic - Question #15Network Automation Foundation
Implicitly, what are three characteristics of an API call? (Choose three.)
API fundamentalsAPI characteristicsAPI parametersService interaction - Question #16Network Automation Foundation
Which two actions do Python virtual environments allow users to perform? (Choose two.)
Python virtual environmentsDependency managementEnvironment isolation - Question #17Device-Level Network Automation
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
AnsibleNetwork Automation BenefitsAgentless AutomationIOS XE - Question #18Network Automation Foundation
Refer to the exhibit. The task is to create a Python script to display an alert message when a Meraki Not-Security Appliance goes down. The exhibit shows sample data that is receiv...
Python DictionariesString FormattingData ParsingAPI Data Handling - Question #19Operations
Refer to the exhibit. The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The mess...
Python scriptingJSON parsingNetwork event handling - Question #20Controller-Based Network Automation
Which two features are foundations of a software-defined network instead of a traditional network? (Choose two.)
SDN foundationsNetwork automationSDN controllerTraditional vs SDN - Question #21Network Automation Foundation
A new project called "device_status" must be stored in a central Git repository called "devops_status" with the first file named "device_status.py". The Git repository is created u...
GitVersion ControlRepository InitializationCode Management - Question #22Network Automation Foundation
What are two characteristics of synchronous calls to APIs? (Choose two.)
API CallsSynchronous CommunicationBlocking OperationsApplication Latency - Question #23Network Automation Foundation
Refer to the exhibit. What is the result when running the Python scripts?
Python ScriptingCode InterpretationConditional LogicProgram Output - Question #24Network Automation Foundation
Refer to the exhibit. Which type of YANG container is described by the JSON instance provided? "Cisco-IOS-XR-ifmgr-cfg:interface-configurations": { "interface-configuration": [ { "...
YANGJSONData ModelingNetwork Configuration - Question #25Network Automation Foundation
Refer to the exhibit. Which NETCONF protocol operation is used to interact with the YANG model? module: cisco-ios-xe-vlan-oper +--ro vlans +--ro vlan [id] +--ro id uint16 +--ro nam...
NETCONFYANGData ModelsConfiguration Management - Question #26Network Automation Foundation
Refer to the exhibit. How many YANG models does the NETCONF <get> operation interact with? <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101"> <get> <filter type...
NETCONFYANGData ModelsFiltering - Question #27Network Automation Foundation
Which two encoding formats do YANG interfaces support? (Choose two.)
YANGEncoding FormatsJSONXML - Question #28Network Automation Foundation
Which two statements describe the traits of an asynchronous API call? (Choose two.)
Asynchronous APIAPI callsCallback functionsNon-blocking operations - Question #29Device-Level Network Automation
The automation engineer must replace device configuration using RESTCONF. How is this configured using the Python Library Requests?
RESTCONFHTTP MethodsPython RequestsConfiguration Management - Question #30Device-Level Network Automation
Which two Netmiko methods are used to configure a device? (Choose two.)
NetmikoDevice configurationPython automationNetwork programmability - Question #31Device-Level Network Automation
Refer to the exhibit. An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which s...
Ansibleios_vrf modulePlaybook syntaxVRF configuration - Question #32Device-Level Network Automation
Refer to the exhibit. Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device? <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">...
NETCONFYANG Push TelemetryTelemetry SubscriptionCisco IOS XE Automation - Question #33Network Automation Foundation
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
YANG-push telemetryNetwork monitoringScalabilityData collection methods - Question #34Device-Level Network Automation
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
YANG-pushModel-Driven TelemetryNetwork ProgrammabilityData Streaming - Question #35Device-Level Network Automation
Refer to the exhibit. An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression co...
ncclientNETCONFPython scriptingNetwork programmability - Question #36Network Automation Foundation
Which two statement describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)
Artifact RepositoryCI/CD PipelineBuild ProcessBinary Management - Question #37Network Automation Foundation
Which YANG statement defines a block of other statements that can be easily referenced in other areas of a data model?
YANGData ModelingGroupingReusability - Question #38Controller-Based Network Automation
Refer to the exhibit. A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhib...
REST APIPython Requests LibraryURL ConstructionCisco SD-WAN vManage - Question #39Controller-Based Network Automation
Which Python snippet receives a Meraki webhook request?
WebhooksHTTP POSTPythonAPI Integration - Question #40Controller-Based Network Automation
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
Meraki Location APILocation ServicesWayfindingMapping Solutions - Question #41Controller-Based Network Automation
Which URI with the request body of Request body: {"name":"Test","organizationId":"<org_id>","type":"appliance"} creates a new Meraki network called "Test", when using APIs?
Meraki APIREST APINetwork creationHTTP POST method - Question #42Device-Level Network Automation
With the MV Sense API, which REST endpoint provides LUX level?
MV Sense APIREST APILUX LevelMeraki MV - Question #43Network Automation Foundation
Which statement describe the difference between OpenConfig and native YANG data models?
YANG modelsOpenConfigNative YANG modelsNetwork data models - Question #44Network Automation Foundation
Refer to the exhibit. An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested. Which string complete...
RESTCONFHTTP HeadersYANG - Question #45Network Automation Foundation
Which statement is true for Cisco IOS XE Software?
NETCONFRESTCONFData FormatsIOS XE - Question #46Controller-Based Network Automation
Which curl command is used to update the SNMP community of network ID "1234567" to read-only?
Meraki APISNMP ConfigurationREST APIcurl - Question #47Network Automation Foundation
Refer to the exhibit. Which NETCONF statement type is represented by +--rw address* [ip]?
YANGNETCONFData ModelingList - Question #48Device-Level Network Automation
Refer to the exhibit. What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
NETCONFncclientConfiguration RetrievalCisco IOS XE - Question #49Device-Level Network Automation
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
Cisco IOS XENetwork BootiPXEDHCP - Question #50Controller-Based Network Automation
The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that the...
Cisco DNA Center APIREST APISite ManagementAPI Endpoints