exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 20 discussion

Actual exam question from Microsoft's DP-900
Question #: 20
Topic #: 1
[All DP-900 Questions]

HOTSPOT -
To complete the sentence, select the appropriate option in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
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.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview

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
ati339
Highly Voted 8 months, 2 weeks ago
according to the link in description: The Answer is: simple lookups. Key/value stores are highly optimized for applications performing simple lookups, but are less suitable if you need to query data across different key/value stores. Key/value stores are also not optimized for querying by value. the reference: https://docs.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-overview#keyvalue-stores
upvoted 8 times
...
JustMe84
Highly Voted 8 months, 2 weeks ago
The answer given is correct. From the trainer handbook: A key-value store is the simplest (and often quickest) type of NoSQL database for inserting and querying data. Each data item in a key-value store has two elements, a key and a value. The key uniquely identifies the item, and the value holds the data for the item. The value is opaque to the database management system. Items are stored in key order.
upvoted 6 times
...
man5484
Most Recent 6 months, 3 weeks ago
a. Incorrect. Key/Value stores are generally schema-less and do not focus on enforcing constraints like relational databases do. b. Correct. Key/Value stores are optimized for fast, straightforward lookups based on keys. They are ideal for retrieving values quickly without complex queries. c. Incorrect. Key/Value stores are not designed for performing joins, as they do not have a relational structure. Joins are typically handled by relational databases. d. Incorrect. While some Key/Value stores support transactions, they are not as robust as relational databases in handling complex transactions and typically focus on simple retrievals rather than transactional operations.
upvoted 2 times
...
the_jigglypuff
7 months, 4 weeks ago
Simple lookups
upvoted 1 times
...
RajeshAzure
8 months, 2 weeks ago
correct answer
upvoted 1 times
...
AGTraining
1 year, 3 months ago
Simple lookups
upvoted 2 times
...
james2033
1 year, 7 months ago
A key/value data store is optimized for SIMPLE LOOKUPS.
upvoted 1 times
...
Han__
1 year, 9 months ago
Simple lookups
upvoted 2 times
...
akhil5432
1 year, 10 months ago
SIMPLE LOOKUPS
upvoted 1 times
...
zanjeev
1 year, 10 months ago
Simple Lookup
upvoted 1 times
...
chiiiweiii
2 years, 3 months ago
Correct Answer.
upvoted 1 times
...
Eltooth
2 years, 11 months ago
B is correct answer : simple lookups
upvoted 2 times
...
feroz777
2 years, 12 months ago
Correct answer
upvoted 2 times
...
EXODUS33
3 years ago
simple lookups is correct
upvoted 2 times
...
XiltroX
3 years, 2 months ago
Simple Lookups is the right answer
upvoted 2 times
...
VegasLC
3 years, 6 months ago
From the learning path "..The focus of a key-value store is to read and write data quickly. Search capabilities secondary. Key-value store excellent for data ingestion, when large volumes of data arrive as a continual stream and must be stored immediately..." So why not transactional?
upvoted 2 times
...
AzureDP900
3 years, 8 months ago
absolutely correct answer is simple look up
upvoted 2 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 ...