Microsoft MTA Software Development Fundamentals (98-361) Free Practice Test
Question 1
You have a class named Glass that inherits from a base class named Window.
The Window class includes a protected method named break().
How should you call the Glass class implementation of the break() method?
The Window class includes a protected method named break().
How should you call the Glass class implementation of the break() method?
Correct Answer: A
Question 2
You have developed a Windows service and need to install it to implement its functionality.
Which of the following options should you use to accomplish this task?
Which of the following options should you use to accomplish this task?
Correct Answer: C
Question 3
Hotspot Question
You are creating a Windows Store application that uses the following gesture:

Use the drop-down menus to select the answer choice that completes each statement.
Each correct selection is worth one point.

You are creating a Windows Store application that uses the following gesture:

Use the drop-down menus to select the answer choice that completes each statement.
Each correct selection is worth one point.

Correct Answer:

Question 4
You are creating an application that presents users with a graphical interface in which they can enter data.
The application must run on computers that do not have network connectivity.
Which type of application should you choose?
The application must run on computers that do not have network connectivity.
Which type of application should you choose?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
This question requires that you evaluate the underlined text to determine if it is correct.
Internet Information Services (IIS) must be installed on the client computers in order to run a deployed ASP.NET application.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed'' if the underlined text makes the statement correct.
Internet Information Services (IIS) must be installed on the client computers in order to run a deployed ASP.NET application.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed'' if the underlined text makes the statement correct.
Correct Answer: A
Question 6
This question requires that you evaluate the underlined text to determine if it is correct.
The benefit of using a transaction when updating multiple tables is that the update cannot fail.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed" if the underlined text makes the statement correct.
The benefit of using a transaction when updating multiple tables is that the update cannot fail.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed" if the underlined text makes the statement correct.
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
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?
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?
Correct Answer: D
Question 8
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.

For each of the following statements, select Yes if the statement is true.
Otherwise, select No. Each correct selection is worth one point.

Correct Answer:

Question 9
Hotspot Question
You are reviewing the following class that is used to manage the results of a 5K race:

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 reviewing the following class that is used to manage the results of a 5K race:

For each of the following statements, select Yes if the statement is true.
Otherwise, select No. Each correct selection is worth one point.

Correct Answer:

Question 10
Drag and Drop Question
You are extending an application that stores and displays the results of various types of foot races.
The application contains the following definitions:

The following code is used to display the result for a race:

The contents of the console must be as follows:
- 99 seconds
- 1.65 minutes
- 99
You need to implement the FootRace class.
Match the method declaration to the method body. (To answer, drag the appropriate declaration from the column on the left to its body on the right. Each declaration may be used once, more than once, or not at all. Each correct match is worth one point.)

You are extending an application that stores and displays the results of various types of foot races.
The application contains the following definitions:

The following code is used to display the result for a race:

The contents of the console must be as follows:
- 99 seconds
- 1.65 minutes
- 99
You need to implement the FootRace class.
Match the method declaration to the method body. (To answer, drag the appropriate declaration from the column on the left to its body on the right. Each declaration may be used once, more than once, or not at all. Each correct match is worth one point.)

Correct Answer:
