PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

You create a Microsoft Windows SharePoint Services site that contains a content type named Proposal. The Proposal content type is applied to lists that are named within the site collection.

You need to update the Proposal content type to include a new column. You also need to ensure that the existing lists display the new column.

What should you do?

What should you recommend?

You create Microsoft Windows-based applications. You are responsible for evaluating the deployment of a product-pricing application. This application will be deployed on portable computers that are used by a team of sales personnel.
The application must meet the following requirements:

The application must run successfully on a dial-up connection.
Users need to run the application locally.
New features are added to the application on a monthly basis.

You need to provide a deployment solution that will ensure your users always have the latest version of the application when they connect to the corporate network. What should you recommend?

Which code segment should you use?

You create Web-based client applications. You are creating an application that must access different databases depending on whether the application is in demonstration, production, or test mode. The mode is stored in an environment variable. The configuration file contains the following settings.

<connectionStrings>
<add name = “ProdDB” connectionString = “Data Source = server; Initial Catalog = ProdDatabase; Integrated_Security = true” providerName = “System.Data.SqlClient” /> <add name = “DemoDB” connectionString = “Data Source = server; Initial Catalog = DemoDatabase; Integrated_Security = true” providerName = “System.Data.SqlClient” /> <add name = “TestDB” connectionString = “Data Source = server; Initial Catalog = TestDatabase; Integrated_Security = true”
providerName = “System.Data.SqlClient” />
</connectionStrings>

You need to ensure that changing the mode will not require you to change the configuration file. Which code segment should you use?

What should you conclude?

You create Microsoft Windows-based applications. You create a sales management application. The application stores sales data on a Microsoft SQL Server 2005 database that is maintained on a local server. The application retrieves data for analysis and permits users to make changes to the sales data. After the application is deployed, users report that the application takes too long to start. You run the application on your local computer to verify the performance and network usage. The performance chart is shown in the Performance exhibit and the network usage chart is shown in the Networking exhibit. (Refer to the Exhibit.) You need to analyze the application code and evaluate the problem. What should you conclude?