98-361 Exam Questions
344 real 98-361 exam questions with expert-verified answers and explanations. Page 5 of 7.
- Question #243
This question requires that you evaluate the underlined text to determine if it is correct. Unit testing is the final set of tests that must be completed before a feature or produc...
- Question #244
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 generate...
- Question #246
All objects in .NET inherit from which item?
- Question #248
You create an object of type ANumber. The class is defined as follows. The code is executed as follows. What is the value of number after the code is executed?
- Question #249
You have a class with a property. You need to ensure that consumers of the class can write to the value of the property. Which keyword should you use?
- Question #250
You are designing a Windows Store application. You need to design the application so that users can share content by connecting two or more devices by physically tapping the device...
- Question #251
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...
- Question #252
Which two types of information should you include in an effective test case? (Choose two.)
- Question #254
This question requires that you evaluate the underlined text to determine if it is correct. A table whose attributes depend only on the primary key must be at least second normal f...
- Question #255
You have a table named ITEMS with the following fields: - ID (integer, primary key. auto generated) - Description (text) - Completed (Boolean) You need to insert the following data...
- Question #256
Which three are valid SQL keywords? (Choose three.)
- Question #257
You run the following code. What will the value of the variable iResult be?
- Question #259
The Dog class and the Cat class inherit from the Animal class. The Animal class includes a breathe() method and a speak() method. If the speak() method is called from an object of...
- Question #261
Which service can host an ASP.NET application?
- Question #264
You have a website that includes a form for usemame and password. You need to ensure that users enter their username and password. The validation must work in all browsers. Where s...
- Question #265
You plan to create an application for your company. The application will run automated routines and write the results to a text-based log file. Little or no user interaction is req...
- Question #266
Which three items are benefits of encapsulation? (Choose three.)
- Question #267
This question requires that you evaluate the underlined text to determine if it is correct. When a base class declares a method as virtual, the method is hidden from implementation...
- Question #270
You have a Microsoft ASP.NET web application. You need to store a value that can be shared across users on the server. Which type of state management should you use?
- Question #271
This question requires that you evaluate the underlined text to determine if it is correct. The process of transforming compiled C# code into an XML string for a web service is kno...
- Question #272
This question requires that you evaluate the underlined text to determine if it is correct. A data dictionary that describes the structure of a database is called metadata. Select...
- Question #273
You are reviewing a design for a database. A portion of this design is shown in the exhibit. Note that you may choose to view either the Crow's Foot Notation or Chen Notation versi...
- Question #274
This question requires that you evaluate the underlined text to determine if it is correct. To improve performance, a SQL SELECT statement should use indexes. Select the correct an...
- Question #275
You are building a web application that enables international exchange students to schedule phone calls with their prospective schools. The application allows students to indicate...
- Question #277
You are developing an ASP.NET appilcation using C#. You create a code-behind class named Status that contains the business logic. This class is under the namespace Northwind and is...
- Question #278
You are developing a restaurant locator Web sitr in ASP.NET and C#. As users browse through the Web site, each of the Web pages must display a list of the recently viewed restauran...
- Question #279
You are developing an order-entry application that will be used by all employees in your company. You use ASP.NET to develop this application and deploy it on the company's Interne...
- Question #280
You create an ASP.NET Web Service that tracks the shipment of orders. The Web service includes a class nemed StatusService, which contains the following method: Public string GetSt...
- Question #281
You have created a new Web service that provides mapping data. You are working in a Visual Studio environment and use C# as your programming language. You need to test the Web serv...
- Question #282
You are developing an ASP.NET applications that calls Web service to retrieve earthquake predictions for a given geographical area. The Web service performs complex, time- consumin...
- Question #283
You are developing an ASP.NET applications that calls Web service to retrieve inventory information. You know the URL of the Web service. You need to invoke the methods of this Web...
- Question #284
You are invoking a Web service method that returns an ArrayList object. The client application is written is C#, whereas the Web service is written in Visual Basic. The Web service...
- Question #285
You are developing an ASP.NET application that uses a Web service created by one of your large customers. This Web service provides you with the Order object, which has several pro...
- Question #286
You develop a new ASP.NET inventory application on the Northwind Web server. You deploy the files in the folder c:\WebInventory. What should you do to make your inventory applicati...
- Question #287
You are developing a Windows forms application used by a government agency. You need to develop a distinct user interface element that accepts user input. This user interface will...
- Question #288
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 requ...
- Question #289
You need a Windows Form similar to the W_RecForm form that is being already used by the application. However, you need a couple of extra controls on your form that are not availabl...
- Question #290
You are developing a Windows application. The user needs to work with multiple windows of the application at the same time and needs a simplified interface. The application needs t...
- Question #291
You need an application that updates the inventory every morning when you log in to the workstation. If an error occurs during update, the application needs to log messages to a te...
- Question #292
You are developing a data-entry application that receives user input in multiple data fields. The application allows users to enter the data either by using a keyboard or by using...
- Question #293
You are developing an application that receives orders over the Internet via Electronic Data Interface (EDI). The application needs to run constantly the background and wait for or...
- Question #294
You are developing an application that writes messages to the Windows application event log for the local machine. What should you use to view the messages written by the applicati...
- Question #295
You are developing a new Windows service application. The application contains three different Windows services. Each service will have a different start type. Which of the followi...
- Question #296
You are developing a new Windows service application that process orders. The system administrator must be able to suspend order processing while maintenance operations are in prog...
- Question #297
You are developing a new Windows service application. The application contains three different Windows services. Before these services can be used, they must be installed in the Wi...
- Question #298
You are developing a new Windows application that needs to write messages to the event log. You use the EventLog class to write these messages. Each event log message must specify...
- Question #299
You are updating an existing Windows Forms application. The form hosts a DateTimePicker control named dateTimePicker1. You need to write code that executes when the value of the da...
- Question #300
You have developed a Windows service that needs to access data stored in the Windows Registry. Which of the following accounts should you use for running this Windows service?
- Question #301
You have developed a Windows Forms application that stockbrokers will use. The stockbrokers need to view data for multiple stocks at the same time. You need to change the display a...
- Question #302
You are developing a Windows Form with a multiple document interface (MDI). You need to write code that arranges the child windows vertically within the client region of the MDI pa...