98-361 Exam Questions
344 real 98-361 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #174Understanding Web Applications
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
cookiessession stateclient-side storageweb state management - Question #175Understanding Web Applications
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
SOAPweb servicescommunications protocolXML messaging - Question #176Understanding Web Applications
Where must Internet Information Services (IIS) be installed in order to run a deployed ASP.NET application?
IISASP.NET deploymentweb serverhosting - Question #177Understanding Web Applications
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...
web hostingdeploymentweb applicationsterminology - Question #178Understanding Web Applications
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?
CSSstyle sheetsweb designseparation of concerns - Question #179Understanding 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 - Question #180Understanding 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 #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 #182Understanding Databases
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
stored proceduresSQLdatabase accessdata retrieval - 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 #184Understanding Object-Oriented Programming
Which of the following must exist to inherit attributes from a particular class?
inheritanceis-a relationshipOOP designclass relationships - Question #186Understanding Object-Oriented Programming
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...
inheritancemethod invocationbase class methodsMybase keyword - Question #187Understanding Object-Oriented Programming
Which type of function can a derived class override?
method overridingaccess modifiersvirtual methodsinheritance - 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 #190Understanding General Software Development
The purpose of the Finally section in an exception handler is to:
exception handlingtry-catch-finallyerror handlingcontrol flow - Question #191Understanding 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 #192Understanding 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...
looping structuresdo-while loopcontrol flowiteration - 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 #195Understanding 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 Forms eventsFormClosingevent handlingUI lifecycle - Question #196Understanding 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 Serviceservice startupbackground processno user interface - 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 #199Understanding 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 structuresqueue - Question #200
In the application life cycle, the revision of an application after it has been deployed is referred to as:
- Question #201Understanding General Software Development
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...
version controlbranchingsource controlparallel development - Question #207
The following functions are defined: What does the console display after the following line? Printer(2)
- Question #210Understanding Desktop Applications
You need to debug a Windows Service application by using breakpoints. What should you do?
debuggingWindows ServicebreakpointsVisual Studio - Question #211Understanding Desktop Applications
What does the Console.Error property do within a console-based application?
console applicationConsole.Errorstandard streamserror output - Question #212Understanding Desktop Applications
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...
console applicationMain methodentry pointprogram structure - 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 #222Understanding Web Applications
What is displayed when you attempt to access a Web service by using a Web browser?
web servicebrowser accessservice methodsWSDL - 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 #224Understanding Web Applications
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?
XHTMLDOCTYPEtransitionaldeprecated HTML tags - Question #225Understanding Databases
Which three phrases are advantages of connection pooling? (Choose three.)
connection poolingdatabase performancescalabilityconnection management - Question #226Understanding Databases
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...
SQL SELECTcolumn projectionquery syntaxdatabase query - Question #227
What are two advantages of normalization in a database? (Choose two.)
- Question #230Understanding Desktop Applications
You are creating an application that presents the user with a Windows Form. Which event is triggered each time the Windows Form receives focus?
Windows FormseventsfocusEnter event - Question #231Understanding Desktop Applications
What are the three basic states that a Windows service can be in? (Choose three.)
Windows Serviceservice statesrunningstopped - Question #232Understanding Desktop Applications
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...
Windows Servicesecurity contextLocalServiceservice accounts - 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 #235Understanding Databases
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?
stored procedureSQL parametersCREATE PROCEDURET-SQL - 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.)