A credential backed by Microsoft carries real weight with hiring managers, and the Microsoft TS: Ms Virtual Earth 6.0, Application Development exam is how you earn one. Preparing with the 135 practice questions from ActualCollection keeps every study hour focused on what the exam actually asks.
Microsoft 70-544 Exam Overview:
Microsoft 70-544 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Working with Microsoft Virtual Earth Platform | - Understanding Virtual Earth architecture and components - Configuring and embedding the map control in applications |
| Topic 2: Geocoding and Location Services | - Address geocoding and reverse geocoding - Working with spatial data services |
| Topic 3: Map Display and User Interaction | - Map views, zoom levels, and navigation controls - Handling user input and map events |
| Topic 4: Working with Data Layers and Overlays | - Adding and managing pushpins and shapes - Custom overlays and layer management |
| Topic 5: Application Development and Integration | - Integrating Virtual Earth services into solutions - Building web-based mapping applications |
Common Questions About the Microsoft TS: Ms Virtual Earth 6.0, Application Development Exam
The Microsoft TS: Ms Virtual Earth 6.0, Application Development exam is the official Microsoft test registered under exam code 70-544. Passing it earns you the Microsoft Technology Specialist (TS) certification, a credential at the Associate level. It is also linked to the related certification: Microsoft Technology Specialist (TS). Microsoft exams are valued because they test job-ready skills, so a passing score here carries real weight on a resume.
This exam is retired and was part of the Microsoft Technology Specialist (TS) certification track.
Eligibility rules do change from time to time, so confirm the current requirements before you register.
Yes. ActualCollection offers a free PDF demo of the Microsoft TS: Ms Virtual Earth 6.0, Application Development material so you can judge the question quality and format before spending anything. After purchase, your license includes 365 days of free updates, and if you want to keep receiving updates after that period, renewals are available at a 50% discount.
If you take the Microsoft TS: Ms Virtual Earth 6.0, Application Development exam within 60 days of your purchase and do not pass, ActualCollection backs you with a 100% money-back guarantee. The claim must match the exam your product covers: attempts taken within 3 days of purchase are not eligible (that is too little preparation time), and neither are downloaded-but-unused products, free materials, or expired orders. The candidate name must match the payer name, and you need to submit a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam; claims are processed within 7 days. Prefer not to refund? You can swap instead and receive two other exam products of equal value for free while keeping the update service on your original purchase.
Delivery itself is instant: your files are downloadable right away and emailed to you within one minute of payment. If nothing arrives within 2 hours, contact customer service. There is no limit on how many computers you may install the software on.
The official Microsoft TS: Ms Virtual Earth 6.0, Application Development syllabus is organized into 5 domains. Key areas include Working with Microsoft Virtual Earth Platform, Application Development and Integration, and Working with Data Layers and Overlays. The complete, up-to-date topic list appears in the exam topics section above; work through it line by line and flag anything you cannot yet explain in your own words.
Microsoft TS: Ms Virtual Earth 6.0, Application Development Sample Questions:
Question 1
You are creating a Web application. You are given the URL of a Web page. When the URL is encoded with map control properties, it generates custom maps by using the Virtual
Earth 6.0 map control.
The Web page uses the following JavaScript code segment to decode the URL.
var pos=location.search.indexOf("?") +1;
var loc1=location.search.substr(pos);
var point1=loc1.split(" & ");
var a= point1[0];
var b= point1[1];
var c= point1[2];
var d=point1[3];
var e= point1[4];
var f= point1[5];
var g= point1[6];
map=new VEMap('myMap');
map.LoadMap(new VELatLong(a,b),c,d,e,f,g);
You need to encode the URL to generate a custom map by using your own settings.
Which encoded URL should you use?
A. http: //www.mymappingsite.com/mymappage.aspx?40.689167&-
7 4.04472&12&r&0&2&1
B. http: //www.mymappingsite.com/mymappage.aspx?40.689167&-
7 4.04472&1&a%&0&14&0
C. http: //www.mymappingsite.com/mymappage.aspx?40.689167&-74.04472&0&h&1&6&1
D. http: //www.mymappingsite.com/mymappage.aspx?a=40.689167&-
b=74.04472&c=21&d=o&e=0&f=2&g=0
Question 2
The branch office locations of your company are saved and shared in a portal data store by using the Live Search Maps portal. The company wants to display the locations on a Virtual
Earth 6.0 map. You need to add the saved data as a new layer on the Virtual Earth map.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A. Import the data as VECollection to a new layer.
B. Import the data as GeoRSS to a new layer.
C. Extract the GUID from a Live Search Maps Collection reference.
D. Access the data by using the URL for the Live Search Maps Collection object.
Question 3
Your company wants to display customer locations as pushpins on a Virtual Earth 6.0 map.
You need to ensure that the pushpins are loaded after the Virtual Earth map is loaded.
Which code segment should you use?
A. function GetMap() { map = new VEMap('myMap'); map.LoadMap(new
VELatLong(47.22, -122.44), 12, 'r', false); map.AttachEvent ('onchangeview', function(){...Load the pushpins...}); }
B. function GetMap() { map = new VEMap('myMap'); map.LoadMap(new
VELatLong(47.22, -122.44), 12, 'r', false); map.AttachEvent ('oninitmode', function(){...Load the pushpins...}); }
C. function GetMap() { map = new VEMap('myMap'); map.LoadMap(new
VELatLong(47.22, -122.44), 12, 'r', false); map.onLoadMap = function(){...Load the pushpins...}; }
D. function GetMap() { map = new VEMap('myMap'); map.onLoadMap =
function(){...Load the pushpins...}; map.LoadMap(new VELatLong(47.22, -122.44), 12, 'r', false); }
Question 4
You need to create a tile source specification that meets the following requirements:
It uses three tile servers named s0, s1, and s2.
It follows the standard Virtual Earth 6.0 numbering scheme.
It ensures that the tiles are visible in all the view types.
Which tile source parameter should you use within the tile source specification?
A. http: //%4.yourserver.net/tiles/%2%1.jpg
B. http: //%1.yourserver.net/tiles/%2%4.jpg
C. http: //%1.yourserver.net/tiles/%4.jpg
D. http: //%2.yourserver.net/tiles/%1%4.jpg
Question 5
The branch office locations of your company are saved and shared in a portal data store by using the Live Search Maps portal. The company wants to display the locations on a Virtual
Earth 6.0 map. You need to add the saved data as a new layer on the Virtual Earth map.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A. Import the data as VECollection to a new layer.
B. Import the data as GeoRSS to a new layer.
C. Extract the GUID from a Live Search Maps Collection reference.
D. Access the data by using the URL for the Live Search Maps Collection object.
Solutions:
| Question 1 Answer: A | Question 2 Answer: A,C | Question 3 Answer: D | Question 4 Answer: D | Question 5 Answer: A,C |






1048 Customer Reviews
