| Exam Code/Number: | 98-361Join the discussion |
| Exam Name: | Microsoft MTA Software Development Fundamentals |
| Certification: | Microsoft |
| Question Number: | 389 |
| Publish Date: | Jul 20, 2026 |
|
Rating
100%
|
|
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?
The purpose of the Finally section in an exception handler is to:
Hotspot Question
You are reviewing the architecture for a system that allows race officials to enter the results of 5K race results.
The results are then made available to students using a web application.
The architecture is shown below:
Use the drop-down menus to select the answer choice that answers each question.
Each correct selection is worth one point.

You need to create an application that processes data on a last-in, first-out (LIFO) basis.
Which data structure should you use?