live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Microsoft MTA Software Development Fundamentals - 98-361 Exam Questions

QUESTION NO: 1
You have a stack that contains integer values.
The values are pushed onto the stack in the following order: 2,4,6,8.
The following sequence of operations is executed:
Pop
Push 3
Pop
Push 4
Push 6
Push 7
Pop
Pop
Pop
What is the value of the top element after these operations are executed?
Correct Answer: B
QUESTION NO: 2
You are writing a Web application that processes room reservation requests.
You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?
Correct Answer: C
QUESTION NO: 3
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?
Correct Answer: A
QUESTION NO: 4
Which three are valid SQL keywords? (Choose three.)
Correct Answer: A,B,D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 5
You are creating a new class named Sphere derived from the Shape class.
The Shape class has the following code:
class Shape
{
public virtual void Area()
{
// additional code...
}
}
The Area method in the Shape class should provide new functionality but also hide the Shape class implementation of the Area method.
Which code segment should you use to accomplish this?
Correct Answer: B
QUESTION NO: 6
What is displayed when you attempt to access a Web service by using a Web browser?
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7
In this XHTML code sample, what will cause an error?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 8
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.
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
The throw keyword is used to perform which two actions? (Choose two.)
Correct Answer: B,C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 10
In your student directory database, the Students table contains the following fields:
- firstName
- lastName
- emailAddress
- telephoneNumber
You need to retrieve the data from the firstName, lastName, and emailAddress fields for all students listed in the directory.
The results must be in alphabetical order according to lastName and then firstName.
Which statement should you use?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 11
You are developing a user interface component that responds to user actions such as keystrokes.
Which of the following programming constructs should you use to accomplish this requirement?
Correct Answer: D