98-361 Exam Questions
344 real 98-361 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #174
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
- Question #175
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
- Question #176
Where must Internet Information Services (IIS) be installed in order to run a deployed ASP.NET application?
- Question #177
You are creating a Web application. The application will be consumed by client computers that run a variety of Web browsers. Which term is used to describe the process of making th...
- Question #178
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?
- Question #179
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 #180
You are reviewing a design for a database. A portion of this design is shown in the exhibits. Note that you may choose either the Crow's Foot Notation or Chen Notation version of t...
- Question #181
Your application must pull data from a database that resides on a separate server. Which action must you perform before your application can retrieve the data?
- Question #182
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
- Question #183
You need to create a property in a class. Consumers of the class must be able to read the values of the property. Consumers of the class must be prevented from writing values to th...
- Question #184
Which of the following must exist to inherit attributes from a particular class?
- Question #186
You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake (). How should you call the Truck Class implem...
- Question #187
Which type of function can a derived class override?
- Question #188
Class C and Class D inherit from ClassB. Class B inherits from Class A. The classes have the methods shown in the following table. All methods have a protected scope. Which methods...
- Question #190
The purpose of the Finally section in an exception handler is to:
- Question #191
You are creating the necessary variables for an application. The data you will store in these variables has the following characteristics: - Consists of numbers - Includes numbers...
- Question #192
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 s...
- Question #193
You execute the following code. What will the variable result be?
- Question #194
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 shou...
- Question #195
You are creating an application that presents the user with a Windows Form. You need to configure the application to display a message box to confirm that the user wants to close t...
- Question #196
Which type of application has the following characteristics when it is installed? Runs continuously in the background by default when the startup type is set to automatic Presents...
- Question #197
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?
- Question #198
In which order do the typical phases of the Software Development Life Cycle occur?
- Question #199
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
- Question #200
In the application life cycle, the revision of an application after it has been deployed is referred to as:
- Question #201
This question requires that you evaluate the underlined text to determine if it is correct. The duplication of code so that modifications can happen in parallel is known as separat...
- Question #207
The following functions are defined: What does the console display after the following line? Printer(2)
- Question #210
You need to debug a Windows Service application by using breakpoints. What should you do?
- Question #211
What does the Console.Error property do within a console-based application?
- Question #212
This question requires that you evaluate the underlined text to determine if it is correct. The default entry point for a console application is the Class method. Select the correc...
- Question #213
How does a console-based application differ from a Windows Store app?
- Question #215
This question requires that you evaluate the underlined text to determine if it is correct. Convening an object to a more general type is called upcasting. Select the correct answe...
- Question #218
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 implement...
- Question #221
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. Whi...
- Question #222
What is displayed when you attempt to access a Web service by using a Web browser?
- Question #223
This question requires that you evaluate the underlined text to determine if it is correct. When creating a site to utilize message queuing, the IP address must be configured to MS...
- Question #224
You are migrating several HTML pages to your website. Many of these pages contain HTML <center> and <font> tags. Which XHTML document type declaration should you use?
- Question #225
Which three phrases are advantages of connection pooling? (Choose three.)
- Question #226
You are creating a database for a student directory. The Students table contains the following fields: Which statement will retrieve only the first name, last name, and telephone n...
- Question #227
What are two advantages of normalization in a database? (Choose two.)
- Question #230
You are creating an application that presents the user with a Windows Form. Which event is triggered each time the Windows Form receives focus?
- Question #231
What are the three basic states that a Windows service can be in? (Choose three.)
- Question #232
You have a Windows Service running in the context of an account that acts as a non- privileged user on the local computer. The account presents anonymous credentials to any remote...
- Question #234
You have a SQL Server database named MyDB that uses SQL Server Authentication. Which connection string should you use to connect to MyDB?
- Question #235
You need to create a stored procedure that passes in a person's name and age. Which statement should you use to create the stored procedure?
- Question #236
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 info...
- Question #237
This question requires that you evaluate the underlined text to determine if it is correct. A piece of text that is 4096 bytes or smaller and is stored on and retrieved from the cl...
- Question #238
Which programming language is characterized as client-side, dynamic and weakly typed?
- Question #239
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 t...
- Question #241
When a web service is referenced from a client application in Microsoft Visual Studio, which two items are created? (Choose two.)