12 February, 2023
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.
Question 1
- (Topic 1)
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
Which language uses Data Definition Language (DDL) and Data Manipulation Language (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.
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.
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?
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?
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?
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?
Question 5
- (Topic 2)
You execute the following code.
What will the variable result be?
You execute the following code.
What will the variable result be?
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.
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.
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?
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?
Question 8
- (Topic 2)
All objects in .NET inherit from which item?
All objects in .NET inherit from which item?
Question 9
- (Topic 1)
What is displayed when you attempt to access a Web service by using a Web browser?
What is displayed when you attempt to access a Web service by using a Web browser?
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?
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?
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:
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.)
Solution:
Does this meet the goal?
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.)
Solution:
Does this meet the goal?
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?
You have a SQL Server database named MyDB that uses SQL Server Authentication. Which connection string should you use to connect to MyDB?
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?
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?
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.
Solution:
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Solution:
Does this meet the goal?
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.
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.
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.
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.
Question 17
- (Topic 2)
What is displayed when you attempt to access a Web service by using a Web browser?
What is displayed when you attempt to access a Web service by using a Web browser?
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?
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?
Question 19
HOTSPOT - (Topic 1)
You are developing a web application.
You need to create the following graphic by using Cascading Style Sheets (CSS):
Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
Solution:
Does this meet the goal?
You are developing a web application.
You need to create the following graphic by using Cascading Style Sheets (CSS):
Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.
Solution:
Does this meet the goal?
Question 20
- (Topic 2)
The throw keyword is used to perform which two actions? (Choose two.)
The throw keyword is used to perform which two actions? (Choose two.)
Question 21
- (Topic 1)
Which type of Windows application presents a parent window that contains child windows?
Which type of Windows application presents a parent window that contains child windows?
Question 22
- (Topic 2)
Which programming language is characterized as client-side, dynamic and weakly typed?
Which programming language is characterized as client-side, dynamic and weakly typed?