exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 57 discussion

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

DRAG DROP -

Refer to the exhibit above and click on the Meraki Resources tab in the top left corner to view Meraki documentation to help with this question. Drag and drop the parts of the Python code from the left onto the item numbers on the right that match the missing sections in the exhibit to enable an SSID. Not all code parts are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
arturogonzalezgzz
Highly Voted 1 year, 9 months ago
The correct answer is: networks -> item1 network_id -> item2 ssids -> item3 Click-through splash page -> item4 psk -> item5 192.168.0.1/32 -> item6 5 GHz band only -> item7 Reference Meraki API Doc: https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid
upvoted 22 times
designated
8 months, 2 weeks ago
Correct! This link could be useful as well: https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Splash_Page
upvoted 2 times
...
strongcloud
1 year, 8 months ago
Indeed, this seems to be the correct API call! One thing to note that threw me off is that the question is a little wrong and this will most likely fail if run because the actual API endpoint is "/networks/{networkId}/wireless/ssids/{number}" whereas in this question the options are to create base_url = "/networks/{networkId}/ssids/0" (note the omission of the "ssids" in the path)
upvoted 2 times
tswinn
1 year, 8 months ago
The API call should work because it is still using v0. v0: /networks/{networkId}/ssids/{number} v1: /networks/{networkId}/wireless/ssids/{number} But indeed. Item 3 needs to be ssids
upvoted 6 times
...
...
...
Teringzooi
Most Recent 7 months, 4 weeks ago
networks -> item1 network_id -> item2 ssids -> item3 Click-through splash page -> item4 psk -> item5 192.168.0.1/32 -> item6 5 GHz band only -> item7 https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid
upvoted 1 times
...
ferock
1 year ago
1. networks 2. network_id 3. ssids 4. click-through 5. psk 6. 192.168.0.1/32 7. 5GHz Source: Cisco DEVCOR 350-901 Study Guide base_url = "https://api.meraki.com/api/v0" # get a list of the networks and nets = do_API_call(f"organizations/{organizationId}/networks") # get a list of all SSIDs for the network ssids = do_API_call(f"networks/{networkId}/ssids") #Read the specific ssid ssid_state = do_API_call(f"networks/{my_network_id}/ssids/{my_ssid_number}")
upvoted 1 times
...
__al__
1 year, 1 month ago
does anyone know if in the real exam they would provide supporting material that allows one to infer what is the correct URL path? Cause there is no way in hell I will remember a freaking Cisco product specific url... there's simply no point in doing so and expecting an engineer to know that from the top of his/her head.
upvoted 2 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