Microsoft
70-583 · Question #20
You are evaluating a Windows Azure application. The application includes the following elements: - A web role that provides the ASP.NET user interface and business logic - A single SQL Azure…
The correct answer is A. Move business logic to a worker role. See the full explanation below for the reasoning.
Question
You are evaluating a Windows Azure application. The application includes the following elements:
- A web role that provides the ASP.NET user interface and business
logic
- A single SQL Azure database that contains all application data
Each page must receive data from the business logic layer before returning results to the client. Traffic has increased significantly. The business logic is causing high CPU usage. You need to recommend an approach for scaling the application. What should you recommend?
Options
- AMove business logic to a worker role.
- BVertically partition the SQL Azure database.
- CStore business logic results in Windows Azure local storage.
- DStore business logic results in Windows Azure Table storage.
How the community answered
(32 responses)- A81% (26)
- B6% (2)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.