98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa...

36
98-363_formatted Number : 98-363 Passing Score : 800 Time Limit : 120 min File Version : 1.0 http://www.gratisexam.com/

Transcript of 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa...

Page 1: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

98-363_formatted

Number: 98-363Passing Score: 800Time Limit: 120 minFile Version: 1.0

http://www.gratisexam.com/

Page 2: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Exam A

QUESTION 1Which of the following statements correctly describes an application pool?

A. It is a collection of directory files that will be served by a worker process or a set of worker processes.B. It is a collection of configuration files that will be served by a worker process or a set of worker processes.C. It is a collection of URLs that will be served by a worker process or a set of worker processes.D. It is a collection of database objects that will be served by a worker process or a set of worker processes.

Correct Answer: CSection: (none)Explanation

QUESTION 2You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as itsapplication development platform. You create a Web application using .NET Framework 3.5. You have writtenthe following code in the Machine.config file:

<authorization> <allow users="Eric" /> </authorization> Sam has added the following code within the<system.web> section in the Web.config file of your applicatQuestion:<authorization> <allow users="Sam" /> </authorization>

Which of the following statements is true about your application?

A. Both Eric and Sam can accessthe application.B. Only Ericcan access the applicationC. None of them can access the application.D. Only Sam can access the application.

Correct Answer: DSection: (none)Explanation

QUESTION 3Which of thefollowing will you use to retrieve rows from a data source in a DataReader?

A. GetDataB. GetValuesC. ReadD. ExecuteReader

Correct Answer: DSection: (none)Explanation

QUESTION 4Which of the following options is used to provide a common base for data description and validationinXMLdocuments?

A. SchematronB. Web service

Page 3: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

C. SOAPD. XML schema

"First Test, First Pass" - www.lead2pass.com 4Microsoft 98-363 Exam

Correct Answer: DSection: (none)Explanation

QUESTION 5Which of thefollowing classes is used to enable sections ofa page to be partially rendered without apostback?

A. UpdateProgressB. ScriptManagerC. TimerD. UpdatePanel

Correct Answer: DSection: (none)Explanation

QUESTION 6Which of the following control categories will you use if you are creating an interactive Web pagethatrequiressecurity for data as well as for the source code?

A. Server controlB. HTMLcontrolC. UsercontrolD. Validationcontrol

Correct Answer: ASection: (none)Explanation

QUESTION 7Which of the following is acommon method for connecting to other Web sitesand Web pages?

http://www.gratisexam.com/

A. Response.LCIDB. Response.AppendToLogC. Response.flushD. Response.Redirect

Correct Answer: DSection: (none)

Page 4: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Explanation

Explanation/Reference:

QUESTION 8The server objectis thetop-level object fromtheHttpContext.Current object.It is used to makechanges on aserver. Which of the following methods does it use?Eachcorrect answer represents acomplete solution.Choose two.

A. FinalizeB. ExecuteC. GetConfigD. Transfer

Correct Answer: BDSection: (none)Explanation

QUESTION 9"First Test, First Pass" - www.lead2pass.com 5Microsoft 98-363 Exam

You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asitsapplication development platform. You create aWeb application using .NET Framework 3.5. Youwant toredirectusers to a defaulterror page if anunhandlederror occurs within your site.Which ofthe following actionswill you perform to accomplishthe task?

A. Set the mode attributeof thecustomErrors element to On and the defaultRedirect attribute to anerror pagewithin your site.

B. Set the redirectattribute of the error element to an error pagewithin your site.C. Set the statusCode attribute of the error element to 404 and the redirect attributeto a customerror page.D. Set themode attributeof thecustomErrors elementto Off and the defaultRedirect attribute to anerror page

within your site.

Correct Answer: ASection: (none)Explanation

QUESTION 10Which of the followingoptions enables theclient to read and write dataand create StructuredQuery Languageobjects in the database?

A. Connection poolingB. Connection objectC. Transaction objectD. Database connection

Correct Answer: DSection: (none)Explanation

QUESTION 11

Page 5: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Which of the following will you use to catch all unhandled ASP.NET errors that are not caught with a Try/Catchblock or in a page-level error handler?

A. BreakpointsB. Trace.axdC. SDKD. Global.asax

Correct Answer: DSection: (none)Explanation

QUESTION 12Which of the following statements are true about the advantages and disadvantages of the application stateserver-based technique? Each correct answer represents a complete solution. Choose all that apply.

A. The global data stored is non-volatile. Therefore, data is lost if the server process is destroyed, i.e., if aserver crashes, upgrades, or shuts down.

B. It is accessible to all the pages in a Web application. Therefore, it keeps only a single copy of information.C. The state variables that contain large blocks of information that increases Web server performance due to

increase in server loads.D. It requires server memory that affects memory performance and the scalability of an "First Test, First Pass"

- www.lead2pass.com 6Microsoft 98-363 Examapplication.

E. Application state variables should be used only with small and infrequently changed datasets.

Correct Answer: BDESection: (none)Explanation

QUESTION 13Which of the following events is invoked only once throughout the life cycle of an application and is invokedwhen the first resource in an ASP.NET application is requested?

A. Application_EndB. Application_StartC. Application_LogRequestD. Application_Error

Correct Answer: BSection: (none)Explanation

QUESTION 14Which of the following page events is raised at the end of the event-handling stage and is used for tasks thatrequire that all other controls on the page be loaded?

A. OnLoadB. UnLoadC. LoadCompleteD. PreLoad

Page 6: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: CSection: (none)Explanation

QUESTION 15Which of the following types of authentications uses an authentication ticket that is created when a user logs onto a site and tracks the user throughout the site?

A. SQLB. BasicC. FormsD. Digest

Correct Answer: CSection: (none)Explanation

QUESTION 16Which of the following actions will you take to enable tracing for a Web application? Each correct answerrepresents a part of the solution. Choose all that apply.

A. Open the App.config file. Create a new file in the root folder and copy the appropriate XML code into it if noWeb.config file exists.

B. Set the trace element's pageOutput attribute to true.C. Add a trace element as a child of the system.web element.D. Open the Web.config file. Create a new file in the root folder and copy the appropriate XML "First Test, First

Pass" - www.lead2pass.com 7Microsoft 98-363 Examcode into it if no Web.config file exists.

E. In the trace element, set the enabled attribute to true.

Correct Answer: BCDESection: (none)Explanation

QUESTION 17Which of the following ScriptManager properties gets a ScriptReferenceCollection object that contains theScriptReference objects, each of which represents a script file rendered to the client?

A. ScriptManager.ScriptModeB. ScriptManager.ServicesC. ScriptManager.ScriptsD. ScriptManager.ScriptPath

Correct Answer: CSection: (none)Explanation

QUESTION 18Which of the following options contains information that is sent to the client computer to be stored in thememory or a text file in the client's hard drive?

Page 7: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

A. Data typeB. CookiesC. Web pageD. Browser

Correct Answer: BSection: (none)Explanation

QUESTION 19Which of the following is a method that is used to navigate from one page to another and is called whenexecution of the first page is terminated and execution of the second page begins?

A. Response.RedirectB. App.configC. Trace.axdD. Server.Transfer

Correct Answer: DSection: (none)Explanation

QUESTION 20You 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 application by using .NETFramework 3.5. The application uses a Microsoft SQL Server database. You use DataSet control in theapplication. You want to add or refresh rows in the DataSet. You need to ensure that when you add or refreshrow in the DataSet you will get number of rows that are successfully added or refreshed in the DataSet. Whatwill you do to accomplish the task?

A. Use the Update method of the DataAdapter class.B. Use the RefreshSchema method of the DataAdapter class.C. Use the FillSchema method of the DataAdapter class

"First Test, First Pass" - www.lead2pass.com 8Microsoft 98-363 Exam

D. Use the Fill method of the DataAdapter class.

Correct Answer: DSection: (none)Explanation

QUESTION 21Choose and reorder the data operation in which they are applied by LinqDataSource

A. WhereOrder ByGroup ByOrder Groups BySelectAuto-sortAuto-page

B. Auto-page

Page 8: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Auto-sortSelectOrder Groups ByGroup ByOrder ByWhere

C. Order ByGroup ByOrder Groups BySelectAuto-sortAuto-pageWhere

D. Order Groups BySelectAuto-sortAuto-pageWhereOrder ByGroup By

Correct Answer: ASection: (none)Explanation

QUESTION 22Which of the following are the differences between client-side scripting and server-side scripting? Each correctanswer represents a complete solution. Choose all that apply.

A. Client-side scripts are browser independent, but server-side scripts are not.B. An Imagemap invokes a cgi.bin program in server-side scripts, but client-side scripts do not need cgi.bin to

function.C. Client-side scripts can be blocked by a user, but server-side scripts cannot.D. PHP is a server-side script, and ActionScript is a client-side script.

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 9Microsoft 98-363 Exam

QUESTION 23Which of the following options can catch exceptions and try to fix the problem, report it, or ignore it?

A. Event handlerB. Managed handlerC. Exception handlerD. Exception Handler Even

Correct Answer: CSection: (none)Explanation

Page 9: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

QUESTION 24Which of the following is a property of the Page class that can be used to get a value that tells whether a pageis loaded in response or is loaded for the first time?

A. IsValidB. ResponseC. IsPostBackD. IsPreStart

Correct Answer: CSection: (none)Explanation

QUESTION 25Which of the following controls serve as a base class that defines the methods, properties, and events commonto all controls in the System.Web.UI.WebControls namespace?

A. Server controlsB. User controlsC. Web controlsD. Validation controls

Correct Answer: CSection: (none)Explanation

QUESTION 26Which of the following HTTP status codes represents the "Request URI Too Long" client error?

A. 416B. 414C. 413D. 415

Correct Answer: BSection: (none)Explanation

QUESTION 27Which of the following attributes of the img tag is required for strict XHTML compliance while embeddingimages in a Web page?

A. alt"First Test, First Pass" - www.lead2pass.com 10Microsoft 98-363 Exam

B. srcC. idD. xml:lang

Correct Answer: ASection: (none)Explanation

Page 10: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

QUESTION 28Which of the following is a mechanism for defining how to display elements of a Web page, including theircharacteristics such as fonts, borders, color, and size?

A. CSSB. XMLC. JavaScriptD. HTML

Correct Answer: ASection: (none)Explanation

QUESTION 29Which of the following Validation Web controls are special controls that allow you to write your own validationcode to validate a control?

A. DynamicValidatorB. CompareValidatorC. ValidationSummaryD. CustomValidator

Correct Answer: DSection: (none)Explanation

QUESTION 30Which of the following page events is raised after the start stage is complete and before the initialization stagebegins?

A. PreInitB. InitC. InitCompleteD. LoadComplete

Correct Answer: ASection: (none)Explanation

QUESTION 31Which of the following is the process of reusing existing active connections instead of creating new connectionswhen a user makes a request to the database?

A. Connection objectB. Connection poolingC. Database connectionD. LinqDataSource

Correct Answer: BSection: (none)

Page 11: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 11Microsoft 98-363 Exam

QUESTION 32Which of the following classes retrieves data from a data source and also resolves changes made to theDataSet back to the data source?

A. DataSourceB. DataTableC. DataAdapterD. DataReader

Correct Answer: CSection: (none)Explanation

QUESTION 33Which of the following configuration files contains the ASP.NET settings that apply to the entire Web server andis used to control the configuration settings for the entire computer?

A. Common.configB. Web.configC. Machine.configD. PolicyCache.config

Correct Answer: CSection: (none)Explanation

QUESTION 34Which of the following is a set of feature extension modules created by Microsoft for use with MicrosoftWindows?

A. Application PoolB. IISC. Connection PoolingD. Windows Installer

Correct Answer: BSection: (none)Explanation

QUESTION 35Which of the following folders contains reference contract files (.wsdl files), schemas (.xsd files), and discoverydocument files (.disco and .discomap files)?

A. App_DataB. App_GlobalResourceC. App_WebReferences

Page 12: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

D. App_Browsers

Correct Answer: CSection: (none)Explanation

QUESTION 36Which of the following classes is an in-memory cache of data retrieved from a data source

"First Test, First Pass" - www.lead2pass.com 12Microsoft 98-363 Exam

that consists of a collection of DataTable objects that you can relate to each other with objects?

A. DataRelationB. DataAdapterC. DataReaderD. DataSet

Correct Answer: DSection: (none)Explanation

QUESTION 37You develop a Windows-based application using Visual Studio .NET. You want to deploy the application on auser's computer by using the ClickOnce technology. What deployment strategies can you use to deploy theapplication on a client computer? Each correct answer represents a part of the solution. Choose three.

A. Install the application from a CD.B. Install the application from a client computer.C. Start the application from a Web or a network file shareD. Install the application from a Web server or a network file share.

Correct Answer: ACDSection: (none)Explanation

QUESTION 38Which of the following statements is true about the control state client-based technique?

A. It is not versatile, as custom adapters cannot be written to control the manner of storing control state data.B. It is not reliable to manage the state of controls, as it is not available if the view state is disabled at the page

level.C. Unlike the view state, it cannot be disabled.D. It does not require any server resources, as it is stored in hidden fields on a Web page.

Correct Answer: CSection: (none)Explanation

QUESTION 39Which of the following options establishes a connection between an ASP.NET web page control and a data

Page 13: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

source?

A. Data bindingB. DataReaderC. Data ConversionD. DataTemplate class

Correct Answer: ASection: (none)Explanation

QUESTION 40Which of the following options are the building blocks of Microsoft .NET Framework applications and form thefundamental unit of deployment, version control, reuse,

"First Test, First Pass" - www.lead2pass.com 13Microsoft 98-363 Exam

activation scoping, and security permissions?

A. MSI filesB. Connection objectsC. Web servicesD. Assemblies

Correct Answer: DSection: (none)Explanation

QUESTION 41Which of the following events are initiated by actions performed on specific controls such as a Button control'sClick event or a Textbox Control's TextChanged event?

A. Session_OnEndB. ControlC. ApplicationD. Activated

Correct Answer: BSection: (none)Explanation

QUESTION 42Which of the following attributes of the trace element is used to state whether tracing is enabled for anapplication?

A. localOnlyB. pageOutputC. enabledD. writeToDiagnosticsTrace

Correct Answer: C

Page 14: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Section: (none)Explanation

QUESTION 43Which of the following is the process of establishing a connection between the application UI and businesslogic?

A. Data conversionB. Data validationC. Data bindingD. Template binding

Correct Answer: CSection: (none)Explanation

QUESTION 44Which of the following HTTP status codes represents the "Non-Authoritative Information" message?

A. 206B. 204C. 205

"First Test, First Pass" - www.lead2pass.com 14Microsoft 98-363 Exam

D. 203

Correct Answer: DSection: (none)Explanation

QUESTION 45Which of the following controls are client-side HTML elements and attributes that provide limited interaction withthe user?

A. Validation controlsB. HTML controlsC. Ajax extensionsD. WebParts

Correct Answer: BSection: (none)Explanation

QUESTION 46Which of the following classes is used to represent a business object that gives data to data-bound controls inmulti-tier Web applications?

A. LinqDataSourceB. ObjectDataSourceC. XmlDataSourceD. SqlDataSource

Page 15: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: BSection: (none)Explanation

QUESTION 47Which of the following statements best describes an MSI deployment?

A. It copies the entire directory with the application and configuration files at one time.B. It specifies and edits user interface dialog boxes that are displayed during the application installation on the

target computer.C. It creates a Microsoft Windows installer package with instructions and data to install an application.D. It publishes a non-updatable application to the Web server.

Correct Answer: CSection: (none)Explanation

QUESTION 48Which of the following is an optional file on the server that contains program code for handling session andapplication events?

A. Trace.axdB. Global.asaxC. Svcutil.exeD. App.config

Correct Answer: BSection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 15Microsoft 98-363 Exam

QUESTION 49Which of the following statements correctly describe the differences between HTML and XML? Each correctanswer represents a complete solution. Choose all that apply.

A. XML is a W3C Recommendation and HTML is not.B. HTML defines only the Web display format of data through tags but XML defines the semantic information

of data through tags.C. XML focuses on what data is and HTML focuses on how data looks.D. HTML was designed to transport and store data and XML was designed to display data.

Correct Answer: BCSection: (none)Explanation

QUESTION 50Which of thefollowing actions will prevent a Web page fromcomplyingwith the XMTL standard?

A. Using Cascading style sheets (CSS)

Page 16: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

B. Using JavaScriptC. Using atable for page layoutD. Using HypertextMarkup Language (HTML)

Correct Answer: CSection: (none)Explanation

QUESTION 51Which of the following is a cache of database connections maintained by a database so that theconnectionscanbe reusedwhenthe database receives future requests for data?

A. Database connectionB. Connection objectC. Connection poolD. Transaction object

Correct Answer: CSection: (none)Explanation

QUESTION 52Which of the following statements are true about the purpose of using an application pool? Eachcorrect answerrepresents a complete solution. Choose all that apply.

A. Determines the right toaccess a resourceB. Improved securityC. Decreasesreliability and manageability of a Web infrastructureD. Improvedserver and application performance

Correct Answer: BDSection: (none)Explanation

QUESTION 53You work as a Software Developer for company Inc. The company uses Visual Studio.NET 2008 as itsapplication development platform. You have recently finished

"First Test, First Pass" - www.lead2pass.com 16Microsoft 98-363 Exam

development of an ASP.NET Web application using the .NET Framework 3.5. You are required to make aconfiguration setting change that will be global to all Web and Windows applications on the current computer.What will you do to accomplish this task?

A. Make changes in the resource file.B. Make changes in the Web.config file.C. Make changes in the Machine.config file.D. Make changes in the Global.asax file.

Correct Answer: CSection: (none)

Page 17: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Explanation

QUESTION 54Which of the following page events will be raised after the Page object has created all controls that are requiredin order to render the page, including child controls of composite controls?

A. PreRenderB. RenderC. SaveStateCompleteD. PreRenderComplete

Correct Answer: ASection: (none)Explanation

QUESTION 55Which of the following is used to control and maintain the integrity and consistency of each action in atransaction even though errors may occur in the system?

A. Global.asaxB. Tracing.axdC. Trace.axdD. App.config

Correct Answer: CSection: (none)Explanation

QUESTION 56Which of the following options have DataSource and DataSourceID properties?

A. Validation controlsB. Data-bound controlsC. WebPartsD. Data-aware controls

Correct Answer: DSection: (none)Explanation

QUESTION 57Which of the following classes includes the intrinsic objects, Request and Response?

A. HttpContextBaseB. HttpCachePolicy

"First Test, First Pass" - www.lead2pass.com 17Microsoft 98-363 Exam

C. HttpApplicationD. HttpContext

Correct Answer: D

Page 18: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Section: (none)Explanation

QUESTION 58Which of the following tags are required for the web.config file so that it executes properly in an ASP.NETapplication? Each correct answer represents a complete solution. Choose all that apply.

A. customErrorsB. system.webC. configurationD. sessionState

Correct Answer: BCSection: (none)Explanation

QUESTION 59Which of the following represents a database connection that uses an ADO.NET provider such as SqlClient orOdbc that enables a Web server control to access data located in a relational database?

A. XmlDataSourceB. SqlDataSourceC. ObjectDataSourceD. LinqDataSource

Correct Answer: BSection: (none)Explanation

QUESTION 60Which of the following properties of the UpdatePanel control is used to set a value that indicates whetherpostbacks from immediate child controls of the UpdatePanel control update the panel's content?

A. ContentTemplateB. EnablePartialRenderingC. IsInPartialRenderingD. ChildrenAsTriggers

Correct Answer: DSection: (none)Explanation

QUESTION 61Which of the following can be defined by an XML schema? Each correct answer represents a completesolution. Choose all that apply.

A. Attributes that cannot appear in a documentB. Default values for elements and attributesC. Data types for elements and attributesD. Elements that cannot appear in a document

"First Test, First Pass" - www.lead2pass.com 18

Page 19: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Microsoft 98-363 ExamE. Fixed values for elements and attributesF. Number and order of child elements

Correct Answer: BCEFSection: (none)Explanation

QUESTION 62Which of the following HTTP error codes represents the "Bandwidth Limit Exceeded" server error message?

A. 503B. 504C. 505D. 509

Correct Answer: DSection: (none)Explanation

QUESTION 63Which of the following classes provides objects that are constructed automatically for every request given to anASP.NET application and destroyed when the request has been completed?

http://www.gratisexam.com/

A. HttpResponseB. HttpContextC. HttpServletUtilityD. HttpRequest

Correct Answer: BSection: (none)Explanation

Explanation/Reference:

QUESTION 64What are the basic steps involved in the life cycle of a WFC application? Each correct answer represents acomplete solution. Choose all that apply.

A. Implementing the contractB. Defining the service contractC. Hosting the service in an applicationD. Building a client applicationE. Defining a client application

Page 20: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

F. Implementing Web services

Correct Answer: ABCDSection: (none)Explanation

QUESTION 65Which of the following is a non-XML syntax for describing the appearance of particular elements in adocument?

A. DTDB. XSL-FOC. SAXD. CSS

"First Test, First Pass" - www.lead2pass.com 19Microsoft 98-363 Exam

Correct Answer: DSection: (none)Explanation

QUESTION 66Which of the following is a capability in computer science that permits client software to converse with databaseserver software?

A. Transaction objectB. ScriptManager.ScriptsC. Database connectionD. ObjectDataSource

Correct Answer: CSection: (none)Explanation

QUESTION 67Which of the following delimiters are used to create data binding expressions?

A. <%% and %>B. <%# and %>C. <%$ and %>D. <%& and %>

Correct Answer: BSection: (none)Explanation

QUESTION 68Which of the following statements best describes XML?

A. XML is a programming language, which reads XML files and produces executable code.B. XML is a metamarkup, platform dependent and long-term data format language.

Page 21: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

C. XML is an ascendant of SGML, which defines a generic syntax used to mark up data with simple, human-readable tags.

D. XML is a markup language, which is not a replacement of HTML and designed to store and display data.

Correct Answer: DSection: (none)Explanation

QUESTION 69Select which of the following is a correct description of DTD?

A. It is a language for finding and extracting elements and attributes from XML documents.B. If defines the document structure with a list of legal elements and attributes.C. It is a language for transforming XML documents into XHTML documents or to other XML documents.D. It is non-XML syntax for describing the appearance of particular elements in a document.

Correct Answer: BSection: (none)Explanation

QUESTION 70"First Test, First Pass" - www.lead2pass.com 20Microsoft 98-363 Exam

You work as a Windows Application Developer for company Inc. The company uses Visual Studio .NET 2008as its application development platform. You have been tasked with creating a WCF service for your companyusing .NET Framework 3.5.. Which of the following properties should your service require in order to configureendpoints? Each correct answer represents a part of the solution. Choose all that apply.

A. COM InterfaceB. MarshallingC. BindingD. ContractE. Entry PointF. Address

Correct Answer: CDFSection: (none)Explanation

QUESTION 71Which of the following elements can be added to the config file to assist in testing the application?

A. ANYB. KeyC. traceD. value

Correct Answer: CSection: (none)Explanation

Page 22: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

QUESTION 72Which of the following modes are provided by application pools? Each correct answer represents a completesolution. Choose all that apply.

A. In-processB. Classic ModeC. Integrated ModeD. InProc

Correct Answer: BCSection: (none)Explanation

QUESTION 73Which of the following statements correctly defines client-side scripting?

A. It refers to the scripts that are executed on the Client Server instead of on the Web server.B. It refers to the scripts that are executed on the DOM instead of on the Web server.C. It refers to the scripts that are executed on the Web browser instead of on the Web server.D. It refers to the scripts that are executed on the Java Virtual Machine instead of on the Web Server

Correct Answer: CSection: (none)Explanation

QUESTION 74"First Test, First Pass" - www.lead2pass.com 21Microsoft 98-363 Exam

Which of the following is the first part of an internal and external style sheet that allows a developer to locateany desired set of elements within a document?

A. FrameB. IFrameC. PropertyD. Selector

Correct Answer: DSection: (none)Explanation

QUESTION 75Which of the following allows you to bind control property values to data and specify values for retrieving,updating, deleting, and inserting data?

A. TemplateControl classB. DataBinder classC. Data binding syntaxD. Binding markup extension

Correct Answer: C

Page 23: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Section: (none)Explanation

QUESTION 76Which of the following states is a server-side technique that uses the Web server to store data?

A. Session StateB. View StateC. Application stateD. Control State

Correct Answer: CSection: (none)Explanation

QUESTION 77Which of the following is a lightweight object used for read-only access to data?

A. DataSourceB. DataReaderC. SqlDataReaderD. DataTable

Correct Answer: BSection: (none)Explanation

QUESTION 78Which of the following enables an application to send and receive information across the Internet and allowsprogramming logic and capabilities to be shared with many other applications?

A. Windows ServiceB. Global.asaxC. Console applicationD. Web service

"First Test, First Pass" - www.lead2pass.com 22Microsoft 98-363 Exam

Correct Answer: DSection: (none)Explanation

QUESTION 79Which of the following HttpContext objects provides properties and methods related to the browser and is usedfor retrieving information about the browser, reading cookies, and passing information directly form the Webpage?

A. ApplicationB. RequestC. ResponseD. Server

Page 24: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: BSection: (none)Explanation

QUESTION 80Which of the following is the main advantage of using Windows authentication?

A. Its authentication ticket is usually contained inside a cookie.B. It allows a .NET process to act as an authenticated user or as an arbitrarily specified user.C. It can be coupled with IIS authentication so that you do not have to write any custom code and it does not

pass the user credentials over the wire.D. It determines the authentication mode that it should use for a particular application by looking at IIS

metabase settings.

Correct Answer: CSection: (none)Explanation

QUESTION 81In which of the following locations will the configuration settings be stored while deploying an ASP.NETapplication?

A. Global.asaxB. Microsoft IIS metabaseC. XML filesD. GAC

Correct Answer: CSection: (none)Explanation

QUESTION 82Which of the following is a fundamental unit of deployment that allows a user to create external, user-definedfunctions using any common language runtime (CLR) language?

A. Trace.axdB. Configuration fileC. Global.asaxD. Assembly

Correct Answer: DSection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 23Microsoft 98-363 Exam

QUESTION 83You work as a Web Application Developer for company Inc. The company uses Visual Studio .NET as itsapplication development platform. You create an ASP.NET Web application using the .NET Framework. Theapplication is installed in a Network Load Balancing cluster. You are evaluating a bug statement. When a failure

Page 25: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

takes place in the Web application, the client occasionally gets an error page as anticipated. At other times, theclient gets an exception stack with the error message, which is not anticipated. You are required to find out theconfiguration setting that causes the unanticipated error. Which of the following configuration settings causesthe unanticipated error?

A. <compilation debug="true" />B. <customErrors mode="Off" />C. <compilation debug="false" />D. <customErrors mode="On" />

Correct Answer: BSection: (none)Explanation

QUESTION 84Which of the following options is a Microsoft .NET Framework component that adds native data queryingcapabilities to .NET languages?

A. Common language runtimeB. XmlDataSourceC. SqlDataSourceD. Language Integrated Query

Correct Answer: DSection: (none)Explanation

QUESTION 85Which of the following is an attribute that needs to be set at the beginning of a program in order to monitor aWeb page's life cycle?

A. AutoEventWireupB. Server.TransferC. Response.RedirectD. Global.asax

Correct Answer: ASection: (none)Explanation

QUESTION 86Which of the following methods is typically used with input controls for two-way (updatable) binding?

A. BindB. EvalC. DataBindD. Validate

"First Test, First Pass" - www.lead2pass.com 24Microsoft 98-363 Exam

Correct Answer: ASection: (none)

Page 26: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Explanation

QUESTION 87What are the various characteristics of AJAX?M Each correct answer represents a complete solution. Chooseall that apply.

A. It uses DOM for interacting with the page.B. It supports the data interchange between XML and XSLT.C. It uses COM for interacting with the page.D. It supports HTML and CSS standards-based presentation.E. It supports synchronous data retrieval with XMLHttpRequest.

Correct Answer: ABDESection: (none)Explanation

QUESTION 88Which of the following will you use for laying out a Web page for navigation?

A. JavaScriptB. HTMLC. TableD. CSS

Correct Answer: DSection: (none)Explanation

QUESTION 89Which of the following controls enables AJAX functionality in ASP.NET and registers the script for the MicrosoftAJAX Library with the page?

A. UpdateProgressB. UpdatePanelC. ScriptManagerD. Timer

Correct Answer: CSection: (none)Explanation

QUESTION 90Which of the following statements correctly describe the features of XML? Each correct answer represents acomplete solution. Choose all that apply.

A. XML is excellent for long-term data storage and data reusability.B. XML handles data in a graph structure having multiple root elements.C. XML is an excellent tool for handling data with a complex structure or a typical data.D. XML allows the author to define his own tags and his own document structure.E. XML does not do anything and it does not have any predefined tags.

Page 27: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: ACDESection: (none)Explanation

QUESTION 91"First Test, First Pass" - www.lead2pass.com 25Microsoft 98-363 Exam

Which of the following are used to enhance the client capabilities of standard ASP.NET Web server controls toprovide a richer user experience in the browser?

A. ChildrenAsTriggersB. UpdateProgressC. Extender controlsD. Client-side libraries

Correct Answer: CSection: (none)Explanation

QUESTION 92Which of the following is an alternative to the Web site project and is used to build a model that creates a singleassembly for the whole project?

A. GACB. Web setup projectC. Web Application ProjectD. Assembly

Correct Answer: CSection: (none)Explanation

QUESTION 93You work as a Windows Application Developer for company Inc. The company uses Visual Studio .NET 2008as its application development platform. You create a Windows Forms application using .NET Framework 3.5.The application contains a data-bound control. You want to display both hierarchical and tabular data by usingthe data-bound control. Which of the following GUI-based data source classes will you use to accomplish thetask?

A. XmlDataSourceB. LinqDataSourceC. ObjectDataSourceD. SqlDataSource

Correct Answer: ASection: (none)Explanation

QUESTION 94You work as a Software Developer for company Inc. The company uses Visual Studio.NET 2008 as its

Page 28: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

application development platform. You have recently finished development of an ASP.NET Web applicationusing the .NET Framework 3.5. You want to build the application and deploy it to a remote server. You employVPN to connect to the remote server's network. You can access the folder where you want to deploy theapplication. Front Page Server Extensions are not installed on the remote server. You are required to make useof Microsoft Visual Studio 2008 to deploy the application. You need to ensure that source code files cannot beaccessed by the application. What will you do?

A. Use the Publish Web Site utility and choose the Remote Site option.B. Use the Copy Web Site tool and choose the Remote Site option.C. Use the Publish Web Site utility and choose the File System option.D. Use the Copy Web Site tool and choose the File System option.

"First Test, First Pass" - www.lead2pass.com 26Microsoft 98-363 Exam

Correct Answer: CSection: (none)Explanation

QUESTION 95Which of the following is a process that determines whether an identity should be granted access to a specificresource?

A. AuthorizationB. AuthenticationC. ImpersonationD. Client-side scripting

Correct Answer: ASection: (none)Explanation

QUESTION 96Which of the following CSS selectors is used to specify a style for a single, unique element and is defined witha "#"?

A. ClassB. IdC. TypeD. Universal

Correct Answer: BSection: (none)Explanation

QUESTION 97Which of the following properties enables a user to update regions of the page individually by usingUpdatePanel controls?

A. EnableScriptGlobalizationB. IsInAsyncPostBackC. EnableScriptLocalizationD. EnablePartialRendering

Page 29: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: DSection: (none)Explanation

QUESTION 98Which of the following is the difference between custom controls and user controls?

A. Custom controls are good for static content, and user controls are good for dynamic content.B. Custom controls cannot be added to the Toolbox in Visual Studio, and user controls can be added to the

Toolbox in Visual StudioC. User controls are added in the source form (.ascx) along with the source code of the application, and

custom controls are added in the application's Bin directory or in the global assembly cache.D. User controls are designed for multiple applications, and custom controls are designed for an application.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 27Microsoft 98-363 Exam

QUESTION 99What will you use to achieve the following benefits? 1.Web site managers and authors may share style sheetsacross a number of documents (and sites). 2.An author may change the style sheet without requiringmodifications to the document. 3.A user agent may load style sheets selectively (based on media descriptions).

A. Inline style sheetB. HTMLC. Internal style sheetD. External style sheet

Correct Answer: DSection: (none)Explanation

QUESTION 100Which of the following uses an authentication ticket that is created when a user logs on to a site in order totrack the user throughout the site?

A. ImpersonationB. Windows authenticationC. Forms authenticationD. Authorization

Correct Answer: CSection: (none)Explanation

QUESTION 101You work as a Software Developer for company Inc. The company uses Visual Studio.NET 2008 as itsapplication development platform. You have recently finished development of an ASP.NET Web application

Page 30: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

using the .NET Framework 3.5. The application is deployed on the IIS 6.0 Web server by using the defaultASP.NET 2.0 application pool and Windows Authentication. The ASP.NET application is capable of uploadingfiles to a location on a different server. Users get an access denied error message when they try to submit afile. You are required to amend the Web.config file to accomplish this task. What will you do?

A. Add the following configuration to the Web.config file: <authorization> <allow users="*" /> </authorization>B. Add the following configuration to the Web.config file: <identity impersonate="false" />C. Add the following configuration to the Web.config file: <anonymousIdentification enabled="true" />D. Add the following configuration to the Web.config file: <identity impersonate="true" />

Correct Answer: DSection: (none)Explanation

QUESTION 102Which of the following directives is used to define page-specific attributes that are used by the Web pageparser and compiler?

A. @Control directiveB. @Include directive

"First Test, First Pass" - www.lead2pass.com 28Microsoft 98-363 Exam

C. @ServiceHost directiveD. @Page directive

Correct Answer: DSection: (none)Explanation

QUESTION 103Which of the following is the main reason for having a strong name for an assembly?

A. It is used in the interpreterB. It is used at runtime to locate the assembly.C. It is used to deploy an assembly into the Global Assembly Cache.D. It is used to provide security permissions.

Correct Answer: BSection: (none)Explanation

QUESTION 104Which of thefollowing will you use to retrieve rows from a data source in a DataReader?

A. GetDataB. GetValuesC. ReadD. ExecuteReader

Correct Answer: DSection: (none)Explanation

Page 31: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

QUESTION 105Which of the following statements is true about the control state client-based technique?

A. It is not versatile, as custom adapters cannot be written to control the manner of storing control state data.B. It is not reliable to manage the state of controls, as it is not available if the view state is disabled at the page

level.C. Unlike the view state, it cannot be disabled.D. It does not require any server resources, as it is stored in hidden fields on a Web page.

Correct Answer: CSection: (none)Explanation

QUESTION 106Which of the following is a capability in computer science that permits client software to converse with databaseserver software?

A. Transaction objectB. ScriptManager.ScriptsC. Database connectionD. ObjectDataSource

Correct Answer: CSection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 29Microsoft 98-363 Exam

QUESTION 107Which of the following is an alternative to the Web site project and is used to build a model that creates a singleassembly for the whole project?

A. GACB. Web setup projectC. Web Application ProjectD. Assembly

Correct Answer: CSection: (none)Explanation

QUESTION 108Which of the following statements are true about the purpose of using an application pool? Eachcorrect answerrepresents a complete solution. Choose all that apply.

A. Determines the right toaccess a resourceB. Improved securityC. Decreasesreliability and manageability of a Web infrastructureD. Improvedserver and application performance

Page 32: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Correct Answer: BDSection: (none)Explanation

QUESTION 109Which of the following HttpContext objects provides properties and methods related to the browser and is usedfor retrieving information about the browser, reading cookies, and passing information directly form the Webpage?

A. ApplicationB. RequestC. ResponseD. Server

Correct Answer: BSection: (none)Explanation

QUESTION 110Which of the following files will you use to identify system specific information to reduce future compilationchanges to the application? Each correct answer represents a complete solution. Choose all that apply.

A. Web.configB. Trace.axdC. Global.asaxD. Machine.config

Correct Answer: ADSection: (none)Explanation

QUESTION 111Choose and reorder in the correct sequence the stages of the page life cycle.

"First Test, First Pass" - www.lead2pass.com 30Microsoft 98-363 Exam

LoadPage requestPreLoadPostback event handlingUnLoadPreInitRenderingStartRenderInitialization

A. Page requestStartInitializationLoadPostback event handling

Page 33: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

RenderingUnload

B. StartInitializationLoadPostback event handlingRenderingUnloadPage request

C. LoadPostback event handlingRenderingUnloadPage requestStartInitialization

D. Page requestStartInitializationLoadPostback even handlingRenderingUnload

Correct Answer: ASection: (none)Explanation

QUESTION 112Which of the following files controls the configuration settings for the entire computer and includes settingsspecific to a computer?

A. Machine.configB. Web.configC. App.configD. Global.asax

Correct Answer: ASection: (none)Explanation

Explanation/Reference:"First Test, First Pass" - www.lead2pass.com 31Microsoft 98-363 Exam

QUESTION 113You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as itsapplication development platform. You create a Web application named Website1 using .NET Framework 3.5.You enable tracing by editing the Web.config file of your application. You have written the following code inWeb.config:

<configuration><system.web><trace enabled="true" pageOutput="true"></system.web></configuration>

Page 34: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

You want to view the entire log of your application. Which of the following actions will you perform to accomplishthe task?

A. Navigate to the Trace.aspx page on the Web application.B. Navigate to the Trace.axd page on the Web application.C. Navigate to the Trace.html page on the Web application.D. Navigate to the Trace.asmx page on the Web application.

Correct Answer: BSection: (none)Explanation

QUESTION 114Which of the following controls enables a user to add scripts and services that are specific to nestedcomponents?

A. UpdateProgressB. UpdatePanelC. ScriptManagerProxyD. Timer

Correct Answer: CSection: (none)Explanation

QUESTION 115Which of the following classes belongs to the family of data source controls in the ASP.NET framework, whichenables a declarative data-binding model against a range of underlying data stores?

A. XmlDataSourceB. SqlDataSourceC. ObjectDataSourceD. LinqDataSource

Correct Answer: ASection: (none)Explanation

QUESTION 116Which of the following events is a session event that is triggered when a user who does not have an opensession opens a page on a site?

A. OnEndB. Init

"First Test, First Pass" - www.lead2pass.com 32Microsoft 98-363 Exam

C. OnStartD. PreInit

Correct Answer: CSection: (none)Explanation

Page 35: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

QUESTION 117Which of the following objects enables a Web developer to work with SQL server, OLEDB, ODBC, or Oracledatabase?

A. Enlistment objectB. Export objectC. Connection objectD. Transaction object

Correct Answer: CSection: (none)Explanation

QUESTION 118Which of the following elements stores file paths, XML Web service URLs, or any information that is stored inthe .ini file for an application?

A. appSettingsB. system.webC. configurationD. add

Correct Answer: ASection: (none)Explanation

QUESTION 119Which of the following HttpContext objects provides properties and methods related to individual users orinstances of a Website?

A. ApplicationB. SessionC. ResponseD. Request

Correct Answer: BSection: (none)Explanation

QUESTION 120Which of the following is a client-side scripting language?

A. PHPB. XMLC. JavaScriptD. ASP

Correct Answer: CSection: (none)Explanation

Page 36: 98-363 formatted · 9/17/2012  · "First Test, First Pass" - 5 Microsoft 98-363 Exam You work asa Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 asits

Explanation/Reference:

http://www.gratisexam.com/