nerdexam
Microsoft

70-513 · Question #102

Your company has an existing Windows Communication Foundation (WCF) service that allows business partners to place orders. The service uses netMsmqBinding. You find that processing every order in…

The correct answer is B. Use <transactedBatching> endpoint behavior and set the maxBatchSize attribute. See the full explanation below for the reasoning.

Question

Your company has an existing Windows Communication Foundation (WCF) service that allows business partners to place orders. The service uses netMsmqBinding. You find that processing every order in its own transaction is causing a delay. You need to ensure that the service is configured to process multiple orders in one transaction. What should you do?

Options

  • AUse <serviceThrottling> service behavior and set the maxConcurrentCalls attribute.
  • BUse <transactedBatching> endpoint behavior and set the maxBatchSize attribute.
  • CUse <dispatcherSynchronizationBehavior> endpoint behavior and set the
  • DUse <synchronousReceive> endpoint behavior.

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    82% (14)
  • C
    12% (2)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice