98-361 Exam Questions
344 real 98-361 exam questions with expert-verified answers and explanations. Page 1 of 7.
- Question #1
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 #2
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 #3
How does a console-based application differ from a Windows Forms application?
- Question #4
Which type of Windows application presents a parent window that contains child windows?
- Question #5
The purpose of a constructor in a class is to:
- Question #6
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 #7
Which term is used to describe a class that inherits functionality from an existing class?
- Question #8
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 #9
You create an object of type ANumber. The class is defined as follows. What is the value of _number after the code is executed?
- Question #10
You need to allow a consumer of a class to modify a private data member. What should you do?
- Question #11
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 #12
You are creating an application that presents users with a graphical interface in which they can enter data. The application must run on computers that do not have network connecti...
- Question #13
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 #14
The elements of an array must be accessed by:
- Question #15
Simulating the final design of an application in order to ensure that the development is progressing as expected is referred to as:
- Question #16
You have a stack that contains integer values. The values are pushed onto the stack in the following order: 2,4,6,8. The following sequence of operations is executed: Pop Push 3 Po...
- Question #17
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 #18
You need to evaluate the following expression: (A>B) AND (C<D) What is the value of this expression if A=3, B=4, C=4, and D=5?
- Question #19
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 #20
You execute the following code. What will the variable result be?
- Question #21
The purpose of the Catch section in an exception handler is to:
- Question #22
You execute the following code. How many times will the word Hello be printed?
- Question #23
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
- Question #24
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 #25
In this XHTML code sample, what will cause an error?
- Question #26
You create an application that uses Simple Object Access Protocol (SOAP). Which technology provides information about the application's functionality to other applications?
- Question #27
Which language allows you to dynamically create content on the client side?
- Question #28
How should you configure an application to consume a Web service?
- Question #29
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 #30
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
- Question #31
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 #32
Which language was designed for the primary purpose of querying data, modifying data, and managing databases in a Relational Database Management System?
- Question #33
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 #34
In your student directory database, the Students table contains the following fields: - firstName - lastName - emailAddress - telephoneNumtoer You need to retrieve the data from th...
- Question #35
A data warehouse database is designed to:
- Question #36
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 #37
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 #38
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 #39
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
- Question #40
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 #41
In the application life cycle, the revision of an application after it has been deployed is referred to as:
- Question #42
In which order do the typical phases of the Software Development Life Cycle occur?
- Question #43
You execute the following code. What will the variable result be?
- Question #44
You execute the following code. How many times will the word Hello be printed?
- Question #45
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 #46
The purpose of the Finally section in an exception handler is to:
- Question #47
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 #48
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
- Question #49
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 #50
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?