What should you recommend?

You are designing a Windows Azure application. Messages will be placed into a Windows Azure Queue and then processed by a worker role. There is no requirement for adherence to the Windows Azure Service Level Agreement (SLA).

You need to recommend an approach for concurrently processing messages while minimizing compute cost.

What should you recommend?
A . A single role instance that processes messages individually
B . A single role instance with multithreaded request processing
C . Multiple role instances that process messages individually
D . Multiple role instances, each with multithreaded request processing

Answer: B

Explanation:

Threads: When the request for the background work comes in, the web role starts as many threads as necessary (or queues the individual work items to the thread pool). In this option, we would configure a larger instance during the heavy workload, because these threads could require a lot of memory.

Incorrect:

Not C, not D: SLA would require multiple role instances.

Explanation: https://stackoverflow.com/questions/12891678/orchestrating-a-windows-azure-web-role-to-cope-with-occasional-high-workload

Latest 70-535 Dumps Valid Version with 458 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments