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 #4WAN Optimization Fundamentals and Principles
Which type of Windows application presents a parent window that contains child windows?
MDIWindows application typesparent windowchild window - Question #5WAN Optimization Fundamentals and Principles
The purpose of a constructor in a class is to:
constructorOOPobject initializationclass - Question #6WAN Optimization Fundamentals and Principles
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...
inheritanceOOPderived classbase class - Question #7WAN Optimization Fundamentals and Principles
Which term is used to describe a class that inherits functionality from an existing class?
derived classinheritanceOOPclass hierarchy - Question #8WAN Optimization Fundamentals and Principles
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...
polymorphismOOPmethod overrideinheritance - 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 #10WAN Optimization Fundamentals and Principles
You need to allow a consumer of a class to modify a private data member. What should you do?
encapsulationaccess modifiersOOPpublic method - 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 #12WAN Optimization Fundamentals and Principles
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...
Windows Formsapplication typeGUIoffline application - 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 #17WAN Optimization Fundamentals and Principles
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. )
for loopwhile looploop conditionprogramming constructs - 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 #19WAN Optimization Fundamentals and Principles
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...
data typesstringdecimal numbersvariable declaration - 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 #23WAN Optimization Fundamentals and Principles
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
ASP.NETpage lifecyclerender phaseSaveStateComplete - 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 #25WAN Optimization Fundamentals and Principles
In this XHTML code sample, what will cause an error?
XHTMLline break tagmarkup syntaxweb standards - Question #26Understanding Web Applications
You create an application that uses Simple Object Access Protocol (SOAP). Which technology provides information about the application's functionality to other applications?
SOAPWSDLweb servicesservice description - Question #27Understanding Web Applications
Which language allows you to dynamically create content on the client side?
JavaScriptclient-side scriptingdynamic contentweb technologies - Question #28Understanding Web Applications
How should you configure an application to consume a Web service?
web service consumptionservice referenceweb services integration - Question #29Understanding Web Applications
What are two possible options for representing a Web application within Internet Information Services (IIS)? (Each correct answer presents a complete solution. Choose two. )
IISvirtual directoryweb hostingweb site - Question #30Understanding Databases
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
SQLDDLDMLquery language - Question #31Understanding Databases
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?
database indexquery performancequery optimization - Question #32Understanding Databases
Which language was designed for the primary purpose of querying data, modifying data, and managing databases in a Relational Database Management System?
SQLRDBMSdatabase managementquery language - Question #33Understanding Databases
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...
normalizationdata integritydatabase designanomalies - Question #34Understanding Databases
In your student directory database, the Students table contains the following fields: - firstName - lastName - emailAddress - telephoneNumtoer You need to retrieve the data from th...
SELECT statementORDER BYSQL querydata retrieval - Question #35
A data warehouse database is designed to:
- Question #36Understanding Desktop Applications
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...
Windows FormsFormClosing eventevent handlingUI - Question #37Understanding Desktop Applications
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...
Windows Servicebackground processstartup typeno UI - 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 #39Understanding Core Programming
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
stackLIFOdata structures - Question #40Understanding Core Programming
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?
queueFIFOdata structures - 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 #44Understanding Core Programming
You execute the following code. How many times will the word Hello be printed?
loopsiteration countfor looploop bounds - Question #45Understanding Core Programming
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...
do-while looploop structuresguaranteed executioniteration - Question #46Understanding Core Programming
The purpose of the Finally section in an exception handler is to:
exception handlingfinally blocktry-catch-finally - Question #47Understanding Core Programming
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...
data typesfloating pointprecisionmemory optimization - Question #48Understanding Databases
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
stored proceduresdata retrievaldatabase access - Question #49Understanding Databases
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...
entityER diagramdatabase designdata modeling - Question #50Understanding Databases
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?
connection poolingdatabase connectivityperformance optimizationscalability