nerdexam
Microsoft

70-519 · Question #185

You are designing an ASP.NET Web application for online image editing. Users can upload images to the Web application and edit those images by using utilities provided by the application. Some…

The correct answer is B. Perform server-side image processing on a dedicated server. D. Perform client-side image processing by using Microsoft Silver light. C# Mix Questions

Designing the Layers of a Solution

Question

You are designing an ASP.NET Web application for online image editing. Users can upload images to the Web application and edit those images by using utilities provided by the application. Some utilities are processor intensive and should be offloaded to a Graphics Processing Unit (GPU). Other utilities require the use of proprietary algorithms that must be performed on the server. You need to design a solution for minimizing bandwidth usage and Web server response times during image processing, while providing a responsive application. Which two approaches should you recommend? (Each correct answer presents part of the solution. Choose two.)

Options

  • APerform server-side image processing on the Web server
  • BPerform server-side image processing on a dedicated server.
  • CPerform client-side image processing by using ASP.NET AJAX.
  • DPerform client-side image processing by using Microsoft Silver light.

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    76% (25)
  • C
    18% (6)

Explanation

C# Mix Questions

Topics

#client-side processing#Silverlight#server offloading#bandwidth optimization

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice