nerdexam
Microsoft

70-513 · Question #242

A Windows Communication Foundation (WCF) solution exposes the following service over a TCP binding. (Line numbers are included for reference only.) MessageDatabase supports a limited number of…

The correct answer is C. Add a throttling behavior to the service, and configure the maxConcurrentCalls. See the full explanation below for the reasoning.

Question

A Windows Communication Foundation (WCF) solution exposes the following service over a TCP binding. (Line numbers are included for reference only.) MessageDatabase supports a limited number of concurrent executions of its methods. You need to change the service to allow up to the maximum number of executions of the methods of MessageDatabase. This should be implemented without preventing customers from connecting to the service. What should you do?

Exhibit

70-513 question #242 exhibit

Options

  • AChange the service behavior as follows.
  • BChange the service behavior as follows.
  • CAdd a throttling behavior to the service, and configure the maxConcurrentCalls.
  • DAdd a throttling behavior to the service, and configure the maxConcurrentSessions.

How the community answered

(39 responses)
  • A
    15% (6)
  • B
    3% (1)
  • C
    74% (29)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice