- Home
- Microsoft Certification
- 98-361 Exam
- Microsoft.98-361.dumpsfiles Dumps
Free Microsoft 98-361 Exam Dumps Questions & Answers
| Exam Code/Number: | 98-361Join the discussion |
| Exam Name: | Microsoft MTA Software Development Fundamentals |
| Certification: | Microsoft |
| Question Number: | 389 |
| Publish Date: | May 31, 2026 |
|
Rating
100%
|
|
Total 389 questions
You are developing an application that tracks tennis matches.
A match is represented by the following class:
A match is created by using the following code:
How many times is the Location property on the newly created Match class assigned?
You are creating an application that presents users with a graphical interface.
Users will run this application from remote computers.
Some of the remote computers do not have the . NET Framework installed.
Users do not have permissions to install software.
Which type of application should you choose?
Hotspot Question
For each of the following statements, select Yes if the statement is true.
Otherwise, select No. Each correct selection is worth one point.

You are writing code to handle events in your program.
You define a delegate named PolygonHandler like this:
public delegate void PolygonHandler(Polygon p);
You also create a variable of the PolygonHandler type as follows:
PolygonHandler handler;
Later in the program, you need to add a method named CalculateArea to the method invocation list of the handler variable.
The signature of the CalculateArea method matches the signature of the PolygonHandler method.
Any code that you write should not affect any existing event-handling code.
Given this restriction, which of the following code lines should you write?
Which three phrases are advantages of connection pooling? (Choose three.)