exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 55 discussion

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

DRAG DROP -

Refer to the exhibit above and click on the tab in the top left corner to view a diagram that describes the typical flow of requests involved when a webhook is created for a booking service. Drag and drop the requests from the left onto the item numbers on the right that match the missing sections in the sequence diagram to design the complete flow of requests involved as a booking is updated from a web application.
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
moslig
Highly Voted 1 year, 8 months ago
I think this should be: 1. Web App 2. PATCH.. 3. 204 4. Webhook Listener 5. for each listener 6. POST
upvoted 34 times
examtopicstroilevw
1 month, 3 weeks ago
Agreed [with my rationale below] Answer: 1. Web Application 2. PATCH /bookings/ABCEDF {"bookedBy": "alice"} 3. 204 NO CONTENT 4. webhook listener 5. for each listener 6. POST <listener.uri> {"bookingId": "ABCDEF"} Rationale for each (in the order I figured them out while working through the problem) 1. [prompt says from a web application] 2. [this matches what displays on the right-hands side, where it does something for the alice booked by 5. [would do looping referred to on the right] 4. [this is about a webhook listener, and it would logically precede #5] 6. [this correspondes to the uris on the right-hand side that the SELECT retrieved ... so that your loop is doing something with them] 3. [this is the only one left, and it fits]
upvoted 1 times
...
...
designated
Highly Voted 8 months, 1 week ago
The correct answer is: 1. Web Application 2. POST (to build the webhook) 3. 204 4. Webhook Listener 5. for each listener 6. PATCH (to update the webhook information about the booking)
upvoted 7 times
...
Teringzooi
Most Recent 7 months, 2 weeks ago
Answer should be: 1. Web App 2. PATCH.. 3. 204 4. Webhook Listener 5. for each listener 6. POST
upvoted 2 times
...
designated
8 months, 1 week ago
Note: From the service's perspective, a 204 (No Content) response may be a perfectly valid response to a POST, PUT or DELETE request.
upvoted 1 times
...
CiscoRider
12 months ago
After debating about the answer, I also agree with the order shared by moslig. 204 http response is common for update operation (PATCH), using POST operation, we normally received 200 or 201 responses. Although having the POST at the end does not make any sense to me, however by discarding, that the best place for this option.
upvoted 3 times
...
utrollilol
1 year, 4 months ago
I came up with same steps as @moslig
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