exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 5 question 10 discussion

Actual exam question from Microsoft's 70-486
Question #: 10
Topic #: 5
[All 70-486 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a collaborative text editor. Multiple users may simultaneously edit the same document from within the application.
You need to ensure that users can see edits from all users as soon as they are made.
Solution: Implement the application by using ASP.NET MVC. Configure the editor Controller action to return JSON data. Use XML HTTP requests for communicating editor changes.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
MrAnderson
Highly Voted 4 years, 9 months ago
It's No. SignalR WebSocket should be used.
upvoted 7 times
Saske
4 years, 9 months ago
How sure are you with this?
upvoted 1 times
...
...
cerigi6400
Most Recent 4 years, 8 months ago
XMLHttpRequests are initiated by the browser. The server can't initiate an update. Unless you use polling, you can't receive updates. Since polling is considered bad compared to websockets, the answer is no.
upvoted 3 times
...
pizzaHawai
4 years, 12 months ago
Should be yes, https://www.w3schools.com/xml/xml_http.asp
upvoted 2 times
nelaed
4 years, 10 months ago
You're right.
upvoted 1 times
...
elathir
4 years, 9 months ago
No sure that it will provide a way to met all requirements. More like solution for one user then multiple users. Can someone confirm the the only viable solution is SignalR/Websocets
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 ...