What should you conclude?
You create Web-based client applications. You are designing an extranet site for a company of trading partners.
You decide to use the following technologies:
Windows Authentication
XML to transfer data between the company and the traders
Before implementation, these technologies must be validated. You propose the following approach to perform the validation:
Coordinate a test set of Active Directory accounts for one trading partner. Provide the trading partner access to a test site that has logon facility. Distribute the XML schema that permits the partner to access data.
You need to evaluate whether the approach validates the proposed technology successfully. What should you conclude?
What should you do?
Your company salesman plans to visit five customers located in five different cities. You need to display the shortest route that covers all five customer locations on a Web-based map. What should you do?
Which method should you define inside the entity?
You are creating a Business Data Catalog (BDC) definition for a phone book application. The application stores customer names in a table named People in a Microsoft SQL Server database. You are defining an entity named People within the BDC definition. You need to ensure that the entity data can be displayed in a Business Data List (BDL) Web Part. Which method should you define inside the entity?
Which code segment should you use?
You create a Microsoft Windows SharePoint Services site that contains a document library.
You need to check out the current version of each document in the root folder of the document library.
Which code segment should you use?
What should you do?
You create Microsoft Windows-based applications. You create an application that requires the user to be authenticated by a domain controller. The application consumes Web services. During acceptance testing, you detect that for some users a security exception is thrown while calling a method. The users should have access to the method. The method contains the following lines of code.
[PrincipalPermission(SecurityAction.Demand,Role=Manager)] public void ApproveOrder(int ordered) {
…
}
You need to resolve this bug. What should you do?
What are two possible ways to achieve this goal?
Your company uses Office Visio 2007. You create a new stencil and a new template. You need to ensure that the new stencil and the new template are available to all computers that run Visio 2007. The templates must appear in the Template Categories list. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
What should you recommend?
You create Web-based client applications. Your client company has an existing ASP.NET Web-based application. The Web-based application uses a combination of HTML and client-side scripting to deliver online training content. Your client company has asked you to enhance the application to deliver interactive multimedia content. The enhanced application must support dial-up users. You need to recommend an appropriate multimedia delivery mechanism for the application. What should you recommend?
What should you do?
You want to define a route specification for the fastest route in the United Kingdom between a start point, 30 intermediate stops, and an end point. You call the Microsoft MapPoint Web Service method named CalculateSimpleRoute. You also set an array of latitude and longitude values for all the points and stops as the first parameter. You need to set the required parameters for the route specification. What should you do?
What should you do?
You create a Microsoft Office SharePoint Server 2007 site. The site is configured to use a Shared Services Provider (SSP) that manages user profiles. The user profiles contain user contact information. You need to retrieve the telephone number of a user. What should you do?
What should you do?
You create a Microsoft Windows SharePoint Services site that contains task lists.
You are creating a custom Search Web Part that displays the number of unassigned tasks on the site.
You need to retrieve a list of task items from within the Web Part for which the assignment field is empty.
What should you do?