nerdexam
Microsoft

70-583 · Question #22

You are planning the migration of an existing application to Windows Azure and SQL Azure. The application produces report files at the request of remote systems. Requests for report files will be…

The correct answer is D. Create a single worker role that checks the queue at scheduled intervals for requests and. See the full explanation below for the reasoning.

Question

You are planning the migration of an existing application to Windows Azure and SQL Azure. The application produces report files at the request of remote systems. Requests for report files will be placed into a single Windows Azure Queue. You must minimize the compute resources and storage transactions required to process the requests. You need to recommend an approach for processing the requests. What should you recommend?

Options

  • ACreate a worker role for each report file that constantly polls the queue for requests.
  • BCreate a worker role for each report file that checks the queue at scheduled intervals for requests.
  • CCreate a single worker role that constantly polls the queue for requests and executes the
  • DCreate a single worker role that checks the queue at scheduled intervals for requests and

How the community answered

(39 responses)
  • A
    13% (5)
  • B
    8% (3)
  • C
    3% (1)
  • D
    77% (30)

Community Discussion

No community discussion yet for this question.

Full 70-583 Practice