Which code segment should you use?
You create a Microsoft Windows SharePoint Services site.
You need to change the group of the site column.
Which code segment should you use?
Which four requirements does the proposed solution meet?
You create Microsoft Windows-based applications. You are creating an application to manage projects. Your company network consists of a single Microsoft Windows Server 2003 Active Directory domain. All servers in the domain run Microsoft Windows Server 2003. All workstations run Microsoft Windows XP Professional.
You are provided with the following requirements:
1. Identify the user for workflow functionality.
2. Store data in a central location to help users access the data from anywhere on the network.
3. Permit data to be stored locally for offline access.
4. Permit access to the central data storage so that future applications can reuse the data.
5. Store application settings locally.
6. Make network communication as secure as possible.
You create an application that relies on Windows domain-based authentication and authorization to identify the user without logging on to the application. You also decide to use Microsoft SQL Server 2005 as the database engine and save the data locally as XML for offline access. You need to validate that the proposed solution meets the requirements. Which four requirements does the proposed solution meet? (Each answer presents part of the solution. Choose four.)
What should you do?
You create an Office Visio 2007 drawing. The drawing stores data in a Microsoft Office Excel 2007 spreadsheet. You need to add VBA code to the drawing to access the Excel spreadsheet. What should you do?
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?
Which code segment should you use?
You are creating a Virtual Earth 6.0 application. The application will use data that is stored in the Microsoft MapCruncher output format.
The MapCruncher output is defined in the following manner:
var tileSrc =
http://dev.live.com/virtualearth/sdk/layers/layer1
You need to ensure that the application displays the data as a new layer on the Virtual Earth map.
Which code segment should you use?
Which code segment would you insert at line 16?
You redesign your SharePoint Server 2007 solution. You write the following code segment:
01: Shared Sub folderShare(ByVal portal_uri As String, ByVal doc_uri As String, ByVal folder_location As String)
02: Dim site As SPSite = New SPSite “_uri”
03: Try
04: Dim context as ServerContext = ServerContext.getContext(“site”)
05: Dim sspContent as Content = New Content(context)
06: Try
07: Dim targetURI as URI = New URI(doc_URI)
08: Try
09: Dim sspContentSources as ContentSourceCollection = sspContent.ContentSources
10: …
11: Finally
12: CType(targetURI, iDisposable).dispose()
13: End Try
14: Finally
15: CType(sspContent, iDisposable).dispose()
16: End Try
17: Finally
18: CType(site, iDisposable).dispose()
19: End Try
20: End Sub
You need to add a folder from UNC path that contains documents as a content source.
Which code segment would you insert at line 16?
When is the GetValidatedString() method called?
You define a custom field type. You override the GetValidatedString() method in the custom field type.
You implement the custom field type in a list. In some scenarios, the data in the list is updated without the GetValidatedString() method being called.
You need to identify the scenario in which the GetValidatedString() method is called.
When is the GetValidatedString() method called?
What should you conclude?
You create Microsoft Windows-based applications. You are creating a sales management application. The application will consume Web services to retrieve and save data to a database server. These Web services will be exposed to a partner extranet so that partners can write applications that will access the same data. The deployment diagram for the entire solution is as shown in the following exhibit. (Refer to the Exhibit.) After deploying the solution, local users and partners report that they are not able to retrieve any data. You find that the client computers are able to access Web applications and Web services hosted by the Web server. You also find that the local applications are able to access other databases on the database server. You need to troubleshoot the issue. What should you conclude?
Which graphic output format should you use?
You need to use Office Visio 2007 to publish a Web page that meets the following requirements:
Users must be able to search for shape data.
Users must be able to pan and zoom the drawing without any pixilation.
Which graphic output format should you use?
What should you conclude?
You create Web-based applications. You are creating an application for purchase order management. The application is composed of a Web client, business logic components, a Data Access Component (DAC) Web service, and a central database.
The application design meets the following specifications:
The Web-based client application is used for end-user interaction. The Web-based client application uses two business logic components named Order and Customer.
Each customer can have multiple orders.
Each order belongs to a single customer.
The business logic components use a DAC Web service.
The business logic components make data available to the Web-based client application.
You receive a deployment diagram as shown in the following exhibit. (Refer to the Exhibit.) You need to evaluate the diagram to ensure that it complies with the specifications. What should you conclude?