Which method should you use?
You have a web part named Web1. Web1 modifies the content of a published Microsoft Office Excel workbook by using Excel web services. You need to open a new Excel Calculation Service session in Web1.
Which method should you use?
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?
What are three possible ways to achieve this goal?
You plan to create an Office Visio 2007 application. You need to prevent Visio 2007 from failing in the event that there is a fault in the application. What are three possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose three.)
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 do?
A construction company wants to display plots on a Virtual Earth 6.0 map. The photographs of the plots are stored as JPEG files. You instantiate a pushpin shape of the type VEShapeType.Pushpin. You need to set a custom icon to the pushpin. What should you do?
Which method should you use?
You create an audience by using the SharePoint Object Model. You need to ensure that the audience is compiled.
Which method should you use?
Which path should you use?
You create a new feature that contains shared resources. The new feature will be used within a site definition. You are manually deploying the feature on a Microsoft Windows SharePoint Services site.
You need to create a folder for the feature.
Which path 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?
What are two possible ways to achieve this goal?
You need to prevent text in a shape from appearing upside down when the shape is rotated. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)