98-363 Exam Questions
199 real 98-363 exam questions with expert-verified answers and explanations. Page 3 of 4.
- Question #101
Which of the following controls serve as a base class that defines the methods, properties, and events common to all controls in the System.Web.UI.WebControls namespace?
- Question #102
Which of the following HTTP status codes represents the "Request URI Too Long" client error?
- Question #103
Which of the following attributes of the img tag is required for strict XHTML compliance while embedding images in a Web page?
- Question #104
Which of the following is a mechanism for defining how to display elements of a Web page, including their characteristics such as fonts, borders, color, and size?
- Question #105
Which of the following Validation Web controls are special controls that allow you to write your own validation code to validate a control?
- Question #106
Which of the following page events is raised after the start stage is complete and before the initialization stage begins?
- Question #107
Which of the following is the process of reusing existing active connections instead of creating new connections when a user makes a request to the database?
- Question #108
Which of the following classes retrieves data from a data source and also resolves changes made to the DataSet back to the data source?
- Question #109
Which of the following configuration files contains the ASP.NET settings that apply to the entire Web server and is used to control the configuration settings for the entire comput...
- Question #110
Which of the following is a set of feature extension modules created by Microsoft for use with Microsoft Windows?
- Question #111
Which of the following folders contains reference contract files (.wsdl files), schemas (.xsd files), and discovery document files (.disco and .discomap files)?
- Question #112
Which of the following classes is an in-memory cache of data retrieved from a data source that consists of a collection of DataTable objects that you can relate to each other with...
- Question #113
You develop a Windows-based application using Visual Studio .NET. You want to deploy the application on a user's computer by using the ClickOnce technology. What deployment strateg...
- Question #115
Which of the following options establishes a connection between an ASP.NET web page control and a data source?
- Question #116
Which of the following options are the building blocks of Microsoft .NET Framework applications and form the fundamental unit of deployment, version control, reuse, activation scop...
- Question #117
Which of the following events are initiated by actions performed on specific controls such as a Button control's Click event or a Textbox Control's TextChanged event?
- Question #118
Which of the following attributes of the trace element is used to state whether tracing is enabled for an application?
- Question #119
Which of the following is the process of establishing a connection between the application UI and business logic?
- Question #120
Which of the following HTTP status codes represents the "Non-Authoritative Information" message?
- Question #121
Which of the following controls are client-side HTML elements and attributes that provide limited interaction with the user?
- Question #122
Which of the following classes is used to represent a business object that gives data to data-bound controls in multi-tier Web applications?
- Question #123
Which of the following statements best describes an MSI deployment?
- Question #124
Which of the following is an optional file on the server that contains program code for handling session and application events?
- Question #125
Which of the following statements correctly describe the differences between HTML and XML? Each correct answer represents a complete solution. Choose all that apply.
- Question #126
Which of thefollowing actions will prevent a Web page fromcomplyingwith the XMTL standard?
- Question #127
Which of the following is a cache of database connections maintained by a database so that the connectionscan be reusedwhenthe database receives future requests for data?
- Question #129
You work as a Software Developer for company Inc. The company uses Visual Studio.NET 2008 as its application development platform. You have recently finished development of an ASP....
- Question #130
Which of the following page events will be raised after the Page object has created all controls that are required in order to render the page, including child controls of composit...
- Question #131
Which of the following is used to control and maintain the integrity and consistency of each action in a transaction even though errors may occur in the system?
- Question #132
Which of the following options have DataSource and DataSourceID properties?
- Question #133
Which of the following classes includes the intrinsic objects, Request and Response?
- Question #134
Which of the following tags are required for the web.config file so that it executes properly in an ASP.NET application? Each correct answer represents a complete solution. Choose...
- Question #135
Which of the following represents a database connection that uses an ADO.NET provider such as SqlClient or Odbc that enables a Web server control to access data located in a relati...
- Question #136
Which of the following properties of the UpdatePanel control is used to set a value that indicates whether postbacks from immediate child controls of the UpdatePanel control update...
- Question #137
Which of the following can be defined by an XML schema? Each correct answer represents a complete solution. Choose all that apply.
- Question #138
Which of the following HTTP error codes represents the "Bandwidth Limit Exceeded" server error message?
- Question #139
Which of the following classes provides objects that are constructed automatically for every request given to an ASP.NET application and destroyed when the request has been complet...
- Question #140
What are the basic steps involved in the life cycle of a WFC application? Each correct answer represents a complete solution. Choose all that apply.
- Question #141
Which of the following is a non-XML syntax for describing the appearance of particular elements in a document?
- Question #143
Which of the following delimiters are used to create data binding expressions?
- Question #144
Which of the following statements best describes XML?
- Question #145
Select which of the following is a correct description of DTD?
- Question #146
You work as a Windows Application Developer for company Inc. The company uses Visual Studio .NET 2008 as its application development platform. You have been tasked with creating a...
- Question #147
Which of the following elements can be added to the config file to assist in testing the application?
- Question #148
Which of the following modes are provided by application pools? Each correct answer represents a complete solution. Choose all that apply.
- Question #149
Which of the following statements correctly defines client-side scripting?
- Question #150
Which of the following is the first part of an internal and external style sheet that allows a developer to locate any desired set of elements within a document?
- Question #151
Which of the following allows you to bind control property values to data and specify values for retrieving, updating, deleting, and inserting data?
- Question #152
Which of the following states is a server-side technique that uses the Web server to store data?
- Question #153
Which of the following is a lightweight object used for read-only access to data?