Topic 6
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:
Explanation:
Reference: https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-vpn-site-to-site-vpn
Topic 6
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?
C
Topic 6
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//networks will result in a 201 response code?
B
Explanation:
Reference: https://httpstatuses.com/201
Topic 6
Which two factors influence the location accuracy of a device using Scanning APIs? (Choose two.)
A C
Explanation:
The geo-location coordinates (latitude, longitude) and X,Y location data accuracy can vary based on a number of factors and
should be considered a best effort estimate. AP placement, environmental conditions, and client device orientation can
influence X,Y estimation; experimentation can help improve the accuracy of results or determine a maximum acceptable
uncertainty for data points.
Reference: https://developer.cisco.com/meraki/guides/location-services-solution-guide/
Topic 6
What is a capability of MV Sense MQTT API?
A
Explanation:
Reference: https://developer.cisco.com/meraki/mv-sense/#!mv-sense-overview/introduction
Topic 6
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.)
B D
Topic 6
DRAG DROP
Drag and drop the steps from the left into the order on the right to create an end-to-end flow for Meraki Splash Screen using
EXCAP.
Select and Place:
Topic 6
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose
two.)
B E
Topic 6
Which HTTP request is valid to create a new wireless network called Demo Wireless Network in the organization QASD-
EROA-MKAW?
A
Explanation:
Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API
Topic 6
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose
two.)
A E
Explanation:
Without organizationID and timezone, you will not be able to create a network. Organizationid is necessary for the
connection. Timezone is necessary for the network id.