Microsoft
70-583 · Question #27
You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role. Custom code is necessary to initialize and configure the service endpoint. You need to recommend the…
The correct answer is A. When Windows Azure initializes the worker role instance. See the full explanation below for the reasoning.
Question
You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role. Custom code is necessary to initialize and configure the service endpoint. You need to recommend the point at which the application should initialize the WCF service. What should you recommend?
Options
- AWhen Windows Azure initializes the worker role instance.
- BWhen the worker role instance receives its first request.
- CWhen the worker role instance instantiates the WCF service.
- DWhen the worker role instance enters the main execution thread.
How the community answered
(19 responses)- A74% (14)
- B5% (1)
- C11% (2)
- D11% (2)
Community Discussion
No community discussion yet for this question.