Updated: Aug 25, 2026
No. of Questions: 135 Questions & Answers with Testing Engine
Download Limit: Unlimited
Our Online Test Engine & Self Test Software of TestSimulate 070-544 actual study materials can simulate the exam scene so that you will have a good command of writing speed and time. Then multiple practices make you perfect while in the real Microsoft 070-544 exam. The package practice version will not only provide you high-quality 070-544 exam preparation materials but also various studying ways.
TestSimulate has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | TS: Ms Virtual Earth 6.0, Application Development |
| Exam Number: | 70-544 |
| Certificate Validity Period: | Retired exam; certification no longer active |
| Related Certifications: | Microsoft Certified Technology Specialist (MCTS) |
| Exam Price: | USD 125 |
| Exam Format: | Multiple Choice, Multiple Response, Scenario-Based |
| Passing Score: | 700 / 1000 |
| Exam Duration: | 90-120 |
| Real Exam Qty: | 50-75 |
| Available Languages: | English, German, Japanese, French |
| Recommended Training: | Virtual Earth 6.0 SDK Documentation |
| Exam Registration: | Microsoft Retired Exams List |
| Sample Questions: | Microsoft 070-544 Sample Questions |
| Exam Way: | Delivered via Prometric testing centers; retired since June 30, 2011 |
| Pre Condition: | No mandatory prerequisites; recommended knowledge of JavaScript, HTML, and web development |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/previous-versions/microsoft-6.0/ee407362(v=msdn.10) |
| Section | Weight | Objectives |
|---|---|---|
| Integrating Data and Services | 15% | - Consume geospatial web services - Implement routing and directions - Display info boxes and custom data |
| Displaying and Managing Locations | 25% | - Geocoding and reverse geocoding - Find locations, addresses, and points of interest - Set center, zoom level, and bounds |
| Adding Shapes, Layers, and Overlays | 25% | - Work with custom tile layers and MapCruncher output - Manage layers, visibility, and z-order - Create pushpins, polylines, and polygons |
| Working with the Virtual Earth 6.0 Control | 25% | - Configure map views, modes, and sizes - Handle map events and user interactions - Initialize and load the map control |
| Security, Deployment, and Optimization | 10% | - Deploy Virtual Earth applications - Optimize performance and reduce load time - Secure client-side map applications |
Question 1
You create a Microsoft MapPoint Web Service application that accepts routes from users.
You need to find points of interest that are within one mile of a route or within three miles of the endpoints of the route. What are two possible ways to achieve the goal? (Each correct answer presents a complete solution. Choose two.)
A. findNearRouteSpec.Distance = 1 findResults = findService.FindNearRoute ( findNearRouteSpec ) foundLocations.Add ( findResults ) findNearbySpec.Distance = 3 For
Each segment As Segment In route.Itinerary.Segments findNearbySpec.LatLong = segment.Waypoint.Location.LatLong findResults = findService.FindNearby ( findNearbySpec ) foundLocations.Add ( findResults ) Next
B. findNearRouteSpec.Distance = 1 findResults = findService.FindNearRoute ( findNearRouteSpec ) foundLocations.Add ( findResults ) findNearbySpec.Distance = 3 For
Each segment As Segment In route.Itinerary.Segments For Each direction As Direction In segment.Directions findNearbySpec.LatLong = direction.LatLong findResults = findService.FindNearby ( findNearbySpec ) foundLocations.Add ( findResults ) Next Next
C. findNearRouteSpec.Distance = 1 findResults = findService.FindNearRoute ( findNearRouteSpec ) foundLocations.Add ( FindResults ) findNearbySpec.Distance = 3 For
Each findResult As FindResult In FindResults.Results findNearbySpec.LatLong = findResult.FoundLocation.LatLong FindResults = findService.FindNearby ( findNearbySpec
) foundLocations.Add ( FindResults ) Next
D. findNearRouteSpec.Distance = 1 Dim findResults As FindResults = _
findService.FindNearRoute ( findNearRouteSpec ) foundLocations.Add ( FindResults ) findNearbySpec.Distance = 3 findNearbySpec.LatLong = startLatLong FindResults = findService.FindNearby ( findNearbySpec ) foundLocations.Add ( FindResults ) findNearbySpec.LatLong = endLatLong FindResults = findService.FindNearby ( findNearbySpec ) foundLocations.Add ( FindResults )
Question 2
You are creating a Web application. The opening page of the application pre-loads a fixed map that displays your office location. You need to ensure that the map displays a bird's eye view of your office location. You also need to ensure that the view remains fixed.
Which code segment should you use?
A. map.LoadMap(new VELatLong(40.689167,-74.04472),14,'o' ,true,
VEMapMode.Mode3D, false);
B. map.LoadMap(new VELatLong(40.689167,-74.04472),14,'o' ,true,
VEMapMode.Mode2D, false);
C. map.LoadMap(new VELatLong(40.689167,-74.04472),14,'h' ,false,
VEMapMode.Mode3D, false);
D. map.LoadMap(new VELatLong(40.689167,-74.04472),14,'o' ,false,
VEMapMode.Mode2D, false);
Question 3
You are creating a Web application by using the Virtual Earth 6.0 map control in the
Microsoft Visual Studio environment. A Web page in the application is programmed by using the client-side JavaScript code. You insert break points at appropriate locations within the code. When you debug the application, you find that you are able to step into the server-side code. However, you are unable to step into the client-side JavaScript code.
You need to debug the client-side JavaScript code. What should you do?
A. In Microsoft Internet Explorer, clear the Disable Script Debugging (Internet Explorer) option in the Internet Options dialog box.
B. In the client-side JavaScript code, insert the Debugger command before each break point.
C. In Visual Studio, select the Attach to Process option from the Debug menu. Then attach the debugger to the Microsoft Internet Explorer process.
D. In Microsoft Internet Explorer, select the Enable Display a notification about every script error option in the Internet Options dialog box.
Question 4
Your company displays customer locations on a Virtual Earth 6.0 map. You need to identify the current map display area. Which method should you use?
A. VEMap.GetMapMode
B. VEMap.GetCenter
C. VEMap.GetMapView
D. VEMap.GetZoomLevel
Question 5
You are creating a Virtual Earth 6.0 map. The map displays a pop-up box. You call the
ClearInfoBoxStyles method. You need to set the fill color of the pop-up box to yellow.
Which Cascading Style Sheet (CSS) class should you use?
A. .ero .ero-previewArea { background-color: Yellow; }
B. .ero .ero-previewArea { color: Yellow; }
C. .customInfoBox-body { color: Yellow; }
D. .customInfoBox-body { background-color: Yellow; }
Solutions:
| Question 1 Answer: A,D | Question 2 Answer: B | Question 3 Answer: A | Question 4 Answer: C | Question 5 Answer: D |
070-544 preparation materials gave me much support. I passed exam just right now with ease. Thanks!
Passed the 070-544 exam today! Dumps are well and solid! Thanks to TestSimulate!
At first i felt stressful, but i passed 070-544 exam with your 070-544 practice test, thanks a lot!
I bought these 070-544 exam dumps with new questions added, so fortunately i passed the exam perfectly! It is a new updated version, you can rely on it!
070-544 exam questions are really valid, I passed it with the passing score. Thank you, TestSimulate!
I passed my 070-544 exam successfully. I really feel joyful. Thank you very much for offering me an admission to online program.
Disclaimer Policy: The site does not guarantee the content of the comments. Because of the different time and the changes in the scope of the exam, it can produce different effect. Before you purchase the dump, please carefully read the product introduction from the page. In addition, please be advised the site will not be responsible for the content of the comments and contradictions between users.
TestSimulate 070-544 practice test engine provide users the most accurate exam materials so that users can have a good learning about your exam. Most examinees choose our practice test engine as their only exam materials and pass exam successfully. Our high-quality 070-544 practice test engine should be helpful for every user if you pay attention on our exam questions. Every penny will be worth.
Or if you are afraid, we have money back guarantee policy that if you fail exam after purchasing our 070-544 practice test engine, we will full refund to you soon if you send us your failure score scanned and apply for refund. No Pass, Full Refund!
Yes, our 070-544 exam questions are certainly helpful practice materials. Our pass rate is 99%. Our 070-544 exam questions are compiled strictly. Our education experts are experienced in this line many years. We guarantee that our materials are helpful and latest surely. If you want to know more about our products, you can download our PDF free demo for reference. Also we have pictures and illustration for Self Test Software & Online Engine version.
All our products are the latest version. If you want to know details about each exam materials, our service will be waiting for you 7*24*365 online. Our exam products will updates with the change of the real 070-544 test. It is different for each exam code.
All our products can share 365 days free download for updating version from the date of purchase. So don't worry. The exam materials will be valid for 365 days on our site.
We have professional system designed by our strict IT staff. Once the 070-544 exam materials you purchased have new updates, our system will send you a mail to notify you including the downloading link automatically, or you can log in our site via account and password, and then download any time. As we all know, procedure may be more accurate than manpower.
No. After purchase, our system will set up an account and password by your purchasing information. You can use it directly or you can change your password as you like. No need to register an account yourself.
Yes, we have money back guarantee if you fail exam with our products. Applying for refund is simple that you send email to us for applying refund attached your failure score scanned. Money will be back to what you pay. Normally we support Credit Card for most countries. Our refund validity is 60 days from the date of your purchase. Our customer service is 365 days warranty. Users can receive our latest materials within one year.
Self Test Software should be downloaded and installed in Window system with Java script. After purchase, we will send you email including download link, you click the link and download directly. If your computer is not the Window system and Java script, you can choose to purchase Online Test Engine. It is available for all device such Mac.
Yes, you can choose PDF version and print out. PDF version, Self Test Software and Online Test Engine cover same questions and answers. PDF version is printable.
Self Test Software can be downloaded in more than two hundreds computers. It is no limitation for the quantity of computers. So does Online Test Engine. You can use Online Test Engine in any device.
Over 73990+ Satisfied Customers