Free 350-901 Exam Braindumps (page: 26)

Page 26 of 96

{'lat': 37.4180951010362, 'lng': -122.098531723022, 'address': '', 'serial': 'Q2HP-F5K5-F98Q',
'mac': '88:15:44:ea:f5:bf', 'lanIp': '10.10.10.15',
'url': 'https://n149.meraki.com/DevNet-Sandbox/n/EFZDavc/manage/nodes/ new_list/78214561218351',
'model': 'MS220-8P', 'switchProfileId': None, 'firmware': 'switch-11-31', 'floorPlanId': None}

Refer to the exhibit. A developer needs to find the geographical coordinates of a device on the network L_397561557481105433 using a Python script to query the Meraki API. After running response = requests.get() against the Meraki API, the value of response.text is shown in the exhibit.

What Python code is needed to retrieve the longitude and latitude coordinates of the device?

  1. latitude = response.text['lat']
    longitude = response.text['lng']
  2. latitude = response.json()['lat']
    longitude = response.json()['lng']
  3. latitude = response.json()[0]
    longitude = response.json()[1]
  4. latitude = response.text[0]
    longitude = response.text[1]

Answer(s): B



A timeframe custom dashboard must be developed to present data collected from Cisco Meraki. The dashboard must include a wireless health alert count.

What needs to be built as a prerequisite?

  1. A publicly available HTTP server to receive Meraki Webhooks from the Meraki Scanning API.
  2. A publicly available HTTP server to receive Meraki Webhooks from the Meraki Dashboard API.
  3. A daemon to consume the Wireless Health endpoint of the Meraki Dashboard API.
  4. A daemon to consume the Wireless Health endpoint of the Meraki Scanning API.

Answer(s): B



A custom dashboard of the network health must be created by using Cisco DNA Center APIs. An existing dashboard is a RESTful API that receives data from Cisco DNA Center as a new metric every time the network health information is sent from the script to the dashboard.

Which set of requests creates the custom dashboard?

  1. POST request to Cisco DNA Center to obtain the network health information, and then a GET request to the dashboard to publish the new metric
  2. GET request to Cisco DNA Center to obtain the network health information, and then a PUT request to the dashboard to publish the new metric
  3. GET request to Cisco DNA Center to obtain the network health information, and then a POST request to the dashboard to publish the new metric
  4. PUT request to Cisco DNA Center to obtain the network health information, and then a POST request to the dashboard to publish the new metric

Answer(s): C



DRAG DROP (Drag and Drop is not supported)
Refer to the exhibit.

A developer is creating a Python script by using Cisco DNA Center APIs. Drag and drop the code from the bottom onto the box where the code is missing in the Python script to retrieve and display wireless health information for each site. Not all options are used.

Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Page 26 of 96



Post your Comments and Discuss Cisco® 350-901 exam with other Community members:

Court commented on October 26, 2024
Wonderful study material. Very well written and up to date. I recommend this.
UNITED STATES
upvote

Walczak commented on January 22, 2023
The last update provided for this exam contains the same questions from the real exam. Good work guys.
AUSTRALIA
upvote