exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 110 discussion

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

An application has been developed for monitoring rooms in Cisco Webex. An engineer uses the application to retrieve all the messages from a Cisco Webex room, but the results are slowly presented.
Which action optimizes calls to retrieve the messages from the /v1/messages endpoint?

  • A. Define the ma property by using the pagination functionality.
  • B. Set the beforeMessage property to retrieve the messages sent before a specific message ID.
  • C. Avoid unnecessary calls by using a prior request to /v1/rooms to retrieve the last activity property.
  • D. Filter the response results by specifying the created property in the request.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://apphub.webex.com/messaging/applications/paginate-cisco-systems-82277

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
Teringzooi
7 months, 3 weeks ago
Selected Answer: A
Correct answer: A Pagination and max fields ferock 4 months, 4 weeks ago Selected Answer: A The main reasons for using pagination in REST APIs are as follows: - To improve response times and end-user experience: Because paginated responses are much smaller, they can be handled by the server and the network faster, and faster responses provide better user experiences. - To save resources: Providing small responses demands much less compute and network resources.
upvoted 1 times
...
TenaciousGamer98
8 months, 2 weeks ago
*max field, but A is correct, pagination splits the requested data into chunks/pages, helping performance
upvoted 2 times
...
ferock
1 year ago
Selected Answer: A
The main reasons for using pagination in REST APIs are as follows: - To improve response times and end-user experience: Because paginated responses are much smaller, they can be handled by the server and the network faster, and faster responses provide better user experiences. - To save resources: Providing small responses demands much less compute and network resources. Cisco DEVCOR 350-901 Study Guide
upvoted 1 times
...
__al__
1 year, 2 months ago
other resources seem to understand B is the correct answer here. Personally, I also think A makes sense.
upvoted 1 times
...
[Removed]
1 year, 5 months ago
"A" seems to be the correct answer
upvoted 4 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 ...