exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 38 discussion

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

You are developing an ASP.NET MVC application that provides instant messaging capabilities to customers.
You have the following requirements:
✑ Messages must be able to be sent and received simultaneously.
✑ Latency and unnecessary header data must be eliminated.
✑ The application must comply with HTML5 standards.
You need to design the application to meet the requirements.
What should you do?

  • A. Configure polling from the browser.
  • B. Implement long-running HTTP requests.
  • C. Implement WebSockets protocol on the client and the server.
  • D. Instantiate a MessageChannel object on the client.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
daniel_lobo
Highly Voted 5 years, 6 months ago
Correct answer is C. D is for creating a message channel between an web page and an embedded iframe.
upvoted 21 times
Darshu
5 years, 3 months ago
how come D , correct?
upvoted 1 times
...
...
Kayes
Highly Voted 5 years, 5 months ago
Yes, correct answer is C.
upvoted 19 times
...
Leodolz
Most Recent 4 years, 4 months ago
Looks like it's D because it asks for communications between clients, for this requirement a Message Channel is more suitable as Web Sockets are more designed for Client-Server communications
upvoted 1 times
...
slobex
4 years, 7 months ago
https://stackoverflow.com/questions/29620567/difference-between-messagechannel-and-websockets
upvoted 2 times
Abou_riyad
4 years, 5 months ago
Thank you, this is helpful
upvoted 1 times
...
...
eggzamtaker
4 years, 7 months ago
Fail to see how it is D. C seems correct.
upvoted 2 times
...
zozox
4 years, 9 months ago
D is correct in HTML5 - Web messaging feature
upvoted 2 times
...
tanujgyan
5 years ago
Correct answer is C. Other dumps also talk about it and also this question was asked on stackoverflow
upvoted 3 times
...
Paulo1
5 years ago
WebSockets is used to send data over network, usually between a browser and a server. Messaging API is used to send data between threads / processes within a single browser. Correct answer: C
upvoted 4 times
...
SirRocko
5 years, 1 month ago
D - Socket used for Client/Server, Channel used for Client/Client
upvoted 2 times
...
SibuAbraham
5 years, 1 month ago
What is the correct answer?
upvoted 2 times
sdGuru
5 years, 1 month ago
I would choose C. Maybe this will make it clear: WebSockets is used to send data over network, usually between a browser and a server. Messaging API is used to send data between threads / processes within a single browser.
upvoted 8 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