Training institutions have their place — but for most office workers, classes are expensive and time-consuming. TestValid's 070-544 question bank is the practical alternative: spare-time practice with expert-verified answers across the Microsoft TS: Ms Virtual Earth 6.0, Application Development syllabus.
Microsoft 070-544 Exam Overview:
Microsoft 070-544 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: Map Views and Modes | - Switching between 2D and 3D modes - Setting map view specifications |
| Topic 2: Data Integration | - Integrating external data (GeoRSS, MapCruncher tiles) - Working with AJAX and server-side data |
| Topic 3: Debugging and Optimization | - Debugging JavaScript in Virtual Earth applications - Performance considerations and practices |
| Topic 4: Pushpins and Shapes | - Using shapes and layers for spatial data - Adding and configuring pushpins |
| Topic 5: Map Interaction and Events | - Handling map events and user interaction - Custom control integration with map events |
| Topic 6: Virtual Earth Map Fundamentals | - Understanding Virtual Earth 6.0 architecture and API - Initializing and displaying maps in applications |
The 070-544 Exam, Our Materials, Your Questions
The Microsoft TS: Ms Virtual Earth 6.0, Application Development blueprint is organized into these principal domains:
- Data Integration
- Map Interaction and Events
- Debugging and Optimization
Additional domains follow in the full official outline, and our bank spans them all.
A team of professional IT experts and certified trainers who focus on this exam field — and who keep the 070-544 bank under constant updating so every candidate prepares smoothly. Every answer is expert-verified, and you can check the accuracy yourself with a free demo before buying. The online test engine deserves special mention: it simulates the actual test environment, supports Windows, Mac, Android, and iOS, carries no installation limits, and lets you practice without limits of time or location — a smooth preparation process for office workers who cannot attend classes.
Upon successful payment, our system automatically sends the product to your mailbox — typically within about a minute — with an instant download link on screen. If nothing arrives within two hours, check your spam folder and contact support. Once purchased, updates are free for 365 days: whenever a new version is released, the updated 070-544 bank is sent to your email immediately. A 50% renewal discount applies after the period ends.
Microsoft specifies the following prerequisites for the Microsoft TS: Ms Virtual Earth 6.0, Application Development: Familiarity with JavaScript and web application development; experience with map APIs or web mapping controls..
Documented and honored. If you fail the corresponding exam within 60 days of purchase, send a scanned copy of your enrollment slip and your official Score Report PDF within two days of the exam date; verified claims are refunded in full within seven days. Exclusions: exams taken within three days of purchase, candidate names that differ from the payer, and free or expired products. If you have another exam in mind, you can instead exchange your product for two others of equal value at no charge.
Microsoft TS: Ms Virtual Earth 6.0, Application Development Sample Questions:
DRAG DROP - (Topic 0)
A news channel wants to display live traffic incident information for a city on a Web site.
You develop a three-tier architecture. The Microsoft MapPoint Web Service delivers traffic information that is managed by a user-defined class. The class acts as a SOAP-AJAX connector, Users interact with a Virtual Earth 6.0 map that is already loaded.
You need to ensure that the traffic incident information is displayed on a new layer of the
Virtual Earth map as the map is navigated by the users.
Which sequence of actions should you perform? (To answer, move all the actions from the list of actions to the answer area and arrange them in the correct order.)
Correct Answer:

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 low resolution weather map images for low zoom levels and high resolution weather map images for high zoom levels.
- C. Apply the proper alpha filter to the weather map image to display any transparent portions on the Virtual Earth map.
- D. Obtain the latitude and longitude coordinates for the corners of the weather map image.
Correct Answer: C,D 🗳️
You need to add a default pushpin as a shape to the base map layer at a specific latitude and longitude. Which code segment should you use?
- A. var shape = new VEShape(VEShapeType.Pushpin, map.GetCenter());
shape.SetTitle('My pushpin'); shape.SetDescription('This is a default shape'); map.AddShape(shape); - B. var shape = map.AddPushpin(map.GetCenter()); shape.SetTitle('My pushpin'); shape.SetDescription('This is a default shape');
- C. var shape = new VEShape(VEShapeType.Pushpin, new VELatLong(0,0));
shape.SetTitle('My pushpin'); shape.SetDescription('This is a default shape'); shape.SetPoints([new VELatLong(latitude,longitude)]); map.AddShape(shape); - D. var shapeLayer = new VEShapeLayer(); map.AddShapeLayer(shapeLayer); var shape
= new VEShape(VEShapeType.Pushpin, new VELatLong(latitude,longitude));
shape.SetTitle('My pushpin'); shape.SetDescription('This is a default shape'); shapeLayer.AddShape(shape);
Correct Answer: C 🗳️
You need to create a cluster of pushpins for a large dataset that takes the least amount of time to load on a Virtual Earth 6.0 map. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
- A. Start clustering by using the VEMap.onchangeview event.
- B. Implement client-side clustering by using JavaScript.
- C. Start clustering by using the VEMap.onendzoom event.
- D. Implement server-side clustering by using Microsoft ASP.NET 2.0.
Correct Answer: A,D 🗳️
You are creating a Virtual Earth 6.0 application.
A Web page of the application contains the following code segment.
control = document.createElement("div");
control.id = "CustomControl";
A custom control must be added on top of the map on the Web page.
You need to ensure that the custom control responds only to its own mouse-click events.
Which code segment should you use?
- A. control.innerHTML = "<input type='button' value='Click' />";
document.getElementById('Map').appendChild(control);
document.getElementById('CustomControl').attachEvent("onclick", ClickHandler); - B. control.innerHTML = "<input type='button' value='Click' />"; map.AddControl(control); map.AttachEvent("onclick", ClickHandler);
- C. control.innerHTML = "<input type='button' value='Click' onclick='ClickHandler()' />"; map.AddControl(control);
- D. control.innerHTML = "<input type='button' value='Click' onclick='ClickHandler()' />"; document.getElementById('Map').appendChild(control);
Correct Answer: C 🗳️





725 Customer Reviews

