Microsoft Developing SQL Data Models (070-768日本語版) - 070-768日本語 Free Exam Questions

QUESTION NO: 1
ドラッグアンドドロップの質問
SQL Server Analysis Services(SSAS)インスタンスを表形式でサーバーにインストールします。
非常に大きな表形式モデルを処理しているときに、メモリ不足エラーが発生します。サーバーの物理メモリーの量が不十分であることを識別します。追加の物理メモリをサーバーにインストールすることはできません。
オペレーティングシステムのページファイル(pagefile.sys)を使用して、ディスクへのページングを許可するようにサーバーを構成する必要があります。
順番に実行する必要がある4つのアクションはどれですか? (回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。)
Correct Answer:

Explanation:
* View or set configuration properties in Management Studio In SQL Server Management Studio, connect to an Analysis Services instance. In Object Explorer, right-click the Analysis Services instance, and then clickProperties. The General page appears, displaying the more commonly used properties. To view additional properties, click theShow Advanced (All) Propertiescheckbox at the bottom of the page.
Modifying server properties is supported only for tabular mode and multidimensional mode servers. If you installed PowerPivot for SharePoint, always use the default values unless you are directed otherwise by a Microsoft product support engineer.
* VertiPaqPagingPolicy
Specifies the paging behavior in the event the server runs low on memory. Valid values are as follows:
Zero (0) is the default. No paging is allowed. If memory is insufficient, processing fails with an out- of-memory error.
1 enables paging to disk using the operating system page file (pagefile.sys). When VertiPaqPagingPolicy is set to 1, processing is less likely to fail due to memory constraints because the server will try to page to disk using the method that you specified. Setting the VertiPaqPagingPolicy property does not guarantee that memory errors will never happen. Out of memory errors can still occur under the following conditions:
There is not enough memory for all dictionaries. During processing, Analysis Services locks the dictionaries for each column in memory, and all of these together cannot be more than the value specified for VertiPaqMemoryLimit.
There is insufficient virtual address space to accommodate the process. To resolve persistent out of memory errors, you can either try to redesign the model to reduce the amount of data that needs processing, or you can add more physical memory to the computer.
Applies to tabular server mode only
* Incorrect: VertiPaqMemoryLimit
If paging to disk is allowed, this property specifies the level of memory consumption (as a percentage of total memory) at which paging starts. The default is 60. If memory consumption is less than 60 percent, the server will not page to disk. This property depends on the VertiPaqPagingPolicyProperty, which must be set to 1 in order for paging to occur.
Applies to tabular server mode only.
QUESTION NO: 2
ドラッグアンドドロップの質問
顧客の計算による売上分析を修正するには、SalesAnalysisキューブを構成する必要があります。
順番に実行する必要がある4つのアクションはどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。
Correct Answer:

Explanation:
Step 1: Open the cube editor, and open the Dimension Usage tab.
Step 2: Configure a relationship between the Customer dimension and the Sales measure group.
Use Day as the granularity.
From scenario: The SalesAnalysis cube contains a fact table named CoffeeSale loaded from a table named FactSale in the data warehouse. The time granularity within the cube is 15 minutes.
The cube is processed every night at 23:00. You determine that the fact table cannot be fully processed in the expected time. Users have reported slow query response times.
Step 3: Reprocess the cube.
Step 4: Deploy the project changes.
Topic 1, Background
Wide World Importers has multidimensional cubes named SalesAnalysis and ProductSales. The SalesAnalysis cube is refreshed from a relational data warehouse. You have a Microsoft SQL Server Analysis Services instance that is configured to use tabular mode. You have a tabular data model named CustomerAnalysis.
Sales Analysis
The SalesAnalysis cube contains a fact table named CoffeeSale loaded from a table named FactSale in the data warehouse. The time granularity within the cube is 15 minutes. The cube is processed every night at 23:00. You determine that the fact table cannot be fully processed in the expected time. Users have reported slow query response times.
The SalesAnalysis model contains tables from a SQL Server database named SalesDB. You set the DirectQueryMode option to DirectQuery. Data analyst access data from a cache that is up to
24 hours old. Data analyst report performance issues when they access the SalesAnalysis model.
When analyzing sales by customer, the total of all sales is shown for every customer, instead of the customer's sales value. When analyzing sales by product, the correct totals for each product are shown.
Customer Analysis
You are redesigning the CustomerAnalysis tabular data model that will be used to analyze customer sales. You plan to add a table named CustomerPermission to the model. This table maps the Active Directory login of an employee with the CustomerId keys for all customers that the employee manages.
The CustomerAnalysis data model will contain a large amount of data and needs to be shared with other developers even if a deployment fails. Each time you deploy a change during development, processing takes a long time.
Data analysts must be able to analyze sales for financial years, financial quarters, months, and days. Many reports are based on analyzing sales by month.
Product Sales
The ProductSales cube allows data analysts to view sales information by product, city, and time.
Data analysts must be able to view ProductSales data by Year to Date (YTD) as a measure. The measure must be formatted as currency, associated with the Sales measure group, and contained in a folder named Calculations.
Requirements
You identify the following requirements:
- Data available during normal business hours must always be up-to-
date.
- Processing overhead must be minimized.
- Query response times must improve.
- All queries that access the SalesAnalysis model must use cached data
by default.
- Data analysts must be able to access data in near real time.
QUESTION NO: 3
SQL Server Analysis Services(SSAS)のインスタンスを管理します。過去数か月で、ユーザーがより多くの分析を作成して実行し始めると、サーバーでの使用量が50%増加しました。
クエリの実行には時間がかかり、プロセッサの使用率は常に80%を超えています。
クエリの使用量は月に5%増加し続けると予測しています。現在および将来の処理負荷に対応するためにSSASをスケーリングする必要があります。
あなたはどの3つの行動を取ることができますか?
それぞれの正解は完全な解決策を提示します。

Correct Answer: A,C,E Vote an answer
QUESTION NO: 4
ソリューション設計で利益率をどのようにサポートしますか?

Correct Answer: C Vote an answer
QUESTION NO: 5
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、独自の解決策が含まれています。 ソリューションが目標を達成しているかどうかを判断する。
会社にはeコマースのウェブサイトがあります。 お客様が注文すると、トランザクションに関する情報がOLTP1という名前のMicrosoft SQL Serverリレーショナル・データベースの表に挿入されます。同社には、表形式モードを使用するように構成されたSQL Server Analysis Services(SSAS)インスタンスがあります。 SSASはOLTP1からのデータを使用してデータモデルを作成します。
セールスアナリストは、SSASモデルに基づいてレポートを作成します。 レポートは、リレーショナルデータベースで使用可能になるとすぐにデータにアクセスできる必要があります。
ほぼリアルタイムのデータソースアクセスを可能にするAnalysis ServicesインスタンスにAnalysis Servicesプロジェクトを構成し、展開する必要があります。
解決方法:レポートの[展開オプション]プロパティで、クエリモードをDirectQueryを使用してInMemoryに設定します。
解決策は目標を達成していますか?

Correct Answer: A Vote an answer
Explanation: Only visible for Actual4test members. You can sign-up / login (it's free).
QUESTION NO: 6
あなたは顧客の売り上げを追跡するためのアプリケーションを開発しています。
指定された注文IDを指定して、確定された注文の合計を返す必要があります。
この値は、他のTransact-SOLステートメントで使用されます。
データベースオブジェクトを作成する必要があります。
何を作成する必要がありますか?

Correct Answer: D Vote an answer
QUESTION NO: 7
表のServer Analysis Services(SSAS)が計画するSQLを、あなたは開発しています。
ユーザーがデータ・モデル内のデータを照会できるようにするために必要な最小限の許可を付与する必要があります。
どのロールの権限を使用する必要がありますか?

Correct Answer: F Vote an answer

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.