DP-900日本語 無料問題集「Microsoft Azure Data Fundamentals (DP-900日本語版)」

Azure SQLデータベースに接続するときは、ユーザーが多要素認証(MFA)を使用するようにする必要があります。
どのタイプの認証を使用する必要がありますか?

解説: (JPNTest メンバーにのみ表示されます)
ホットスポットに関する質問
文を完成させるには、回答エリアで適切なオプションを選択してください。
正解:

Explanation:
Azure Cosmos DB SQL API accounts provide support for querying items using the Structured Query Language (SQL) syntax.
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/choose-api
ドラッグアンドドロップの質問
Azure SQL サービスを適切なユース ケースに一致させます。回答するには、適切なサービスを左側の列から右側のユース ケースにドラッグします。各サービスは、1 回、複数回、またはまったく使用されない場合があります。
注意: 正解ごとに 1 ポイントが付与されます。
正解:

Explanation:
Box 1: Azure SQL Database single database
Serverless is a compute tier for single databases in Azure SQL Database that automatically scales compute based on workload demand and bills for the amount of compute used per second. The serverless compute tier also automatically pauses databases during inactive periods when only storage is billed and automatically resumes databases when activity returns.
Scenarios well suited for serverless compute
Single databases with intermittent, unpredictable usage patterns interspersed with periods of inactivity, and lower average compute utilization over time.
Single databases in the provisioned compute tier that are frequently rescaled and customers who prefer to delegate compute rescaling to the service.
New single databases without usage history where compute sizing is dificult or not possible to estimate prior to deployment in SQL Database.
Box 2: Azure SQL Managed Instance
Azure SQL Managed Instance is the intelligent, scalable cloud database service that combines the broadest SQL Server database engine compatibility with all the benefits of a fully managed and evergreen platform as a service.
Box 3: Azure SQL Database elastic pool
Azure SQL Database elastic pools are a simple, cost-effective solution for managing and scaling multiple databases that have varying and unpredictable usage demands. The databases in an elastic pool are on a single server and share a set number of resources at a set price. Elastic pools in SQL Database enable software as a service (SaaS) developers to optimize the price performance for a group of databases within a prescribed budget while delivering performance elasticity for each database.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/serverless-tier- overview?view=azuresql
https://docs.microsoft.com/en- us/azure/azure-sql/database/elastic-pool-overview?view=azuresql
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/sql- managed-instance- paas-overview
ホットスポットに関する質問
次の各文について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:

Explanation:
Box 1: Yes
For read access to the secondary region, configure your storage account to use read-access geo- redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS).
Box 2: No
Box 3: Yes
Box 4: Yes
Azure Cosmos DB supports multi-region writes.
Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy
https://manojchoudhari.wordpress.com/2019/12/16/azure-cosmos-db-enable-multi-region-writes
ホットスポットに関する質問
次の各文について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:

Explanation:
Box 1: Yes
Batch processing refers to processing of high volume of data in batch within a specific time span.
It processes large volume of data all at once. Batch processing is used when data size is known and finite. It takes little longer time to processes data.
Box 2: Yes
Stream processing refers to processing of continuous stream of data immediately as it is produced. It analyzes streaming data in real time. Stream processing is used when the data size is unknown and infinite and continuous.
Box 3: No
Reference:
https://www.geeksforgeeks.org/difference-between-batch-processing-and-stream-processing/
ドラッグアンドドロップの質問
データストア サービスを適切な説明と一致させます。
回答するには、左側の列から適切なサービスを右側の説明にドラッグします。
各サービスは、1 回、複数回、またはまったく使用されない場合があります。
注意: 正解ごとに 1 ポイントが付与されます。
正解:

Explanation:
Box 1: Azure Cosmos DB
In Azure Cosmos DB's SQL (Core) API, items are stored as JSON. The type system and expressions are restricted to deal only with JSON types.
Box 2: Azure Files
Azure Files offers native cloud file sharing services based on the SMB protocol.
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-working-with-json
https://cloud.netapp.com/blog/azure-smb-server-message-block-in-the-cloud-for-azure-files
オンプレミスの Microsoft SQL Server インスタンスとのほぼ 100% の互換性を提供し、自動更新、バックアップ、メンテナンス タスクを提供する Azure SQL オファリングはどれですか。

解説: (JPNTest メンバーにのみ表示されます)
会社では、データベースをインターネットに公開することなく、Azure 仮想マシンが Azure SQL データベースに接続できることを保証する必要があります。
何を使うべきでしょうか?

解説: (JPNTest メンバーにのみ表示されます)
ホットスポットに関する質問
次の各文について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:

Explanation:
Box 1: Yes
Like IaaS, PaaS includes infrastructure - servers, storage, and networking - but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.
PaaS allows you to avoid the expense and complexity of buying and managing software licenses, the underlying application infrastructure and middleware, container orchestrators such as Kubernetes, or the development tools and other resources Box 2: No In PaaS offerings, the underlying OS is managed by Azure, and users do not have control over OS updates or versions. This is handled by the cloud provider to ensure consistent maintenance and security.
Box 3: No
There really is no way to pause / stop billing for your Azure SQL Database. Microsoft's official answer "Yes, you can export your database. Delete the Azure SQL database and that will pause billing. Then when you need it you can create a new database and import your previously exported DB." Reference:
https://azure.microsoft.com/en-us/overview/what-is-paas
https://feedback.azure.com/forums/217321-sql-database/suggestions/6931152-please-add- ability-to-temporarily-turn-off-on-sql
ある組織では、棒グラフを使用して地域の年間売上を表示し、売上の状況を年ごとに追跡しています。ここでの分析をどのように認識しますか?

解説: (JPNTest メンバーにのみ表示されます)
ファイルおよびフォルダーレベルでアクセス制御リスト(ACL)をサポートするストレージソリューションはどれですか?

解説: (JPNTest メンバーにのみ表示されます)
ドラッグアンドドロップの質問
セキュリティ コンポーネントを適切なシナリオに一致させます。
回答するには、左側の列から適切なコンポーネントを右側のシナリオにドラッグします。各コンポーネントは、1 回、複数回、またはまったく使用されない場合があります。
注意: 正解ごとに 1 ポイントが付与されます。
正解:

Explanation:
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-windows- firewall-for-database-engine-access?view=sql-server-ver15
https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-overview
https://docs.microsoft.com/en-us/azure/azure-sql/database/always-encrypted-certificate-store- configure
オンライン トランザクション処理 (OLTP) ワークロードの 3 つの特性は何ですか? それぞれの正解は完全なソリューションを示しています。(3 つ選択してください。) 注: 正解の選択はそれぞれ 1 ポイントの価値があります。

正解:B、E、F 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
ホットスポットに関する質問
次の各文について、正しい場合は「はい」を選択してください。そうでない場合は「いいえ」を選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:

Explanation:
Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed both to protect the data and to make the database more flexible by eliminating redundancy and inconsistent dependency.
https://docs.microsoft.com/en-us/office/troubleshoot/access/database-normalization-description#:~:text=Normalization%20is%20the%20process%20of,eliminating%20redundancy%20and%20inconsistent%20dependency

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡