98-361 Exam Questions
344 real 98-361 exam questions with expert-verified answers and explanations. Page 3 of 7.
- Question #117
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 #118
Which three are valid SQL keywords? (Choose three.)
- Question #119
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 #120
Which two types of information should you include in an effective test case? (Choose two.)
- Question #121
You are developing a webpage that enables students to manage races. The webpage will display two lists: past races and upcoming races. The page also contains a sidebar with contact...
- Question #122
This question requires that you evaluate the underlined text to determine if it is correct. Converting a value type to a reference type in an object is called boxing. Select the co...
- Question #123
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 #125
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 #126
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 #127
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 #128
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 #129
Which three items are benefits of encapsulation? (Choose three.)
- Question #130
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 #131
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 #133
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 #134
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...
- Question #135
You are creating an application for a priority help desk center. The most recent call must be handled first. Which data structure should you use?
- Question #137
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 #138
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
- Question #139
Which language allows you to dynamically create content on the client side?
- Question #140
You create an application that uses Simple Object Access Protocol (SOAP). Which technology provides information about the application's functionality to other applications?
- Question #141
How should you configure an application to consume a Web service?
- Question #142
You are creating an ASP. NET Web application. Which line of code should you use to require a control to process on the computer that hosts the application?
- Question #143
What are two possible options for representing a Web application within Internet Information Services (IIS)? (Each correct answer presents a complete solution. Choose two. )
- Question #144
In this XHTML code sample, what will cause an error?
- Question #145
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
- Question #146
A table named Student has columns named ID, Name, and Age. An index has been created on the ID column. What advantage does this index provide?
- Question #147
A data warehouse database is designed to:
- Question #148
Which language was designed for the primary purpose of querying data, modifying data, and managing databases in a Relational Database Management System?
- Question #149
In your student directory database, the Students table contains the following fields: - firstName - lastName - emailAddress - telephoneNumber You need to retrieve the data from the...
- Question #150
You need to ensure the data integrity of a database by resolving insertion, update, and deletion anomalies. Which term is used to describe this process in relational database desig...
- Question #151
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...
- Question #152
An application presents the user with a graphical interface. The interface includes buttons that the user clicks to perform tasks. Each time the user clicks a button, a method is c...
- Question #153
How does a console-based application differ from a Windows Forms application?
- Question #154
Which type of Windows application presents a parent window that contains child windows?
- Question #155
The purpose of the Catch section in an exception handler is to:
- Question #159
You are creating a variable for an application. You need to store data that has the following characteristics in this variable: - Consists of numbers and characters - Includes numb...
- Question #160
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration? (Each correct answer presents a complete solution. Choose two. )
- Question #161
The purpose of a constructor in a class is to:
- Question #162
You are designing a class for an application. You need to restrict the availability of the member variable accessCount to the base class and to any classes that are derived from th...
- Question #163
You create an object of type ANumber. The class is defined as follows. The code is executed as follows. Dim mynumber As ANumber = new ANumber(3); What is the value of _number after...
- Question #164
You need to allow a consumer of a class to modify a private data member. What should you do?
- Question #165
Which term is used to describe a class that inherits functionality from an existing class?
- Question #166
A class named Manager is derived from a parent class named Employee. The Manager class includes characteristics that are unique to managers. Which term is used to describe this obj...
- Question #167
Two classes named Circle and Square inherit from the Shape class. Circle and Square both inherit Area from the Shape class, but each computes Area differently. Which term is used t...
- Question #168
You are creating an application that presents users with a graphical interface in which they computers that do not have network connectivity. Which type of application should you c...
- Question #169
The elements of an array must be accessed by:
- Question #170
Simulating the final design of an application in order to ensure that the development is progressing as expected is referred to as:
- Question #172
You are creating an application that presents users with a graphical interface. Users will run this application from remote computers. Some of the remote computers do not have the...
- Question #173
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...