Microsoft
70-583 · Question #15
You are designing a Windows Azure application. The application includes two web roles and three instances of a worker role. The web roles will send requests to the worker role through one or more…
The correct answer is A. Create a single queue. See the full explanation below for the reasoning.
Question
You are designing a Windows Azure application. The application includes two web roles and three instances of a worker role. The web roles will send requests to the worker role through one or more Windows Azure Queues. You have the following requirements:
- Ensure that each request is processed exactly one time.
- Minimize the idle time of each worker role instance.
- Maximize the reliability of request processing.
You need to recommend a queue design for sending requests to the worker role. What should you recommend?
Options
- ACreate a single queue.
- BCreate a queue for each web role.
- CCreate a queue for each worker role instance.
- DCreate a queue for each combination of web roles and worker role instances.
How the community answered
(25 responses)- A76% (19)
- B4% (1)
- C16% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.