Microsoft Implementing a SQL Data Warehouse (70-767日本語版) - 70-767日本語 Free Exam Questions

QUESTION NO: 1
ロード時間を最小にするデータウェアハウス用のストレージソリューションを推奨する必要があります。 ハードディスクが故障した場合、ソリューションは可用性を提供する必要があります。
データベースファイルの種類ごとにどのRAID構成をお勧めですか? 回答するには、適切なRAID構成を正しいデータベースファイルタイプにドラッグします。 各RAID構成は、1回、複数回、またはまったく使用しないことができます。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。
Correct Answer:

Explanation

Box 1: RAID 5
RAID 5 is the similar to that of RAID 0 provided that the number of disks is the same. However, due to the fact that it is useless to read the parity data, the read speed is just (N-1) times faster but not N times as in RAID
0.
Box 2: RAID 10
Always place log files on RAID 1+0 (or RAID 1) disks. This provides better protection from hardware failure, and better write performance.
Note: In general RAID 1+0 will provide better throughput for write-intensive applications. The amount of performance gained will vary based on the HW vendor's RAID implementations. Most common alternative to RAID 1+0 is RAID 5. Generally, RAID 1+0 provides better write performance than any other RAID level providing data protection, including RAID 5.
QUESTION NO: 2
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、記載された目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションの質問に答えると、それに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
データ品質サービス(DQS)がインストールされているMicrosoft SQLサーバーがあります。 一致するポリシーに格納されているデータの完全性と一意性を確認する必要があります。 解決策:一致するルールでドメインの重みを変更します。
これは目標を満たしていますか?

Correct Answer: B Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 3
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、上記の目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションの質問に答えると、それに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
製造会社の製品、販売、および注文に関する情報を格納するデータウェアハウスがあります。 インスタンスには、SalesOrderHeaderおよびSalesOrderDetailという名前の2つのテーブルを持つデータベースが含まれています。
SalesOrderHeaderには500,000行があり、SalesOrderDetailには3,000,000行があります。
ユーザーは、次のストアドプロシージャを実行するとパフォーマンスの低下が報告されます。

You need to optimize performance.
Solution: You run the following Transact-SQL statement:

Does the solution meet the goal?

Correct Answer: B Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 4
データ品質サービス(DQS)で知識ベースを構築する必要があります。
DQSがデータを処理する前に、サードパーティのデータソースを使用して、データが検証されていることを確認する必要があります。
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答エリアに移動し、正しい順序で並べます。
Correct Answer:

Explanation

Building a DQS knowledge base involves the following processes and components:
Step 1: Perform Knowledge Discovery
A computer-assisted process that builds knowledge into a knowledge base by processing a data sample Step 2: Perform Domain Management An interactive process that enables the data steward to verify and modify the knowledge that is in knowledge base domains, each of which is associated with a data field. This can include setting field-wide properties, creating rules, changing specific values, using reference data services, or setting up term-based or cross-field relationships.
Step 3: Configure reference Data Services
A process of domain management that enables you to validate your data against data maintained and guaranteed by a reference data provider.
Step 4: Configure a Matching Policy
A policy that defines how DQS processes records to identify potential duplicates and non-matches, built into the knowledge base in a computer-assisted and interactive process.
References: https://docs.microsoft.com/en-us/sql/data-quality-services/dqs-knowledge-bases-and-domains
QUESTION NO: 5
注:この質問は、同じまたは類似の回答の選択肢を使用する一連の質問の一部です。 回答の選択肢は、シリーズの複数の質問に対して正しいかもしれません。 各質問は、このシリーズの他の質問とは独立しています。 質問で提供される情報と詳細は、その質問にのみ適用されます。
変更データの取得が有効になっているDB1という名前のデータベースがあります。
Microsoft SQL Server Integration Services(SSIS)ジョブは、毎週1回実行されます。 ジョブは、変更データ取得テーブルを照会することによって、DB1からデータウェアハウスに変更をロードします。
Integration Servicesジョブを削除します。
データベースの変更を追跡するのを止める必要があります。 ソリューションは、DB1からすべての変更データ取得構成を削除する必要があります。
どのストアドプロシージャを実行する必要がありますか?

Correct Answer: H Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 6
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You are developing a Microsoft SQL Server Integration Services (SSIS) package.
You are importing data from databases at retail stores into a central data warehouse. All stores use the same database schema.
The query being executed against the retail stores is shown below:

The data source property named IsSorted is set to . The output of the transform must be sorted.
You need to add a component to the data flow.
Which SSIS Toolbox item should you use?

Correct Answer: F Vote an answer
QUESTION NO: 7
データソースから新規および変更されたレコードを増分ロードするために、Microsoft SQL Server統合サービス(SSIS)パッケージを開発しています。
SSISパッケージは、Table1に新しいレコードをロードし、Table1_Updatesに更新されたレコードをロードする必要があります。 レコードをロードした後、パッケージは既存のビジネスロジックに従って更新されたローを処理するためにTransact-SQLステートメントを呼び出す必要があります。
SSISパッケージのデザインを完成させる必要があります。
どのタスクを使うべきですか? 回答するには、適切なSSISオブジェクトを正しいターゲットにドラッグします。 各SSISオブジェクトは、1回、複数回、またはまったく使用されない可能性があります。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。
Correct Answer:

Explanation

Step 1: CDC Control Task Get Processing Range
Step 2: Mark Processed Range
Step 3: Data Flow
The Data Flow task encapsulates the data flow engine that moves data between sources and destinations, and lets the user transform, clean, and modify data as it is moved. Addition of a Data Flow task to a package control flow makes it possible for the package to extract, transform, and load data.
Step 4: CDC Source
The CDC source reads a range of change data from SQL Server 2017 change tables and delivers the changes downstream to other SSIS component.
Step 5: CDC Splitter
The CDC splitter splits a single flow of change rows from a CDC source data flow into different data flows for Insert, Update and Delete operations.
References:
https://docs.microsoft.com/en-us/sql/integration-services/control-flow/cdc-control-task
https://docs.microsoft.com/en-us/sql/integration-services/control-flow/data-flow-task
https://docs.microsoft.com/en-us/sql/integration-services/data-flow/cdc-splitter?view=sql-server-2017
QUESTION NO: 8
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、記載された目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションで質問に答えると、それに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
Microsoft Azure SQLデータウェアハウスインスタンスがあり、レポート作成のために1日6か月間使用可能でなければなりません。
インスタンスが使用されていないときは、計算リソースを一時停止する必要があります。
解決策:SQL Server Management Studio(SSMS)を使用しています。
解決策は目標を達成していますか?

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 9
データウェアハウスを管理します。 dbo.Table1という名前のソーステーブルがあります。
クエリの変更データキャプチャ(CDC)を実装する必要があります。

各クエリに使用するCDCオブジェクトはどれですか?答えるには、適切なオブジェクトを正しいクエリにドラッグします。各オブジェクトは、1回、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:それぞれの正しい選択には1ポイントの価値があります。
Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-net-changes-capture-instance-t
https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-all-changes-capture-instance-tr
https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-cdc-map-lsn-to-time-transact-s
https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/cdc-fn-cdc-get-net-changes-capture-in
QUESTION NO: 10
大規模小売企業のデータウェアハウスを管理します。 同社には多くの店舗があります。 各場所は独自の販売システムを運営しています。 彼らは毎日の売上高とレシート情報を毎晩中央システムに報告します。 SQL Server Integration Services(SSIS)パッケージを使用して、すべての場所からfact.Salesという名前のファクト表にデータをロードすることを計画しています。 次のTransact-SQLステートメントを作成します。

主キーとクラスタ化列キーの列を選択する必要があります。 鍵は以下の要件を満たす必要があります。
*重複する行が単一のシステムによって入力されるのを防ぎます。
*シングルセールのポイントルックアップを可能にします。
*ノンクラスタードインデックスのストレージ要件を最小限に抑えます。
*テーブルに挿入された順番で行を格納します。
キーをどのように設定しますか? 回答するには、回答領域で適切な列タイプを選択します。
Correct Answer:

QUESTION NO: 11
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、記載された目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションの質問に答えると、そのセクションに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
あなたは、Microsoft SOLサーバーのマスターデータサービス(MDS)インスタンスの管理者です。
このインスタンスには、Geographyというモデルとcustomerというモデルが含まれています。 Geographyモデルには、countryRegionという名前のエンティティが含まれています。
あなたは、countryRegionエンティティメンバーが顧客モデルで利用可能であることを保証する必要があります。
解決策:Geographyモデルで、値の変更アクションを含むビジネスルールを公開します。
解決策は目標を達成していますか?

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).

QUALITY AND VALUE

Actual4test 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 Approved

We 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 Pass

If you prepare for the exams using our Actual4test 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 Buy

Actual4test 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.