Free XXYYinc Samples and Demo Questions Download
3COM exams 3COM
Adobe exams Adobe
Apple exams Apple
Avaya exams Avaya
BEA Systems exams BEA Systems
Business Objects exams Business Objects
CheckPoint exams CheckPoint
Cisco exams Cisco
Citrix exams Citrix
CIW exams CIW
CompTIA exams CompTIA
CWNP exams CWNP
EMC exams EMC
Exam Express exams Exam Express
Exin exams Exin
HP exams Hewlett Packard
IBM exams IBM
ISC exams ISC
ISEB exams ISEB
Juniper Networks exams Juniper Networks
Lotus exams Lotus
LPI exams LPI
Microsoft exams Microsoft
Network Appliance exams Network Appliance
Nortel exams Nortel
Novell exams Novell
Oracle exams Oracle
PMI exams PMI
RedHat exams RedHat
SNIA exams SNIA
Sun exams Sun
Sybase exams Sybase
Symantec exams Symantec
Tibco exams Tibco Software
VMWare exams VMWare
All certification exams

Microsoft 70-544 Exam - XXYYInc.com

Free 70-544 Sample Questions:

1. 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?
A. Dim appCredential As New System.Net.NetworkCredential("124566", "P@ssw0rd")
B. Dim appCredential = New System.Security.Principal.NTAccount("124566", "P@ssw0rd")
C. Dim appCredential As New System.Security.Principal.GenericIdentity("124566", "P@ssw0rd")
D. Dim appCredential As New System.EnterpriseServices.SecurityIdentity("124566", "P@ssw0rd")
Answer: A

2. You are managing Microsoft MapPoint Web Service (MWS) data in an application by using the Customer Services site. The application uses the DS_ONE data source stored on the Customer Services site.
The application displays several records in the wrong locations on the map.
You need to display these records correctly on the map.
What should you do?
A. View the data source geocoding results. Filter on match code. Manually edit all the resulting locations through the Customer Services site.
B. Download the data source. Remove the latitude and longitude data. Re-upload the corrected data to the Customer Services site.
C. Download the data source. Update all the locations by using a Find or FindAddress call. Re-upload the corrected data to the Customer Services site.
D. Download the data source. Update each bad geocode by using a Find or FindAddress call. Re-upload the corrected data to the Customer Services site.
Answer: A

3. You are creating a Virtual Earth 6.0 application that retrieves locations from a Microsoft SQL Server 2005 database.
A stored procedure will be used to retrieve only locations that lie within the currently displayed map area.
You need to define the boundary within which the locations displayed on the map must lie.
How should you define the boundary?
A. points represented by the bottom-right and top-left pixel coordinates
B. points represented by the bottom-right and top-left latitude and longitude coordinates
C. the center point of a circle whose radius is equal to the size of the map based on pixel coordinates
D. the center point of a circle whose radius is equal to the size of the map based on latitude and longitude coordinates
Answer: B

4. You are updating a Virtual Earth 6.0 store locator. A database table named Stores contains the City and State fields. A Microsoft SQL Server 2005 function named CalculateDistance measures the distance between two points.
The store locator contains a stored procedure named LookupStores that retrieves the names of stores located in a given city and state. The city and state are passed in as parameters to the stored procedure.
You need to extend the store locator to support a proximity search within a given radius.
Which two tasks should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Add a Radius field to the Stores table.
B. Add a Distance field to the Stores table.
C. Add Latitude and Longitude fields to the Stores table.
D. Extend the LookupStores stored procedure to use CalculateDistance.
E. Create a new stored procedure that uses CalculateDistance along with the result set from the LookupStores stored procedure.
F. Create a new stored procedure that uses CalculateDistance along with the entire data set from the Stores table.
Answer: C,F

5. A Virtual Earth 6.0 application loads locations from a local Microsoft SQL Server 2005 database. You update locations in the database manually.
You plan to automate the manual process.
You need to ensure that the automation process updates the maximum number of locations in the least amount of time.
What should you do?
A. Call the Find method for each location by using Microsoft MapPoint Web Service.
B. Call the FindAddress method for each location by using Microsoft MapPoint Web Service.
C. Push all locations to Customer Data Services by using the UploadSpecification class, and retrieve the results.
D. Push all locations to Customer Data Services by using the BatchGeocodeSpecification class, and retrieve the results.
Answer: D

6. You are writing a code segment for a Virtual Earth 6.0 application. The code segment returns data for multiple locations to a client-side JavaScript function that makes the initial request.
The returned data contains the following properties for each location:
ID
Latitude
Longitude
Address
You need to format all locations and their properties in JavaScript Object Notation (JSON) format.
Which code segment should you use?
A. var results = new Array();
results[0] = 123;
results[1] = 40.0;
results[2] = -74.0;
results[3] = " 123 Main St .";
B. var results = new Array();
results[0] = new Array();
results[0][0] = 123;
results[0][1] = 40.0;
results[0][2] = -74.0;
results[0][3]= " 123 Main St .";
C. var results = {
ID: 123,
Latitude: 40.0,
Longitude: -74.0,
Address: " 123 Main St ."
};
D. var results = {
0:{
ID: 123,
Latitude: 40.0,
Longitude: -74.0,
Address: " 123 Main St "
}
};
Answer: D

7. 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?
A. var tileSourceSpec = new VETileSourceSpecification("layer1/%4.png", tileSrc);
map.AddTileLayer(tileSourceSpec, true);
B. var tileSourceSpec = new VETileSourceSpecification("layer1", tileSrc + /%4);
map.AddTileLayer(tileSourceSpec, true);
C. var tileSourceSpec = new VETileSourceSpecification("layer1", tileSrc + "/%4.png");
map.AddTileLayer(tileSourceSpec, true);
D. var tileSourceSpec = new VETileSourceSpecification("layer1", tileSrc + /%1.png);
map.AddTileLayer(tileSourceSpec, true);
Answer: C

8. You are creating a custom tile set by using Microsoft MapCruncher.
The tile set must overlay a weather map image in a Virtual Earth 6.0 application by using MapCruncher.
You need to perform two tasks before using MapCruncher to create the custom tile set.
Which two tasks should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Split the weather map image into tiles.
B. Obtain the latitude and longitude coordinates for the corners of the weather map image.
C. Apply the proper alpha filter to the weather map image to display any transparent portions on the Virtual Earth map.
D. Obtain low resolution weather map images for low zoom levels and high resolution weather map images for high zoom levels.
Answer: B,C


© 2011 XXYYInc.com. All Rights Reserved.
Best Certification Exam Prep and Test Materials - Cheat-Test.com