PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which solution should you use?

You create Microsoft Windows-based applications. You are designing an
application that will be deployed to employees in your company. The company requires that all internal applications are branded with the corporate logo and a copyright notice. You need to ensure that all forms in the application contain the appropriate branding and copyright notice. Your solution must be extensible, maintainable, and require minimum effort to lay out. Which solution should you use?

Which counter should you use?

You create Web-based client applications. You create an ASP.NET Web application. Five hundred users will access the Web-based application simultaneously. The application uses session variables to persist user data. You monitor the application by using System Monitor. You need to identify a counter that will warn you of the problems that you are most likely to face while monitoring. Which counter should you use?

What should you do?

You have a Microsoft Office SharePoint Server 2007 site. You create a Microsoft Office Excel 2007 workbook that contains the telephone numbers of all your company locations. You need to ensure that users can filter the Excel 2007 workbook on the basis of company locations by using Excel Services in Microsoft Office SharePoint Server 2007. What should you do?

Which control should you choose?

You create Microsoft Windows-based applications. Your company network runs a Web-based application that permits managers to edit data in the employee database by using a Web form. You need to redesign the Web-based application as a rich-client application.

The redesigned user interface must meet the following criteria:

The data entry form dynamically creates the input controls with the corresponding labels. The data entry fields accept inputs of different lengths and the input controls acquire size accordingly. The user experience is similar to that of the previous Web-based application. Dynamically created input controls and labels must always align properly, even if the form is resized. You need to identify the control that can be used to minimize the user interface code complexity. Which control should you choose?

What should you do?

You create Web-based client applications. You create an ASP.NET Web form that lists detailed company information. The company information is stored in a Microsoft SQL Server 2005 database. The Web form displays a drop-down list box that prompts the user to select a company type. On selection of the company type, the name of each company in the selected company type is displayed along with a button next to it. The button permits detailed contact information to be displayed for the company. Each button that is displayed along with a company name has a Text property value that is named View Details. The button is dynamically created based on the company type selected by the user. Each click event of the button is programmed to call a method named ShowDetails. The ShowDetails method displays the company details. The prototype of the Web form is as shown in the following exhibit. (Refer to the Exhibit.) You test the Web form and find that the code seems to function properly. When you display the Web form and click the View Details button, nothing happens. You need to ensure that the Web form responds properly within the minimum amount of time. You also need to minimize coding effort. What should you do?