Which two components should you choose?
You create Web-based client applications. You are designing an Employee class for an application. Your company Web site will use the application. You need to analyze the architecture diagram. You also need to decide which components will use the Employee class. The architecture diagram is shown in the following exhibit. (Refer to the Exhibit.) Which two components should you choose? (Each correct answer presents part of the solution. Choose two.)
What are two possible code segments you can use to achieve this goal?
Your customer uses a Virtual Earth 6.0 map to display a road map. You need to ensure that the map displays aerial images with overlaid labels when the map is initially loaded. What are two possible code segments you can use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
What should you add to the XSLT code?
You have the following XSLT code:
01: <xslt:stylesheet version=”1.0″
xmlns:xsl=http://www.w3.org/1999/xsl/transform”>
02: <xsl:output method=”xml” version=”1.0″ encoding=”utf-8″ indent=”yes” />
03:
04: </xlst:stylesheet>
You need to customize the search core results web part to return raw xml by using the XSLT code.
What should you add to the XSLT code?
Which code segment should you use?
You are creating a Web Part for a Microsoft Windows SharePoint Services site named Site1. You install a feature named TimeFeature on Site1.
You write the following code segment.
Dim site As SPSite = New SPSite(“http://server/site1”)
Dim web As SPWeb = site.OpenWeb
You need to display the current time to the user only if the TimeFeature feature is activated on Site1.
Which code segment should you use?
Which technology should you use?
You create Microsoft Windows-based applications. You are creating an application to be used by the employees of a multinational company.
The application must meet the following requirements:
Employees from any location can retrieve the latest price quotes from the companys Microsoft SQL Server database.
Employees can submit orders online.
The companys business partners can submit orders by using the software that they design themselves. The company cannot restrict the business partners choice of platform.
You need to ensure that the application and the server communicate as effectively as possible. Which technology should you use?
What are three possible ways to achieve this goal?
You create a new shape in Office Visio 2007. You need to prevent users from changing the color of the shape when they apply a theme to a Visio 2007 diagram that uses the new shape. What are three possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose three.)
What should you do before calling the code to retrieve the data?
You develop Web-based client applications. You are developing a Web page that will retrieve large amounts of data from a remote database. You need to ensure maximum scalability. What should you do before calling the code to retrieve the data?
Which code segment should you use?
Your Microsoft MapPoint Web Service (MWS) User Id is 124566, and your MWS password is P@ssw0rd. You need to use MWS to create an application. Which code segment should you use?
Which method instance type should you implement?
You are creating a BDC entity. You need to ensure that data returned by the entity can be indexed.
Which method instance type should you implement?
Which code segment should you use?
You create a Microsoft Windows SharePoint Services application. Your company creates two SharePoint sites named Site1 and Site2 in the same Web application.
You write the following code segment.
Private site1 As SPWeb = _
(New SPSite(“http: //localhost/Site1”)).OpenWeb()
Private site2 As SPWeb = _
(New SPSite(“http: //localhost/Site2”)).OpenWeb()
You need to copy a custom cross-site group named CrossSite from Site1 to Site2.
Which code segment should you use?