98-363 Exam Questions
199 real 98-363 exam questions with expert-verified answers and explanations. Page 4 of 4.
- Question #154
Which of the following enables an application to send and receive information across the Internet and allows programming logic and capabilities to be shared with many other applica...
- Question #156
Which of the following is the main advantage of using Windows authentication?
- Question #157
In which of the following locations will the configuration settings be stored while deploying an ASP.NET application?
- Question #158
Which of the following is a fundamental unit of deployment that allows a user to create external, user-defined functions using any common language runtime (CLR) language?
- Question #159
You work as a Web Application Developer for company Inc. The company uses Visual Studio .NET as its application development platform. You create an ASP.NET Web application using th...
- Question #160
Which of the following options is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages?
- Question #161
Which of the following is an attribute that needs to be set at the beginning of a program in order to monitor a Web page's life cycle?
- Question #162
Which of the following methods is typically used with input controls for two-way (updatable) binding?
- Question #163
What are the various characteristics of AJAXM? Each correct answer represents a complete solution. Choose all that apply.
- Question #164
Which of the following will you use for laying out a Web page for navigation?
- Question #165
Which of the following controls enables AJAX functionality in ASP.NET and registers the script for the Microsoft AJAX Library with the page?
- Question #166
Which of the following statements correctly describe the features of XML? Each correct answer represents a complete solution. Choose all that apply.
- Question #167
Which of the following are used to enhance the client capabilities of standard ASP.NET Web server controls to provide a richer user experience in the browser?
- Question #169
You work as a Windows Application Developer for company Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create a Windows Forms applicatio...
- Question #170
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 #171
Which of the following is a process that determines whether an identity should be granted access to a specific resource?
- Question #172
Which of the following CSS selectors is used to specify a style for a single, unique element and is defined with a "#"?
- Question #173
Which of the following properties enables a user to update regions of the page individually by using UpdatePanel controls?
- Question #174
Which of the following is the difference between custom controls and user controls?
- Question #175
What will you use to achieve the following benefits? 1.Web site managers and authors may share style sheets across a number of documents (and sites). 2.An author may change the sty...
- Question #176
Which of the following uses an authentication ticket that is created when a user logs on to a site in order to track the user throughout the site?
- Question #177
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 #178
Which of the following directives is used to define page-specific attributes that are used by the Web page parser and compiler?
- Question #179
Which of the following is the main reason for having a strong name for an assembly?
- Question #180
Which of thefollowing will you use to retrieve rows from a data source in a DataReader?
- Question #186
Which of the following files will you use to identify system specific information to reduce future compilation changes to the application? Each correct answer represents a complete...
- Question #187
A Web page has an <asp:Button> control and three <asp:TextBox> controls named num1, num2, and num3. When a user clicks the <asp:Button> control, the Web page calls a JavaScript fun...
- Question #195
You create a webpage that displays recipes. You develop code that optimizes how the webpage is rendered for different web browsers. You need to ensure that the web server caches a...
- Question #197
This question requires that you evaluate the underlined text to determine if it is correct. Microsoft Visual Studio manages application pools. Instructions: Review the underlined t...
- Question #198
This question requires that you evaluate the underlined text to determine if it is correct.Object files contain all the build and configuration settings required to generate a cust...
- Question #199
You have a website that contains a Web.config file with the following XML markup: When an unauthorized user attempts to view the website, which page will be displayed?
- Question #201
You have a custom webpage that is published on the Internet. The webpage includes unique code that is compiled into the CustomCode.dll file. Where should you deploy the CustomCode....
- Question #202
You are publishing your website to a web server. The website shares a library of code with other websites. Where should you deploy the shared library?
- Question #203
You create a webpage that has a drop-down list. You are binding the list to data from a database. Which object should be used to update the database?
- Question #206
This question requires that you evaluate the underlined text to determine if it is correct. For a webpage that connects to a SQL Server database, the Serializable transaction isola...
- Question #208
You are deploying your website to a web server. You need to store several custom values so that the application will run correctly when deployed. Which section of the Web.config fi...
- Question #210
You are creating a webpage in Visual Studio. The webpage includes code that runs without a round trip to the web server. What is this code called?
- Question #211
Which three pieces of information must you provide to connect to a Windows Communication Foundation (WCF) service? (Choose three.)
- Question #212
You are adding new features to a web application that provides information about music and movies. The application includes the following code segment: How many connection pools wi...
- Question #214
This question requires that you evaluate the underlined text to determine if it is correct. The PreRender event is the last opportunity to make changes to the properties of a contr...
- Question #215
This question requires that you evaluate the underlined text to determine if it is correct. Control state is a client-side technology that cannot be disabled. Instructions: Review...
- Question #216
What should you use to save individual user state information on the server side?
- Question #218
You are creating a website for your school's yearbook club. You need to store additional strings specific to the website. Which Web.config file setting should you use?
- Question #219
This question requires that you evaluate the underlined text to determine if it is correct. For a webpage that connects to a SQL Server database by using a LinqDataSource control,...
- Question #220
You are creating a webpage that displays data from your database. The webpage uses a dataset object to display the data in a datalist. The datalist does not display data, and there...
- Question #221
You need to return the Internet Protocol (IP) host address for a client that connects to a webpage. Which two code segments should you use? (Choose two.)
- Question #222
Which HTML tag should you use to apply an internal style section to a Web page?
- Question #223
Which control is used to manage partial-page rendering in ASP.NET AJAX?
- Question #224
You are creating a webpage in Microsoft Visual Studio. What is the default client-side scripting language?