DP-900日本語試験無料問題集「Microsoft Azure Data Fundamentals (DP-900日本語版) 認定」
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
文を完成させるには、回答領域で適切なオプションを選択します。
正解:
Explanation:
Generally speaking, data analytics comes in four types:
* Descriptive, to answer the question: What's happening?
* Diagnostic, to answer the question: Why's happening?
* Predictive, to answer the question: What will happen?
* Prescriptive, to answer the question: What actions should we take?
データの種類を適切なAzureデータサービスに一致させます。
回答するには、適切なデータ型を左側の列から右側のサービスにドラッグします。各データ型は、1回使用することも、複数回使用することも、まったく使用しないこともできます。
注:正しい一致はそれぞれ1ポイントの価値があります。
回答するには、適切なデータ型を左側の列から右側のサービスにドラッグします。各データ型は、1回使用することも、複数回使用することも、まったく使用しないこともできます。
注:正しい一致はそれぞれ1ポイントの価値があります。
正解:
Explanation:
Box 1: Image files
Azure Blob storage is suitable for image files.
Box 2:Key/value pairs
Azure CosmosDB table API is a key-value storage hosted in the cloud.
Box 3: Relationship between employees
One-to-many relationships between business domain objects occur frequently: for example, one department has many employees. There are several ways to implement one-to-many relationships in the Azure Table service.
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
文を正しく完成させる答えを選択してください。
正解:
Explanation:
Hierarchical namespace
https://learn.microsoft.com/en-us/dynamics365/customer-insights/own-data-lake-storage
文を完成させるには、回答領域で適切なオプションを選択します。
正解:
Explanation:
Box 1: simple lookups
A key/value store associates each data value with a unique key. Most key/value stores only support simple query, insert, and delete operations. To modify a value (either partially or completely), an application must overwrite the existing data for the entire value. In most implementations, reading or writing a single value is an atomic operation.
An application can store arbitrary data as a set of values. Any schema information must be provided by the application. The key/value store simply retrieves or stores the value by key.