exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 1 question 7 discussion

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

You are developing a WCF service that compares several data sources. The service takes a long time to complete.
The service must meet the following requirements:
✑ The client must be able to continue processing while the service is running.
✑ The service must initiate communication with the client application when processing is complete.
You need to choose a message pattern to meet the requirements.
Which message pattern should you choose?

  • A. One Way
  • B. Streaming
  • C. Duplex
  • D. Request/Reply
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
Fergus
Highly Voted 5 years, 5 months ago
A duplex service contract is a message exchange pattern in which both endpoints can send messages to the other independently. A duplex service, therefore, can send messages back to the client endpoint, providing event-like behavior. Duplex communication occurs when a client connects to a service and provides the service with a channel on which the service can send messages back to the client. Note that the event-like behavior of duplex services only works within a session. https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/duplex-services
upvoted 7 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 ...