How Many Questions Of 98-361 Exam Answers

It is impossible to pass Microsoft 98-361 exam without any help in the short term. Come to Ucertify soon and find the most advanced, correct and guaranteed Microsoft 98-361 practice questions. You will get a surprising result by our Most recent Microsoft MTA Software Development Fundamentals practice guides.

Microsoft 98-361 Free Dumps Questions Online, Read and Test Now.

Page: 1 / 23
Total 276 questions Full Exam Access
Question 1
- (Topic 1)
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
My answer: -
Reference answer: A
Reference analysis:

SQL uses DDL and DML.

Question 2
- (Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
The Response.Redirect method is used to transfer processing of the current page to a new page, and then return processing back to the calling page once processing of the new page has completed.
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.
My answer: -
Reference answer: C
Reference analysis:

The Execute method calls an .asp file, and processes it as if it were part of the calling ASP script. The Execute method is similar to a procedure call in many programming languages.
Incorrect:
* Response.Redirect Method
The Redirect method causes the browser to redirect the client to a different URL.
* The Server.Transfer method sends all of the information that has been assembled for processing by one .asp file to a second .asp file.

Question 3
- (Topic 1)
You are creating an application that accepts input and displays a response to the user. You cannot create a graphical interface for this application.
Which type of application should you create?
My answer: -
Reference answer: C
Reference analysis:

None

Question 4
- (Topic 2)
You are creating an application for computers that run Windows XP or later. This application must run after the computer starts. The user must not be aware that the application is running.
The application performs tasks that require permissions that the logged-in user does not have.
Which type of application allows this behavior?
My answer: -
Reference answer: D
Reference analysis:

None

Question 5
- (Topic 2)
You execute the following code.
98-361 dumps exhibit
What will the variable result be?
My answer: -
Reference answer: :B
Reference analysis:

None

Question 6
- (Topic 2)
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.
My answer: -
Reference answer: B
Reference analysis:

The benefit of using a transaction when updating multiple tables is that the update succeeds or fails as a unit.

Question 7
- (Topic 2)
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?
My answer: -
Reference answer: B
Reference analysis:

None

Question 8
- (Topic 2)
All objects in .NET inherit from which item?
My answer: -
Reference answer: D
Reference analysis:

The System.Object class supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.

Question 9
- (Topic 1)
What is displayed when you attempt to access a Web service by using a Web browser?
My answer: -
Reference answer: A
Reference analysis:

The server, in response to this request, displays the Web service's HTML description page.
The Web service's HTML description page shows you all the Web service methods supported by a particular Web service. Link to the desired Web service method and enter the necessary parameters to test the method and see the XML response.

Question 10
- (Topic 2)
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?
My answer: -
Reference answer: D
Reference analysis:

In software engineering, a connection pool is a cache of database connections maintained so that

Question 11
DRAG DROP - (Topic 2)
You are extending an application that stores and displays the results of various types of foot races. The application contains the following definitions:
98-361 dumps exhibit
The following code is used to display the result for a race:
98-361 dumps exhibit
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.)
98-361 dumps exhibit
Solution:
98-361 dumps exhibit

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 12
- (Topic 1)
You have a SQL Server database named MyDB that uses SQL Server Authentication. Which connection string should you use to connect to MyDB?
My answer: -
Reference answer: A
Reference analysis:

Integrated Security Integrated Security is by default set to false.
When false, User ID and Password are specified in the connection.
Incorrect:
not C: Windows Authentication (Integrated Security = true) remains the most secure way to log in to a SQL Server database.

Question 13
- (Topic 2)
You are creating a routine that will perform calculations by using a repetition structure. You need to ensure that the entire loop executes at least once.
Which looping structure should you use?
My answer: -
Reference answer: D
Reference analysis:

In a Do..While loop the test is at the end of the structure, so it will be executed at least once.

Question 14
HOTSPOT - (Topic 1)
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
98-361 dumps exhibit
Solution:
98-361 dumps exhibit

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 15
- (Topic 2)
This question requires that you evaluate the underlined text to determine if it is correct.
To minimize the amount of storage used on the hard drive by an application that generates many small files, you should make the partition as small as possible.
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.
My answer: -
Reference answer: C
Reference analysis:

None

Question 16
- (Topic 2)
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.
My answer: -
Reference answer: B
Reference analysis:

Internet Information Services (IIS) must be installed on computer that hosts the application in order to run a deployed ASP.NET application.

Question 17
- (Topic 2)
What is displayed when you attempt to access a Web service by using a Web browser?
My answer: -
Reference answer: B
Reference analysis:

The server, in response to this request, displays the Web service's HTML description page.
The Web service's HTML description page shows you all the Web service methods supported by a particular Web service. Link to the desired Web service method and enter the necessary parameters to test the method and see the XML response.

Question 18
- (Topic 2)
You are developing a database that other programmers will query to display race results.
You need to provide the ability to query race results without allowing access to other information in the database.
What should you do?
My answer: -
Reference answer: C
Reference analysis:

None

Question 19
HOTSPOT - (Topic 1)
You are developing a web application.
You need to create the following graphic by using Cascading Style Sheets (CSS):
98-361 dumps exhibit
Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
98-361 dumps exhibit
98-361 dumps exhibit
Solution:
98-361 dumps exhibit

Does this meet the goal?
My answer: -
Reference answer: A
Reference analysis:

None

Question 20
- (Topic 2)
The throw keyword is used to perform which two actions? (Choose two.)
My answer: -
Reference answer: CD
Reference analysis:

* The Throw statement throws an exception that you can handle with structured exception-handling code (Try...Catch...Finally) or unstructured exception- handling code (On Error GoTo). You can use the Throw statement to trap errors within your code because Visual Basic moves up the call stack until it finds the appropriate exception- handling code.
* This example throws an ApplicationException exception. Throw New ApplicationException

Question 21
- (Topic 1)
Which type of Windows application presents a parent window that contains child windows?
My answer: -
Reference answer: C
Reference analysis:

A multiple document interface (MDI) is a graphical user interface in which multiple windows reside under a single parent window. Such systems often allow child windows to embed other windows inside them as well, creating complex nested hierarchies. This contrasts with single document interfaces (SDI) where all windows are independent of each other.

Question 22
- (Topic 2)
Which programming language is characterized as client-side, dynamic and weakly typed?
My answer: -
Reference answer: C
Reference analysis:

JavaScript is characterized as a dynamic, weakly typed, prototype-based language with first-class functions. It is primarily used in the form of client-side JavaScript for the development of dynamic websites.

Page: 1 / 23
Total 276 questions Full Exam Access