exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 5 question 3 discussion

Actual exam question from Microsoft's AI-100
Question #: 3
Topic #: 5
[All AI-100 Questions]

You are developing a Microsoft Bot Framework app that consumes structured NoSQL data.
The app has the following data storage requirements:
Data must be stored in Azure.
Data persistence must be ensured.
You want to keep costs at a minimum.
Which of the following actions should you take?

  • A. Make use of Azure Blob storage
  • B. Make use of Azure Cosmos DB
  • C. Make use of Azure Databricks
  • D. Make use of Azure Table storage
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Table Storage is a NoSQL key-value store for rapid development using massive semi-structured datasets.
You can develop applications on Cosmos DB using popular NoSQL APIs.
Both services have a different scenario and pricing model.
While Azure Storage Tables is aimed at high capacity on a single region (optional secondary read only region but no failover), indexing by PK/RK and storage- optimized pricing; Azure Cosmos DB Tables aims for high throughput (single-digit millisecond latency), global distribution (multiple failover), SLA-backed predictive performance with automatic indexing of each attribute/property and a pricing model focused on throughput.
Reference:
https://db-engines.com/en/system/Microsoft+Azure+Cosmos+DB%3BMicrosoft+Azure+Table+Storage

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
B. Make use of Azure Cosmos DB Azure Cosmos DB is a globally distributed, multi-model database service that supports NoSQL data storage. It provides high availability, scalability, and automatic data replication across multiple regions. Azure Cosmos DB ensures data persistence and offers various consistency models to choose from based on your application's requirements.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...