exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 98 discussion

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

An engineer must enable an SSID in a Meraki network.
Which request accomplishes this task?

  • A. PUT /networks/{networkId}/ssids/{number}?enabled=true
  • B. POST /networks/{networkId}/ssids/{number}?enabled=true
  • C. PUT /networks/{networkId}/ssids/{number} {"enable": true}
  • D. POST /networks/{networkId}/ssids/{number} {"enable": true}
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
chulenzy
Highly Voted 1 year, 6 months ago
Most probably wrongly written question. Correct way to enable SSID: PUT /networks/{networkId}/ssids/{number} Payload: { "enabled": true } I would wait exam to see if C answer is written in different way since sending body in the URL of request as A indicates is not correct.
upvoted 10 times
...
examtopicstroilevw
Most Recent 1 month, 3 weeks ago
Selected Answer: C
I'll choose whichever one looks closest to this (and hope the API reference snippet is avaialable during the test as no way do I expect myself to remember this) PUT/networks/{networkId}/wireless/ssids/{number} "enabled": true Reference: https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid/
upvoted 1 times
...
Teringzooi
7 months, 2 weeks ago
Selected Answer: C
Correct answer: C /networks/{networkId}/ssids/{number} #Update SSID state update_req = do_API_call( api_url = f"networks/{my_network}/ssids/{my_ssid_nr}", action = "PUT", json = {"enabled": new_ssid_state}, )
upvoted 2 times
...
designated
8 months, 3 weeks ago
Selected Answer: C
Correct is C /networks/{networkId}/ssids/{number} #Update SSID state update_req = do_API_call( api_url = f"networks/{my_network}/ssids/{my_ssid_nr}", action = "PUT", json = {"enabled": new_ssid_state}, )
upvoted 1 times
...
CiscoRider
12 months ago
Correct answer is A. The question makes reference to update an object not create it, so all POST answers are discarded immediately. Now C, its endpoint is not valid, instead A, at least send the variable needed through the URL.
upvoted 1 times
CiscoRider
11 months, 3 weeks ago
I correct my previous assessment, this is a PUT operation to the endpoint /networks/{networkId}/ssids/{number}. The variable enabled is sent in the body: { "name": "My SSID", "enabled": true } So the correct answer seems to be C, although there is a typo error. The variable name is Enabled, not enable.
upvoted 1 times
...
...
ferock
1 year ago
Selected Answer: C
Source Cisco DEVCOR 350-901 Study Guide #Update SSID state update_req = do_API_call( api_url = f"networks/{my_network}/ssids/{my_ssid_nr}", action = "PUT", json = {"enabled": new_ssid_state}, )
upvoted 3 times
...
udo2020
1 year, 3 months ago
The answer can be found in the official Study Guide p. 83 api_url = f"networks/{my_network}/ssids/{my_ssid_nr}", action = "PUT", json = {"enabled": new_ssid_state},
upvoted 1 times
...
arturogonzalezgzz
1 year, 7 months ago
C is correct... the part of enable = true its a Json Body of the message
upvoted 2 times
...
hiro555555
1 year, 8 months ago
C is correct. check the meraki api reference. https://developer.cisco.com/meraki/api/#!update-network-ssid
upvoted 4 times
jjkcoins
1 year, 7 months ago
Can't be C or D since they don't form a valid URL. A. PUT /networks/{networkId}/ssids/{number}?enabled=true
upvoted 4 times
rhmgh
1 year, 2 months ago
the question does not ask for a valid url
upvoted 1 times
CiscoRider
12 months ago
They literally ask "Which request accomplishes this task?" is the URL is not valid, how you will accomplish the task?
upvoted 1 times
designated
8 months, 3 weeks ago
We don't need query '?' to accomplish the update.
upvoted 1 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