98-361 · Question #282
You are developing an ASP.NET applications that calls Web service to retrieve earthquake predictions for a given geographical area. The Web service performs complex, time- consuming calculations to…
The correct answer is D. Use asynchronous calls to invoke the Web service from within your ASP.NET application. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET applications that calls Web service to retrieve earthquake predictions for a given geographical area. The Web service performs complex, time- consuming calculations to generate the predictions. It is hosted on government Web server, where you have permission only to invoke the Web service. The users of your Web application complain that the user interface freezes when they attempt to retrieve the perditions. You have full access to the Web server that hosts your ASP.NET application. Which of the following approach should you use to resolve this issue?
Options
- AMove the ASP.NET application to a faster computer.
- BConnect to the Web service over faster Internet connection.
- CInstall additional memory on the Web server that hosts the ASP.NET application.
- DUse asynchronous calls to invoke the Web service from within your ASP.NET application.
How the community answered
(69 responses)- A7% (5)
- B16% (11)
- C3% (2)
- D74% (51)
Community Discussion
No community discussion yet for this question.