cisco 300-435 practice test

Automating and Programming Cisco Enterprise Solutions (ENAUTO)


Question 1 Topic 6

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:

Answer:

Explanation:
Reference: https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-vpn-site-to-site-vpn

Discussions

Question 2 Topic 6

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?

  • A. switch
  • B. wireless
  • C. appliance
  • D. systemsManager
Answer:

C

Discussions

Question 3 Topic 6

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?

  • A. GET
  • B. POST
  • C. PUT
  • D. ADD
Answer:

B

Explanation:
Reference: https://httpstatuses.com/201

Discussions

Question 4 Topic 6

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

  • A. AP placement
  • B. device manufacturer/OS
  • C. client device orientation
  • D. battery life of the device
  • E. amount of device antennas
Answer:

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/

Discussions

Question 5 Topic 6

Topic 6
What is a capability of MV Sense MQTT API?

  • A. request and subscribe to historical, current, or real-time data
  • B. automate the configuration of networking devices
  • C. monitor the network and auto adjust for optimal performance
  • D. create email alerts for user that violate the security configuration
Answer:

A

Explanation:
Reference: https://developer.cisco.com/meraki/mv-sense/#!mv-sense-overview/introduction

Discussions

Question 6 Topic 6

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

  • A. gRPC credentials
  • B. Webex Teams access token
  • C. XML formatted request
  • D. user authentication count
  • E. webhook server secret
Answer:

B D

Discussions

Question 7 Topic 6

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:

Answer:

Discussions

Question 8 Topic 6

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. tags
  • B. timeZone
  • C. type
  • D. disableMyMerakiCom
  • E. name
Answer:

B E

Discussions

Question 9 Topic 6

Topic 6
Which HTTP request is valid to create a new wireless network called Demo Wireless Network in the organization QASD-
EROA-MKAW?


  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

A

Explanation:
Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API

Discussions

Question 10 Topic 6

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. timezone
  • B. disableMyMerakiCom
  • C. type
  • D. tags
  • E. organizationId
Answer:

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.

Discussions
To page 2