98-363 Exam Questions
199 real 98-363 exam questions with expert-verified answers and explanations. Page 1 of 4.
- Question #1
A Web site allows the user to change the background color of a Web page. Which two mechanisms can you use to store a user's preferred background color? (Each answer presents a comp...
- Question #2
You need to create the following table. Which attribute should you use on the <td> tag of Cell 1?
- Question #3
Which HTML tag should you use to apply an external style sheet to a Web page?
- Question #4
The web.config file of a Web site contains the following XML. You write the following code in a new ASP.NET Web page on the Web site. What happens when the page loads?
- Question #5
You create a session variable. What is its initial value?
- Question #6
You need to add custom configuration information to a Web application. What should you do?
- Question #7
What should you use to save Web application state information on the client side?
- Question #8
You need to find out whether a page form is being submitted to itself. Which ASP.NET page property should you use?
- Question #9
You need to access an HTML table on an ASP.NET page from the code-behind file. Which two properties must you assign a value to? (Each correct answer presents part of the solution....
- Question #10
In which language are web.config and machine.config files written?
- Question #11
A Web page contains the following code: objectmyCount = Request.QueryString["count"]; The query string does not contain a variable named count. What happens when the code executes?
- Question #12
You need to ensure that a page named 404.aspx is displayed for every 404 error on a Web site. What should you do?
- Question #13
In a try...catch...finally block, the purpose of finally is to execute code:
- Question #14
Your Web page contains the following code. What is rendered when the Web page is loaded?
- Question #15
Which of the following elements stores file paths, XML Web service URLs, or any information that is stored in the .ini file for an application?
- Question #16
Which of the following HttpContext objects provides properties and methods related to individual users or instances of a Website?
- Question #17
Which of the following is a client-side scripting language?
- Question #18
A Web page has an <asp:Button> control and three <asp:TextBox> controls named txt1, txt2, and txt3. When a user clicks the <asp:Button> control, the Web page calls a JavaScript fun...
- Question #19
Which client-side scripting language has the broadest browser support?
- Question #20
Which of the following objects enables a Web developer to work with SQL server, OLEDB, ODBC, or Oracle database?
- Question #21
You set a DataTable as the data source for an <asp:DropDownList> control. The DataTable has a field named UserName. You need to display the UserName field values as the display tex...
- Question #22
The <%# ... %> syntax is used:
- Question #23
Web service endpoints are:
- Question #24
An application contains an instance of a business class named UserStatistics. UserStatistics has the following static properties: - GuestsPerDay - GuestsPerMonth The application mu...
- Question #25
In which format does a Web service return data to an application?
- Question #26
You are using a SqIDataSource object- The SqlDataSource object must pass the value of an <asp:TextBox> control to a stored procedure in its SELECT command. You need to extract the...
- Question #27
Which of the following events is a session event that is triggered when a user who does not have an open session opens a page on a site?
- Question #28
You write code that makes two SQL Server updates inside an ADO.NET transaction. One statement succeeds. The other statement fails. What happens when the transaction is rolled back?
- Question #29
A Web service contains the following code. You need to expose the method in the Web service. What should you do?
- Question #30
You are creating an application pool on a Web server. You need to ensure that the new application pool inherits from the default application pool. What should you do?
- Question #31
You copy an ASP.NET Web site to a Web server. The first load of the home page takes longer than subsequent loads because the Web site:
- Question #32
The global assembly cache (GAC) is a:
- Question #33
You need to ensure that a Web application meets the following requirements: - Only authenticated users may access the application. - All unauthorized users are redirected back to t...
- Question #34
How many application pools can a Web site be part of?
- Question #35
Which of the following classes belongs to the family of data source controls in the ASP.NET framework, which enables a declarative data-binding model against a range of underlying...
- Question #36
You are deploying a Web site to a Web server. You need to ensure that no code-behind files exist on the production site. Which Visual Studio deployment option should you select?
- Question #37
You need to display the same image and text as a group on several Web pages. You also need to assign a different background color to each instance of the group. Which type of contr...
- Question #38
On a Web server, the machine.config file sets the default theme for Web pages to Red. In the web.config file of a Web site hosted on the Web server, you set the default theme for W...
- Question #39
You create an ASP.NET user control named MyControt.ascx. You need to specify the color of MyControl as follows: <uc:MyControl Color="Blue" /> What should you do?
- Question #40
What does an <asp:TextBox> control use to retain its value between postbacks?
- Question #41
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 named Website1 us...
- Question #42
Which of the following controls enables a user to add scripts and services that are specific to nested components?
- Question #43
An embedded style sheet contains the following code: div { background-color: red; } Your Web page contains the following HTML: <div style="background-color: yellow;">Hello</div> Wh...
- Question #44
Users of your Web site are required to create passwords that are eight characters long and contain at least one number. You need to verify that the text that the user types into th...
- Question #45
A Web page contains multiple hyperlinks. You need to remove underline formatting from hyperlinks that a user has already clicked. Which definition should you include in the CSS?
- Question #46
A variable named Version must have the same value on every page for every user. Which statement should you use to access Version?
- Question #47
A user navigates to your Web site and types his name. You need to save the user's name on the server side while the user is visiting your site. What should you use?
- Question #48
A JavaScript code example contains the following: varmyArray = []; myArray[0] = 'A'; myArray[1] = 'B'; myArray[5] = 'C'; What is the value of myArray [3]?
- Question #49
A Windows Communication Foundation (WCF) data contract is a/an:
- Question #50
In addition to SQL Server authentication, which type of authentication does Mixed Mode authentication support?