exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 11 discussion

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

You are developing an ASP.NET MVC application that displays stock market information.
The stock market information updates frequently and must be displayed in real-time.
You need to eliminate unnecessary header data, minimize latency, and transmit data over a full-duplex connection.
What should you do?

  • A. Implement long-running HTTP requests.
  • B. Instantiate a MessageChannel object on the client.
  • C. Implement WebSockets protocol on the client and the server.
  • D. Configure polling from the browser.
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
apostolin
Highly Voted 5 years, 8 months ago
The correct answer is: C.
upvoted 9 times
...
reddd
Most Recent 4 years, 5 months ago
Answer C
upvoted 1 times
...
markcowell
4 years, 7 months ago
Web Sockets API can be used to communicate between code loaded in the browser and the server. Since the requirement of low latency and "full-duplex" I assume client-server communication, and so you're looking for a web sockets. Messaging API is more about exchanging messages between various pieces of code running in the browser Answer is C
upvoted 4 times
...
hungry_ape9000
5 years ago
FINAL ANSWER: C is correct
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago