What should you do?
You have two Microsoft Offce SharePoint Server 2007 site collections named Staging and Production. The Staging site collection runs on Server A. The Production site collection runs on Server B.
Server A and Server B are located on separate networks.
You need to write a script that replicates content from the Staging site collection to the Production site collection.
What should you do? (To answer, move the appropriate three actons from the list of actions to the answer area and arrange them in the correct order.)
What should you do?
You create Web-based client applications. You are creating a Web component that calls an existing function. The function might throw an application-specific exception of type InvalidChecksumException. The type InvalidChecksumException inherits from the System.ApplicationException class. The component is coded to recover from an InvalidChecksumException exception, but not to recover from other types of exceptions. The component does not have any additional information that could be usefully added to other types of errors or exceptions. You need to design the component to correctly handle exceptions. You also need to ensure that the exception handling strategy does not affect the performance of the component. What should you do?
Which code segment should you use?
You are creating a Microsoft Office SharePoint Server 2007 site.
The site has five audiences. A user might belong to more than one of the five audiences.
You need to obtain a list of audience names for the current user.
Which code segment should you use?
What should you recommend?
You create Web-based client applications. You deploy an application on the company extranet. The sales team requires notification when an order total exceeds the companys approval levels.
The application requires you to send an e-mail to the sales manager to receive approval for any order over $100,000. You must meet the following constraints to achieve this requirement:
Modifications can be done only to the Web.config file
Limited programmer resources
System can be configured as needed at multiple sites
The design team plans to use the SimpleMailWebEventProvider class of the health monitoring APIs to send the e-mail. You need to evaluate whether the design meets the requirement. What should you recommend?
Which two actions should you perform?
Your company uses an order management application that stores order information in a Microsoft SQL Server 2005 database. You are creating a Business Data Catalog (BDC) definition on a Microsoft Office SharePoint Server 2007 server. You need to ensure that the SharePoint server can index the order information. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which analysis strategy should you use?
You create Web-based client applications. You deploy an application for a company. The application enables customers to access mobile phone invoices. Users report that the application fails to respond and time-outs occur. You test the application and find that the reports are valid. You need to identify the cause of the problem. Which analysis strategy should you use?
What should you do?
You create a Microsoft Office SharePoint Server 2007 site. You also create a Business Data Catalog (BDC) definition. The BDC definition accesses a product database that is stored on a Microsoft SQL Server 2005 server. You need to ensure that users can filter the product data by the ProductType field from within the SharePoint server. What should you do?
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?
Your organization has a department named product testing. You are creating a new membership named Product Testing. You are adding a distribution list to the new membership.
You need to ensure that the membership is displayed only to managers. What should you do?
What should you recommend?
You create Web-based client applications. You are evaluating the configuration architecture of an application in a suite of tools that is managed from a common management console. You must get user-specific information, which is gathered during the user sessions, for the marketing department so that they can analyze trends in usage. Eventually, the marketing department might decide to store the data on their Microsoft SQL Server database in the next version of their customer management tool suite.
The configuration architecture has the following features:
The data is stored in files on a shared file server.
Permissions for the server permit the Web server to write and the marketing department to read the data.
The data is formatted in XML.
You need to evaluate whether the configuration architecture meets the requirements. What should you recommend?