dp-900 Practice Question 1833

Exam: dp-900
Domain: Describe how to work with non-relational data on Azure
Topic: Describe non-relational data workloads
Difficulty: medium
During a recent performance audit at Contoso Ltd, it was discovered that their columnar database in Azure Cosmos DB is experiencing high network latency issues, particularly during data ingestion. The company wants to optimize the data ingestion process to reduce latency and improve overall performance. Which of the following actions should the administrator take to address this issue?

Answer Options

A
Increase the throughput units (RU/s) in Azure Cosmos DB.
B
Use Azure Data Factory for efficient data ingestion tasks.
C
Configure local secondary indexes to optimize query performance.
D
Set up Azure Storage as a staging area for data before ingestion.

Correct Answer

B: Use Azure Data Factory for efficient data ingestion tasks.

Explanation

The correct answer is to use Azure Data Factory to perform data ingestion tasks. Azure Data Factory can be configured to efficiently transfer data from various sources into the columnar database in Azure Cosmos DB, optimizing the process and reducing latency.