98-363 Exam Questions
199 real 98-363 exam questions with expert-verified answers and explanations. Page 2 of 4.
- Question #51
The purpose of SQL Server connection pooling is to:
- Question #52
You are creating an application that will access an external Web service. By default, which port will be open in the firewall to allow the application to communicate with the Web s...
- Question #53
A file named A.xml contains the following code. A file named B.xml contains the following code. When A.xml and B.xml are read into XML data objects XA and XB, respectively, what oc...
- Question #54
An XML file contains the following code. When this file is read into an XML data object, an error occurs because:
- Question #55
An XML file contains the following code. When the XML file is read into an XML data object, an error occurs because:
- Question #56
An <asp:LinqDataSource> populates an <asp:GridView> control. You need to ensure that users can add new rows to the underlying table. Which property should you set?
- Question #57
A Web page has an <asp:DropDownList> control named ddlCountries. You need to refresh the Web page whenever a user selects a new item in ddlCountries. Which property should you set...
- Question #58
You have an <asp:Repeater> control named repUsers. The data source of repUsers is set to a DataTable that contains data. When the Web page renders, no exceptions are thrown, but no...
- Question #59
Choose and reorder in the correct sequence the stages of the page life cycle. Load Page request PreLoad Postback event handling UnLoad PreInit Rendering Start Render Initialization
- Question #60
Which of the following files controls the configuration settings for the entire computer and includes settings specific to a computer?
- Question #61
In what file do you configure Forms authentication with SSL for an ASP.NET Web application?
- Question #62
You need to make a strongly named shared assembly accessible to multiple Web applications. You should install the shared assembly in the:
- Question #63
A Web site is configured to use Forms authentication. An unauthenticated user tries to go directly to a content page on the site. Which page is displayed?
- Question #64
You need to prevent an exception from stopping code execution on a Web page. Which type of statement should you use?
- Question #65
You need to create the following table. Which attribute should you use on the <cd> tag of Cell 1?
- Question #66
To use ASP.NET AJAX controls on a page, those controls must be placed in an:
- Question #67
A web.config file contains the following code: <authorization> <deny users="?" /> </authorization> This section denies access to:
- Question #68
The purpose of the DataReader object is to provide:
- Question #69
You are presenting data in an <asp:GridView> control on a Web page. You need to ensure that users can change the data and save it to the database. Which data object should you use?
- Question #70
A Web service contains the following code. You need to expose the method in the Web service. What should you do?
- Question #71
One reason to turn on tracing in a Web application is to:
- Question #72
One reason for compiling an application in Release mode is to:
- Question #73
What syntax should you use to pass variable a and variable b in a QueryString?
- Question #74
The machine.config file sets the default values for:
- Question #75
The worker process for an application pool executes under which account by default?
- Question #76
You have multiple Web sites on a Web server. One of the Web sites generates an error that causes IIS to fail. What should you configure to prevent future IIS failures?
- Question #77
Which of the following statements correctly describes an application pool?
- Question #78
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framew...
- Question #79
Which of the following will you use to retrieve rows from a data source in a DataReader?
- Question #80
Which of the following options is used to provide a common base for data description and validationinXML documents?
- Question #81
Which of the following classes is used to enable sections ofa page to be partially rendered without apostback?
- Question #82
Which of the following control categories will you use if you are creating an interactive Web pagethat requiressecurity for data as well as for the source code?
- Question #83
Which of the following is acommon method for connecting to other Web sitesand Web pages?
- Question #84
The server objectis thetop-level object fromtheHttpContext.Current object. It is used to makechanges on a server. Which of the following methods does it use? Each correct answer re...
- Question #85
You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits application development platform. You create aWeb application using .NET Framework...
- Question #86
Which of the followingoptions enables theclient to read and write dataand create StructuredQuery Language objects in the database?
- Question #87
Which of the following will you use to catch all unhandled ASP.NET errors that are not caught with a Try/Catch block or in a page-level error handler?
- Question #88
Which of the following statements are true about the advantages and disadvantages of the application state server-based technique? Each correct answer represents a complete solutio...
- Question #89
Which of the following events is invoked only once throughout the life cycle of an application and is invoked when the first resource in an ASP.NET application is requested?
- Question #90
Which of the following page events is raised at the end of the event-handling stage and is used for tasks that require that all other controls on the page be loaded?
- Question #91
Which of the following types of authentications uses an authentication ticket that is created when a user logs on to a site and tracks the user throughout the site?
- Question #92
Which of the following actions will you take to enable tracing for a Web application? Each correct answer represents a part of the solution. Choose all that apply.
- Question #93
Which of the following ScriptManager properties gets a ScriptReferenceCollection object that contains the ScriptReference objects, each of which represents a script file rendered t...
- Question #94
Which of the following options contains information that is sent to the client computer to be stored in the memory or a text file in the client's hard drive?
- Question #95
Which of the following is a method that is used to navigate from one page to another and is called when execution of the first page is terminated and execution of the second page b...
- Question #96
You work as an ADO.NET Application Developer for company Inc. The company uses Microsoft Visual Studio .NET 2008 as its application development platform. You create an ADO.NET appl...
- Question #97
Choose and reorder the data operation in which they are applied by LinqDataSource
- Question #98
Which of the following are the differences between client-side scripting and server-side scripting? Each correct answer represents a complete solution. Choose all that apply.
- Question #99
Which of the following options can catch exceptions and try to fix the problem, report it, or ignore it?
- Question #100
Which of the following is a property of the Page class that can be used to get a value that tells whether a page is loaded in response or is loaded for the first time?