PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which two files should you customize for the site collection?

You install a Microsoft Office SharePoint Server 2007 server. The server contains three site collections. One site collection uses both English and Turkish language variations.

You need to redirect a user to the selected language page. You also need to ensure that the language settings for other site collections remain unaffected. Which two files should you customize for the site collection? (Each correct answer presents part of the solution. Choose two.)

What should you conclude?

You create Microsoft Windows-based applications. You are creating an application that runs statistical sales models. The application will be used by 400 users on the local network. After the application is deployed, users report that the application stops responding. The application takes more than 10 minutes to resume to normal when a specific action is performed. The performance chart is shown in the Performance exhibit, and the task list of the application that is running on a sample computer is shown in the Processes exhibit. (Refer to the Exhibit.) You need to evaluate the problem by analyzing the monitored data. What should you conclude?

What should you conclude?

You create Web-based client applications. You are evaluating the design of an e-commerce Web site. The Web site processes credit card information. The Web site has a shopping cart and expects a high volume of traffic, especially during peak shopping times.

The design specifications for the application must meet the following criteria:

The application will be hosted on a Web farm.
The application will use SSL during the checkout process.
Shopping cart information will be stored in InProc session variables.

You need to evaluate the design of the application and recommend whether it is technically feasible and complete. What should you conclude?

Which two actions should you perform?

Your Microsoft SQL Server 2005 database contains client records. You create a Business Data Catalog (BDC) definition that allows you to view the client information. You create a Web Part that displays a map of the location of the selected client. You need to ensure that you can create a custom action to link to the Web part. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

What should you do?

You create Microsoft Windows-based applications. You are developing a component that will be used by multiple Windows-based applications in a bank.

Your specification states the following requirements for the BankAccount class:

Store the balance value.
Implement a public property to contain the value of balance. Implement a Deposit method that receives the amount to be deposited. This method does not return anything.
Implement a Withdraw method that receives the amount to be withdrawn. This method does not return anything.
The withdraw and deposit methods must throw exceptions in the following cases:
o Negative values are used as amounts for withdrawal or deposit. o Amounts larger than the current balance are used for withdrawal. You need to create a unit test for the component. What should you do?