申し込みから受験まで日数がない場合でも、Tech4Examならお支払い後すぐに70-544練習問題をダウンロードして学習を始められます。2026年のMicrosoft TS: Ms Virtual Earth 6.0, Application Development受験を控えた方の忙しいスケジュールにも対応できる即時納品です。
Microsoft 70-544 試験概要:
| 認定ベンダー: | Microsoft |
|---|---|
| 試験名: | TS: Microsoft Virtual Earth 6.0, アプリケーション開発 |
| 試験番号: | 70-544 |
| 対応言語: | 英語 |
| 関連資格: | 70-544-VB TS: MS Virtual Earth 6.0, アプリケーション開発 70-544-Csharp TS: MS Virtual Earth 6.0, アプリケーション開発 |
| 試験形式: | 選択式, ドラッグ&ドロップ |
| サンプル問題: | DOWNLOAD DEMO |
| 受験方法: | Pearson VUE テストセンターでの受験、またはオンライン監督試験(対応している場合) – 過去に Microsoft によって提供されていました。 |
| 前提条件: | JavaScript および Web アプリケーション開発に関する知識、マップ API または Web マッピングコントロールの使用経験。 |
Microsoft 70-544 試験シラバストピック:
| セクション | 目標 |
|---|---|
| Virtual Earth マップの基本 | - Virtual Earth 6.0 のアーキテクチャと API の理解 - アプリケーションでのマップの初期化と表示 |
| マップビューとモード | - マップビュー仕様の設定 - 2D モードと 3D モードの切り替え |
| データ統合 | - 外部データ(GeoRSS、MapCruncher タイル)の統合 - AJAX およびサーバーサイドデータの操作 |
| マップのインタラクションとイベント | - マップイベントとユーザーインタラクションの処理 - カスタムコントロールとマップイベントの統合 |
| プッシュピンと図形 | - 空間データ用の図形とレイヤーの使用 - プッシュピンの追加と構成 |
| デバッグと最適化 | - パフォーマンスに関する考慮事項とプラクティス - Virtual Earth アプリケーションにおける JavaScript のデバッグ |
70-544試験のQ&A – 受験前に知っておきたいこと
70-544試験はMicrosoft TS: Ms Virtual Earth 6.0, Application Developmentの公式認定試験で、合格するとMCTSの認定を取得できます。この認定はテクノロジースペシャリストレベルに位置づけられています。関連する認定には、70-544-Csharp TS: MS Virtual Earth 6.0, アプリケーション開発、70-544-VB TS: MS Virtual Earth 6.0, アプリケーション開発などがあります。Tech4Examでは、この試験の出題傾向に沿った135問の練習問題をご用意しています。
受験条件は見直される場合があります。お申し込みの前に、で最新の情報をご確認ください。
はい、Tech4Examでは70-544練習問題の無料サンプルをご用意しています。135問の問題集の一部を事前にご確認いただけるので、内容や品質に納得してからご購入いただけます。ご購入後は365日間の無料アップデートが付き、期間終了後も50%割引で更新を継続いただけるため、常に最新の出題内容に沿って学習できます。
Tech4Examには返金保証があります。ご購入後60日以内に対応する試験を受験して不合格だった場合、全額返金をお申し込みいただけます。ただし、購入後3日以内の受験による不合格、ダウンロード後に実際の試験を受験しなかった場合、無料資料や有効期限切れのご注文は対象外となり、受験者の氏名はお支払い者の氏名と一致している必要があります。お申し込みの際は、受験票のコピーと公式のScore ReportのPDFを試験後2日以内にご提出ください。提出後7日以内に手続きが完了します。返金の代わりに、同等の試験資料2点を無料でお受け取りいただき、お手持ちの製品の更新サービスをそのまま継続する選択も可能です。納品は即時ダウンロード方式で、お支払い完了後1分以内にメールでお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールするパソコンの台数に制限はありません。
70-544試験の出題範囲は6の領域に分かれています。主な領域として、「マップビューとモード」、「Virtual Earth マップの基本」、「プッシュピンと図形」などが挙げられます。各領域の詳しい内訳については、このページ上部に掲載している試験シラバスをご確認ください。
Microsoft TS: Ms Virtual Earth 6.0, Application Development 認定 70-544 試験問題:
問題 #1
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', false, VEMapMode.Mode2D, true);
C. map.LoadMap(new VELatLong(-33.85,18.6),11,'r', true, VEMapMode.Mode2D, true);
D. map.LoadMap(new VELatLong(-33.85,18.6),11,'r', false, VEMapMode.Mode2D, false);
問題 #2
The locations of the vehicles of your company are available as coordinates. You need to display only the current location of a vehicle on a Virtual Earth 6.0 base map layer. What are two possible code segments you can use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. map = new VEMap('myMap'); map.LoadMap(); map.AddPushpin(new
VELatLong(longitude, latitude));
B. map = new VEMap('myMap'); map.LoadMap(); map.AddPushpin(new
VELatLong(latitude, longitude));
C. map = new VEMap('myMap'); map.LoadMap(); shape = new
VEShape(VEShapeType.Pushpin, new VELatLong(latitude, longitude));
map.AddShape(shape);
D. map = new VEMap('myMap'); map.LoadMap(); layer = new VEShapeLayer(); map.AddShapeLayer(layer); shape = new VEShape(VEShapeType.Pushpin, new
VELatLong(latitude, longitude)); layer.AddShape(shape);
E. map = new VEMap('myMap'); map.LoadMap(); layer = new VEShapeLayer(); map.AddShapeLayer(layer); shape = new VEShape(VEShapeType.Pushpin, new
VELatLong(longitude, latitude)); layer.AddShape(shape);
問題 #3
DRAG DROP - (Topic 1)
Your customer is using a Virtual Earth 6.0 map. The pushpins on the map represent apartments.
You need to ensure that the customer can display the rooms in the apartments along with related information. The information must appear in a tabular format on a scratch pad.
Which sequence of four steps should you perform after loading the map? (To answer, move the four appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
問題 #4
The intranet site of your company displays an interactive map with a table. You need to ensure that the data row associated with a specific pushpin on the map is highlighted when a user points the mouse to the pushpin. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Use the VEMap.onmouseover event to capture user interaction. Create a JavaScript function for highlighting the row in the table.
B. Use the VEMap.onmousemove event to capture user interaction. Create a JavaScript function for highlighting the row in the table.
C. Use the VEMap.AttachEvent method to attach a mouse event to the VEMap object that calls a function.
D. Use the VEMap.onLoadMap event to specify a function call.
問題 #5
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; foreach (Segment segment in route.Itinerary.Segments) { foreach (Direction direction in segment.Directions) { findNearbySpec.LatLong = direction.LatLong; findResults = findService.FindNearby(findNearbySpec); foundLocations.Add(findResults); } }
B. findNearRouteSpec.Distance = 1; findResults =
findService.FindNearRoute(findNearRouteSpec); foundLocations.Add(findResults); findNearbySpec.Distance = 3; foreach (Segment segment in route.Itinerary.Segments) { findNearbySpec.LatLong = segment.Waypoint.Location.LatLong; findResults = findService.FindNearby(findNearbySpec); foundLocations.Add(findResults); }
C. findNearRouteSpec.Distance = 1; 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);
D. findNearRouteSpec.Distance = 1; findResults =
findService.FindNearRoute(findNearRouteSpec); foundLocations.Add(findResults); findNearbySpec.Distance = 3; foreach (FindResult findResult in findResults.Results) { findNearbySpec.LatLong = findResult.FoundLocation.LatLong; findResults = findService.FindNearby(findNearbySpec); foundLocations.Add(findResults); }
解説:
| 問題 #1 正解: D | 問題 #2 正解: B、C | 問題 #3 正解: 会員のみ閲覧可能 | 問題 #4 正解: A、C | 問題 #5 正解: B、C |

弊社は製品に自信を持っており、面倒な製品を提供していません。


-木舩**

