McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Microsoft MCTS 070-544

070-544

Exam Code: 070-544

Exam Name: TS: Ms Virtual Earth 6.0, Application Development

Updated: Aug 30, 2026

Q&A Number: 135 Q&As

070-544 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $59.99 

About Microsoft 070-544 Exam Braindumps

The Microsoft TS: Ms Virtual Earth 6.0, Application Development exam has a reputation for breadth, and many candidates underestimate how much ground it covers. Getcertkey closes those gaps with 135 practice questions that reflect the style and difficulty you can expect in 2026.

Microsoft 070-544 Exam Overview:

Certification Vendor:Microsoft
Exam Name:TS: Microsoft Virtual Earth 6.0, Application Development
Exam Number:70-544
Related Certifications:Microsoft Technology Specialist (TS)
Exam Format:Scenario-based questions, Multiple choice
Passing Score:700/1000
Available Languages:English
Sample Questions:Free Download 070-544 Demo
Exam Way:Proctored exam delivered at authorized testing centers (historical format)
Pre Condition:This exam is retired and was part of the Microsoft Technology Specialist (TS) certification track.

Microsoft 070-544 Exam Syllabus Topics:

SectionObjectives
Application Development and Integration- Integrating Virtual Earth services into solutions
- Building web-based mapping applications
Working with Microsoft Virtual Earth Platform- Understanding Virtual Earth architecture and components
- Configuring and embedding the map control in applications
Geocoding and Location Services- Working with spatial data services
- Address geocoding and reverse geocoding
Map Display and User Interaction- Handling user input and map events
- Map views, zoom levels, and navigation controls
Working with Data Layers and Overlays- Adding and managing pushpins and shapes
- Custom overlays and layer management

070-544 Exam FAQs for 2026 Candidates

Which certification does the 070-544 exam lead to?

The 070-544 exam is the official Microsoft exam behind the Microsoft Technology Specialist (TS) certification, validating the skills measured by the Microsoft TS: Ms Virtual Earth 6.0, Application Development credential. It sits at the Associate level of the Microsoft certification program. It also connects to Microsoft Technology Specialist (TS), so the knowledge you build here carries over to those tracks as well.

Are there any prerequisites for the 070-544 exam?

This exam is retired and was part of the Microsoft Technology Specialist (TS) certification track. Requirements can change when Microsoft revises its certification program, so confirm the current eligibility rules on the official exam page before you register.

Can I try the 070-544 practice questions before I buy?

Yes. Getcertkey provides a free 070-544 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Microsoft revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.

What if I fail the 070-544 exam, and how is my order delivered?

Every Microsoft TS: Ms Virtual Earth 6.0, Application Development purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.

Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.

What topics are covered in the 070-544 exam?

The Microsoft TS: Ms Virtual Earth 6.0, Application Development exam blueprint is organized into 5 domains. The first three are:

  • Geocoding and Location Services
  • Working with Microsoft Virtual Earth Platform
  • Working with Data Layers and Overlays

For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.

Microsoft TS: Ms Virtual Earth 6.0, Application Development Sample Questions:

Question 1

You have created and tested an application by using Microsoft MapPoint Web Service
(MWS). You need to deploy the live version of the application. Which Web reference should you add to your application?

A. http: //service.mappoint.net/standard-30/mappoint.asmx
B. http: //staging.mappoint.net/standard-30/mappoint.wsdl
C. http: //staging.mappoint.net/standard-30/mappoint.asmx
D. http: //service.mappoint.net/standard-30/mappoint.wsdl


Question 2

You are creating a Web application by using the Virtual Earth 6.0 map control. You need to identify the minimum browser software and versions that the application can support.
Which three browser configurations should you use? (Each correct answer presents part of the solution. Choose three.)

A. Microsoft Internet Explorer 6.0
B. Netscape Navigator 6.0
C. Safari 2
D. Microsoft Internet Explorer 5.0
E. FireFox 0.9
F. FireFox 2.0


Question 3

You are creating a Web application by using the Virtual Earth 6.0 map control. A Web page of the application provides navigational aid to the users.
When the Web page loads, it must meet the following requirements:
The map must appear in the two-dimensional mode.
The users must be able to view the roads on the map and navigate through the map.
The users must not be able to change the map to the three-dimensional mode.
You need to ensure that the Web page meets the requirements.
Which code segment should you use?

A. map.LoadMap(new VELatLong(-33.85,18.6), 11,'r', true, VEMapMode.Mode2D, false);
B. map.LoadMap(new VELatLong(-33.85,18.6),11,'r', true, VEMapMode.Mode2D, true);
C. map.LoadMap(new VELatLong(-33.85,18.6),11,'r', false, VEMapMode.Mode2D, true);
D. map.LoadMap(new VELatLong(-33.85,18.6),11,'r', false, VEMapMode.Mode2D, false);


Question 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. Extend the LookupStores stored procedure to use CalculateDistance.
C. Create a new stored procedure that uses CalculateDistance along with the result set from the LookupStores stored procedure.
D. Add Latitude and Longitude fields to the Stores table.
E. Create a new stored procedure that uses CalculateDistance along with the entire data set from the Stores table.
F. Add a Distance field to the Stores table.


Question 5

You need to display a navigation control that permits the rotation of a three-dimensional
Virtual Earth 6.0 map. Which code segment should you use?

A. function GetMap() { map = new VEMap('myMap'); map.LoadMap();
map.SetMapMode(VEMapMode.Mode3D); map.Hide3DNavigationControl(); }
B. function GetMap() { map = new VEMap('myMap'); map.LoadMap(null, null, null, true ,
VEMapMode.Mode3D); map.Hide3DNavigationControl(); }
C. function GetMap() { map = new VEMap('myMap'); map.LoadMap(null, null, null, false ,
VEMapMode.Mode3D); }
D. function GetMap() { map = new VEMap('myMap'); map.LoadMap(null, null, null, true ,
VEMapMode.Mode3D); map.Show3DNavigationControl(); }
E. function GetMap() { map = new VEMap('myMap'); map.LoadMap();
map.Show3DNavigationControl(); }


Solutions:

Question 1
Answer: D
Question 2
Answer: A,C,F
Question 3
Answer: D
Question 4
Answer: D,E
Question 5
Answer: C

851 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

Dumps for 070-544 exam at Getcertkey are very similar to the actual exam. Great work team Getcertkey for this helping tool. Passed my exam today.

Larry

Larry     4 star  

I bought 070-544 exam dumps a week ago and passed yesterday, the online test engine is very perfect to me. I think this dumps is very helpful to my test preparation...

Vicky

Vicky     4 star  

Most recent mock exams for the Microsoft certified 070-544 at Getcertkey. Passed mine with a score of 93% today. Thank you so much team Getcertkey.

Sandy

Sandy     5 star  

And it is really amazing that your 070-544 questions are the real questions.

Gene

Gene     4.5 star  

Microsoft certification examinations are hard to pass. If I do not purchase exam dumps I may not pass the exam. Luckily I made the right choice.

Francis

Francis     4.5 star  

I have passed my exam. Really wanted to thank Getcertkey for providing me with the most relevant and important material for 070-544 exam.

Viola

Viola     4 star  

They are the latest and updated 070-544 exam questions that you can use to study the course and pass the exam. I am so happy that i passed highly with them.

Jo

Jo     4.5 star  

Everyone thought I would fail the 070-544 exam and this 070-544 learning braindump was just in time to help me pass it. Yeah, I am happy to say I passed now!

Phoenix

Phoenix     5 star  

Getcertkey is quite popular among my classmates. I bought 070-544 training dumps and passed the 070-544 exam. very good!

Thera

Thera     5 star  

I was also aware of its guarantee of passing 070-544 exam.

Lynn

Lynn     4.5 star  

Will get back to you about my exam result. Passd 070-544

Cliff

Cliff     4.5 star  

Will get back to you about my exam result. Passd 070-544

Egbert

Egbert     5 star  

Very helpful! Passed this Saturday 92% points, almost everything I saw here got on actual exam!

Abbott

Abbott     5 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Contact US:  
 [email protected]  Support

Free Demo Download

Popular Vendors
Adobe
Alcatel-Lucent
Avaya
BEA
CheckPoint
CIW
CompTIA
CWNP
EMC
EXIN
Hitachi
HP
ISC
ISEB
Juniper
Lpi
Network Appliance
Nortel
Novell
SASInstitute
Sybase
Symantec
The Open Group
all vendors
Why Choose GetCertKey Testing Engine
 Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
 Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
 Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
 Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.