PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you conclude?

You are an enterprise application developer. You are designing an intranet Web application. This application must meet the following requirements:

* The employees must log on to use the application.
* The database authentication mechanism must be as secure as possible.
* The number of connection pools must be minimized.

You decide to use Microsoft SQL Server authentication and a specific SQL Server account. You need to evaluate whether the design will meet the business requirements and make recommendations, if required.
What should you conclude?

Which validation control should you use?

You are creating an ASP.NET application by using the .NET Framework 3.5. You create a Web form in the application that allows users to provide personal information. You add a DropDownList control to the form to capture the residential country of the user. The default item that the DropDownList control displays is the Select Country option. You need to ensure that users select a valid country other than the default option from the DropDownList control. You also need to ensure that the form is created and maintained by using the minimum amount of development effort. Which validation control should you use?

Which two changes should you recommend?

You are an enterprise application developer. You are designing an application. The database for the application currently has a one-to-one relationship between order and product. The application must meet the following business requirements:

* An order must contain orders for many products.
* An order must store the ordered quantity of each product.

You need to evaluate the existing design and recommend changes to meet the business requirements.
Which two changes should you recommend? (Each correct answer presents a complete solution. Choose two.)

Which data-bound Web server control should you use?

You are creating an ASP.NET application by using the .NET Framework 3.5. You create a Web form in your application by using a data-bound Web server control. The Web form displays employee information. You need to ensure that the data-bound Web server control meets the following business requirements: It provides built-in sort capabilities. It displays multiple records by using a default tabular format. Which data-bound Web server control should you use?

What should you conclude?

You are an enterprise application developer. You create a business component for a contact management application that is named Contact. The Contact class contains a public read/write property that is named Company. Company is defined as a string. The Company field in the database is defined as nvarchar(20). You must test whether the property correctly handles values of any length. You decide to use a boundary condition test. You need to evaluate whether the proposed test is appropriate.
What should you conclude?

What should you do?

You create a PerformancePoint Add-in for Excel report. You publish the report as a form. Users can modify the values that are stored in the non-leaf members. You need to ensure that any changes made to nonCleaf-member values are also propagated to the leaf-member values.

Your solution must maintain the proportion between the leaf-member values. What should you do?

Which state management strategy should you use?

You are creating an ASP.NET application by using the .NET Framework 3.5.

You create a custom Web server control to implement the shopping cart functionality in the application.

You add the following code fragment to the Web.config file of the application.

<authentication mode=”None” />

< sessionState mode=” SQLServer ” />

You need to ensure that when the user re-opens the Web browser, the application retains the state of the shopping cart.

Which state management strategy should you use?