Loading questions...
Updated
A programmer is creating a Meraki webhook Python script to send a message to Webex Teams. Which two elements should be configured to create this script?
(Choose two.)
What is a capability of MV Sense MQTT API?
Which two factors influence the location accuracy of a device using Scanning APIs? (Choose two.)
An engineer needs to create a new network using the Meraki API. Which HTTP action to the URL https://api.meraki.com/api/v0/organizations/<new_org_id>/ networks will result in a 201 response code?
DRAG DROP -
Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script to automate the process of updating the site-to-site
VPN settings of the network. Not all options are used.
Select and Place:
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.
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.
An engineer stored source code in a Git repository and is ready to develop a new feature. The production release is stored in the master branch. Which commands create the new feature in a separate branch called feature and check out the new version?
A.
What is a benefit of developing an application in a Python virtual environment?
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.
A developer must move all the files in the plugins directory to the local Git staging area. Which Git command must be used to perform this task?
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.
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.
What is the impact of a PUT call to the https://my.vmanage.srv/setting/configuration/webserver/certificate API endpoint on a Cisco vManage server?
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.
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.
Create a free account to unlock all questions for this exam.
Log In / Sign UpWhat are two characteristics of RPC API calls? (Choose two.)
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:
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?
Refer to the exhibit. The exhibit displays part of a Python script that must create a streaming telemetry subscription on a Cisco IOS XE device. The script fails. Which change enables the script to run successfully?
B.
C.
D.
Refer to the exhibit. A network engineer must use the Cisco DNA Centre Intent API to create a new event subscription for webhook notifications by using the HTTP POST method to the event/subscription API endpoint. Which code snippet must be added to the box in the code to ensure that the body of this API call is valid?
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?
Refer to the exhibit. Which type of YANG container is described by the JSON instance provided?
Refer to the exhibit. Which NETCONF protocol operation is used to interact with the YANG model?