What should you do?
You are creating a Microsoft Office SharePoint Server 2007 Web application that references a Business Data Catalog (BDC) definition for a customer relationship management (CRM) system. You need to ensure that users can perform a keyword search on the CRM information from their My Site page. What should you do?
What should you do?
You are creating a custom site definition for a Microsoft Windows SharePoint Services site. You define a document library as a part of the custom site definition.
You need to set the default document type as a Microsoft Office Excel 2007 spreadsheet file for any new instances of the document library.
What should you do?
What should you conclude?
You create Microsoft Windows-based applications. You are creating an internal application. The application requirements are that you can audit the application to discover when users logged on and when they logged off from the application. Logon and logoff events must be stored in a centralized location. The application is designed to use the security credentials of the logged on Windows user. The auditing logon and logoff events policy is enabled for all computers on the
network. Because of these settings, the application does not log any data that is related to logon and logoff events. You need to evaluate the design to find if the application meets the auditing requirements. What should you conclude?
What should you do?
You have a drawing that contains custom shape data. You need to export the shape data to a new Microsoft Office Excel 2007 workbook. What should you do?
What should you include in the Product class?
You create Web-based client applications. You are creating a class library that will be used by an e-commerce Web-based application. The library has an abstract class that is named Product. The Product class serves as a base class for the other classes and provides a default ProductID property. Each class other than the base class represents a type of product that is sold by your company. There is a ProductID property and a GetProductDetails procedure for each product type.
You need to ensure that the application meets the following requirements:
The shopping cart in your Web-based application processes all product types in the same manner.
Each class retrieves its data from a different source.
The GetProductDetails procedure retrieves the data from the appropriate source for the product type.
What should you include in the Product class?
Which code segment should you use?
You are creating a Web application by using the Virtual Earth 6.0 map control in Microsoft Visual Studio 2005. You program a Web page in the application by using client-side JavaScript code. When you load the Web page, it returns an error message. You are unable to identify the point of failure in the code. You need to identify the line at which the code fails by executing the client-side JavaScript code step by step. Which code segment should you use?
Which two actions should you perform?
You are designing a Microsoft Office SharePoint Server 2007 solution. You need to create a workflow that will access data from a custom Microsoft Office Infopath task form.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which class and method should you implement?
You have a Microsoft Windows SharePoint Services site.
You need to write the custom code that runs each time a new functionality is added to the site.
Which class and method should you implement?
What should you do?
You create Microsoft Windows-based applications. Two of your Windows-based applications require the use of graphical progress indicators. These indicators are based on bitmap files. Such a component is not available in the .NET Framework.
To facilitate the search for a component, you identify the following requirements:
The component exposes methods to increment and decrement the progress bar, along with a method or a property to manually change the value of the progress bar. The component permits the use of different types of progress indicators, such as a regular progress bar or a circular progress bar.
The component represents multiple progress indicators, permitting the developers to dynamically change the number of indicators.
You research three third party components and find a component that matches the first two criteria. The component you find represents a single progress indicator. The component also exposes extra methods and properties that the developers must not use. You need to implement a strategy to use the third party component. You want to achieve this goal by using the minimum amount of programming effort. What should you do?
What should you do?
You create a shape that has two Shape Data rows named Department and CostCode. Both the Department and the CostCode rows have the Type =1.
The Department row Format cell has the formula =A;B.
You need to modify the ShapeSheet to meet the following requirements:
When a user selects Department A, only CostCodes A1 and A2 are visible. When a user selects Department B, only CostCodes B1 and B2 are visible.
What should you do?