Microsoft MTA Software Development Fundamentals - 98-361 Exam Practice Test
Drag and Drop Question
You are developing an application to display track and field race results.
The application must display the race results twice.
The first time it must display only the winner and runner-up.
The second time it must display all participants.
The code used to display results is shown below.

You need to implement the RankingsO function.
Complete the function to meet the requirements. (To answer, drag the appropriate code segment from the column on the left to its location on the right. Each code segment may be used once, more than once, or not at all. Each correct match is worth one point.)

You are developing an application to display track and field race results.
The application must display the race results twice.
The first time it must display only the winner and runner-up.
The second time it must display all participants.
The code used to display results is shown below.

You need to implement the RankingsO function.
Complete the function to meet the requirements. (To answer, drag the appropriate code segment from the column on the left to its location on the right. Each code segment may be used once, more than once, or not at all. Each correct match is worth one point.)

Correct Answer:

You have a server that limits the number of data connections.
What should you use to optimize connectivity when the number of users exceeds the number of available connections?
What should you use to optimize connectivity when the number of users exceeds the number of available connections?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You are writing code for a class named Book.
You should be able to get a list of all books sorted by the author's last name.
You need to write code to define this behavior of a class.
Which of the following class elements should you use?
You should be able to get a list of all books sorted by the author's last name.
You need to write code to define this behavior of a class.
Which of the following class elements should you use?
Correct Answer: A
Vote an answer
Which three are valid SQL keywords? (Choose three.)
Correct Answer: B,C,E
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
This question requires that you evaluate the underlined text to determine if it is correct.
The process of transforming compiled C# code into an XML string for a web service is known as deserialization.
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 process of transforming compiled C# code into an XML string for a web service is known as deserialization.
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: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You need to group all the style settings into a separate file that can be applied to all the pages in a Web application.
What should you do?
What should you do?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You are developing a C# program.
You write the following code:
- int x = 10
- int y = ++x
- int x = y++;
What will be the variable z after all the above statements are executed?
You write the following code:
- int x = 10
- int y = ++x
- int x = y++;
What will be the variable z after all the above statements are executed?
Correct Answer: D
Vote an answer
You need to create an application that processes data on a last-in, first-out (LIFO) basis.
Which data structure should you use?
Which data structure should you use?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Hotspot Question
You open the Internet Information Services 7.5 Manager console as shown in the following exhibit:

You need to examine the current configuration of the server W2008R2.
Use the drop-down menus to select the answer choice that answers each question.
Each correct selection is worth one point.

You open the Internet Information Services 7.5 Manager console as shown in the following exhibit:

You need to examine the current configuration of the server W2008R2.
Use the drop-down menus to select the answer choice that answers each question.
Each correct selection is worth one point.

Correct Answer:

Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
The Dog class and the Cat class inherit from the Animal class.
The Animal class includes a breathe() method and a speak() method.
If the speak() method is called from an object of type Dog, the result is a bark.
If the speak() method is called from an object of type Cat, the result is a meow.
Which term is used to describe this object-oriented concept?
The Animal class includes a breathe() method and a speak() method.
If the speak() method is called from an object of type Dog, the result is a bark.
If the speak() method is called from an object of type Cat, the result is a meow.
Which term is used to describe this object-oriented concept?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Your database administrators will not allow you to write SQL code in your application.
How should you retrieve data in your application?
How should you retrieve data in your application?
Correct Answer: A
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You execute the following code.

What will the variable result be?

What will the variable result be?
Correct Answer: B
Vote an answer