Microsoft MTA Software Development Fundamentals - 98-361 Exam Practice Test
Question 1
You are designing a database for your company.
You are reviewing the normalization for the database tables.
You review the following Orders table:

Which of the following statement is true for the Orders table?
You are reviewing the normalization for the database tables.
You review the following Orders table:

Which of the following statement is true for the Orders table?
Correct Answer: A
Question 2
This question requires that you evaluate the underlined text to determine if it is correct.
The bubble sort algorithm steps through the list to be sorted, comparing adjacent items and swapping them if they are in the wrong order.
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 bubble sort algorithm steps through the list to be sorted, comparing adjacent items and swapping them if they are in the wrong order.
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: B
Question 3
When a web service is referenced from a client application in Microsoft Visual Studio, which two items are created? (Choose two.)
Correct Answer: C,D
Question 4
You are developing a C# program that makes use of a singly linked list.
You need to traverse all nodes of the list.
Which of the following items will you need to accomplish this requirement?
You need to traverse all nodes of the list.
Which of the following items will you need to accomplish this requirement?
Correct Answer: B
Question 5
You are creating an application for a help desk center.
Calls must be handled in the same order in which they were received.
Which data structure should you use?
Calls must be handled in the same order in which they were received.
Which data structure should you use?
Correct Answer: B
Question 6
You are developing a webpage that enables students to manage races.
The webpage will display two lists: past races and upcoming races.
The page also contains a sidebar with contact information and a panel with social media settings that can be edited.
Race results can be shared on social media.
How many components will be on the webpage?
The webpage will display two lists: past races and upcoming races.
The page also contains a sidebar with contact information and a panel with social media settings that can be edited.
Race results can be shared on social media.
How many components will be on the webpage?
Correct Answer: D
Question 7
Your application needs to store the customer list in a text file.
You want to minimize the size of this disk file and be able to open it in common text editors. Which of the following classes should you use to write the file?
You want to minimize the size of this disk file and be able to open it in common text editors. Which of the following classes should you use to write the file?
Correct Answer: C
Question 8
You need to evaluate the following expression:
(A>B) AND (C<D)
What is the value of this expression if A=3, B=4, C=4, and D=5?
(A>B) AND (C<D)
What is the value of this expression if A=3, B=4, C=4, and D=5?
Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 9
You are developing an ASP.NET Wep page that displays status of a shipment.
You need to write some code that will change the Web page's appearance and assign values to some controls.
Where should you put this code?
You need to write some code that will change the Web page's appearance and assign values to some controls.
Where should you put this code?
Correct Answer: C
Question 10
The purpose of the Catch section in an exception handler is to:
Correct Answer: A
Question 11
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
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).

