exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 77 discussion

Actual exam question from Cisco's 200-901
Question #: 77
Topic #: 1
[All 200-901 Questions]

Which two use cases are supported by Meraki APIs? (Choose two.)

  • A. Build location-aware apps from Wi-Fi and LoRaWAN devices.
  • B. Build a custom Captive Portal for Mobile Apps.
  • C. Configure network devices via the Dashboard API.
  • D. Deploy applications onto the devices.
  • E. Retrieve live streams from a Meraki Camera.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Anyone123
Highly Voted 4 years, 4 months ago
B and C.
upvoted 31 times
...
Leonhrz
Highly Voted 4 years, 3 months ago
B&C are the correct answers. Take a look at the DevNet programmability basic videos, https://developer.cisco.com/video/net-prog-basics/ There are 3 main functions that meraki API provides: Dashboard API, Scanning API and Captive Portal API
upvoted 16 times
aplicacion101
2 years, 1 month ago
Lack one more: Captive Portal API Scanning API MV Sense Camera API Dashboard API
upvoted 1 times
...
...
iLikeHamburgers
Most Recent 5 months, 3 weeks ago
C, E We all know that you can configure network devices via the Dashboard API See link below on how to configure streaming from a Meraki Camera: https://documentation.meraki.com/MV/Advanced_Configuration/External_RTSP
upvoted 1 times
...
sudo996
1 year, 4 months ago
Selected Answer: CE
C and E
upvoted 1 times
...
throwaway_account
1 year, 4 months ago
Selected Answer: CE
B, C, and E are all plausible. But the "mobile apps" part of B makes no sense. A captive portal would open a browser when you try to connect, so unless your mobile app has a browser integrated, that's nonsense. C and E don't require leaps in logic, so that's what I'm going with.
upvoted 1 times
...
mellohello
1 year, 10 months ago
Selected Answer: CE
Configuring network devices via the Dashboard API: The Dashboard API allows developers to programmatically configure and manage network devices, such as switches, routers, and wireless access points. Retrieving live streams from a Meraki Camera: The Meraki Camera API allows developers to retrieve live video streams from Meraki cameras, as well as access historical video footage and metadata.
upvoted 2 times
...
anagy11
2 years, 7 months ago
Selected Answer: BC
Tricky question, although I'd vote for B+C
upvoted 1 times
[Removed]
2 years, 7 months ago
Did you do the exam?
upvoted 1 times
...
...
Ihasia
3 years, 6 months ago
B and C from Section 7.5 of the official Cisco course in Learning Library
upvoted 3 times
...
rutiger
3 years, 6 months ago
this question is terrible. but that's what you get when a non meraki person writes the exam. a - is for sure not correct. there's no LoRaWAN in meraki. b - poorly worded. does this mean the built in captive portal in dashboard? does it mean excap? and i'd think this should say mobile devices not apps. and yes, meraki api does allow for configuration of the splash page. so, it seems this one could also be true. c - this one is for sure correct d - POST/networks/{networkId}/sm/devices/{deviceId}/installApps part of systems manager. so this one is correct. e - GET/devices/{serial}/camera/videoLink used without a timestamp will generate a link to live video in dashboard. so, for me this one is also correct. has nothing to do with rtsp.
upvoted 4 times
...
zgcorpuz
3 years, 8 months ago
Answer B&C The Meraki enterprise cloud-managed networking infrastructure service has five different APIs for integration. They are the: Dashboard API, a RESTful service for device provisioning, management, and monitoring. Webhook API, a real-time notification system for network alerts, covering events and network health Location Streaming API, an HTTP POST method providing Wi-Fi and Bluetooth client location information (GPS, X/Y) based on Meraki Access Point (AP) map placement, and client signal strength. External Captive Portal (EXCAP) API, enabling an organization to build out custom engagement models at Wi-Fi access points. MV Sense API, a combination of REST APIs and realtime MQTT stream supporting oversight of a physical space.
upvoted 2 times
...
DaniOcampo1992
3 years, 9 months ago
B and C https://developer.cisco.com/meraki/ According to the link, I think that even E could be a correct answer
upvoted 3 times
...
blinksink
3 years, 9 months ago
C & E: "Through both REST and MQTT API endpoints, request or subscribe to historical, current, or real-time data generated in the camera to feed into your application and start using your camera for more than just security." Captive portal is used to connect your webserver (where the splash page is hosted) and the Access Point, so that when people connect to your public WiFi they are redirected to that webserver page, I do not see how a mobile app can use the API to integrate that service tbh, and even if that was doable, why only mobile apps?
upvoted 1 times
...
cat9105axi
3 years, 10 months ago
I would say B and C. E is actually pretty new and I am not sure about it. Back in the days, you were able to get just a snapshot of the cammera, not the RSTP stream.
upvoted 1 times
...
CCNPTT
4 years, 3 months ago
B and C https://developer.cisco.com/meraki/captive-portal-api/#!overview/introduction-to-captive-portal-api
upvoted 8 times
...
daniaprincipal
4 years, 3 months ago
It looks like be more B and C: The Meraki enterprise cloud-managed networking infrastructure service has five different APIs for integration. They are the: • Dashboard API, a RESTful service for device provisioning, management, and monitoring. • Webhook API, a real-time notification system for network alerts, covering events and network health • Location Streaming API, an HTTP POST method providing Wi-Fi and Bluetooth client location information (GPS, X/Y) based on Meraki Access Point (AP) map placement, and client signal strength. • External Captive Portal (EXCAP) API, enabling an organization to build out custom engagement models at Wi-Fi access points. • MV Sense API, a combination of REST APIs and realtime MQTT stream supporting oversight of a physical space.
upvoted 6 times
...
iwillpass
4 years, 3 months ago
The Cisco Meraki Dashboard API is an interface for software to interact directly with the Meraki cloud platform and Meraki managed devices. The API contains a set of tools that are known as endpoints for building software and applications that communicate with the Meraki Dashboard for use cases such as provisioning, bulk configuration changes, monitoring, and role-based access controls. The Dashboard API is a modern, RESTful API using HTTPS requests to a URL and JSON as a human-readable format. The Dashboard API is an open-ended tool can be used for many purposes. Here are some examples of how it is used today by Meraki customers: Add new organizations, administrators, networks, devices, VLANs, and Service Set Identifiers (SSIDs). Provision thousands of new sites in minutes with an automation script. Automatically onboard and off-board teleworker devices for new employees. Build your own dashboard for store managers, field technicians, or unique use cases.
upvoted 1 times
...
CiscoNinja
4 years, 3 months ago
You can't watch the live stream from the API, you can back a link to the live stream. I'm not sure with this question but I will go with Captive and device Configuration
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago