exam questions

Exam DP-900 All Questions

View all questions & answers for the DP-900 exam

Exam DP-900 topic 1 question 248 discussion

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

HOTSPOT
-

Select the answer that correctly completes the sentence.

Show Suggested Answer Hide Answer
Suggested Answer:

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
NuriaIzard
Highly Voted 2 years ago
The Azure Cosmos DB API for NoSQL supports querying documents using SQL. This article provides a sample document and two sample SQL queries and results / found in Microsoft tutorial
upvoted 12 times
...
TheLifeCollective
Highly Voted 2 years ago
Azure Cosmos DB core API is the answer but this is not in the list. Closest thing to query documents would be MongoDB API
upvoted 6 times
Pranava_GCP
1 year, 10 months ago
incorrect, MongoDB API using syntax e.g. db.families.find( { id: "AdressfieldFamily" }, { children: true } ). NoSQL API using syntax with SELECT statement, e.g. SELECT * FROM Products, so the correct answer is A. for NoSQL API.
upvoted 5 times
...
gabo
12 months ago
Core API was called SQL API formerly.
upvoted 1 times
...
...
razit
Most Recent 3 months, 3 weeks ago
NoSQL : https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/subquery or https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/select
upvoted 1 times
...
Pey1nkh
6 months, 2 weeks ago
-Mongo DB! Azure Cosmos DB provides multiple APIs for different workloads, and while the SQL API is used for querying Cosmos DB with SQL syntax, the MongoDB API allows you to use MongoDB's query language (which is similar to SQL in some cases) to interact with your data.
upvoted 1 times
...
Pranava_GCP
1 year, 10 months ago
The correct answer is "for NOSQL". NoSQL accounts provide support for querying items using the Structured Query Language (SQL) syntax, one of the most familiar and popular query languages to query JSON objects. https://learn.microsoft.com/en-us/azure/cosmos-db/choose-api
upvoted 4 times
...
sbd2022
1 year, 11 months ago
correct
upvoted 4 times
...
Joanna0
1 year, 12 months ago
The correct answer is "for NOSQL". https://learn.microsoft.com/en-us/azure/cosmos-db/choose-api
upvoted 4 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 ...