Exam Preparation Quiz

Question 74 of 75

Identify The Azure Cosmos DB API Used In The Query

You work as a database consultant at MDFT Pro, a well-known training agency that provides Microsoft certification courses. The academy is implementing a social learning platform that tracks relationships between students, instructors, courses, and study groups using Azure Cosmos DB.

Mark, a database administrator, has found a query in their codebase but is unfamiliar with its syntax. The query is:

g.V().hasLabel('person').order().by('firstName', decr)

Claire, the development team lead, has asked you to identify which Azure Cosmos DB API this query belongs to, as this will help them understand the data model and ensure they have the right expertise on the team to maintain and extend this functionality.

Which Azure Cosmos DB API is used in this query?

Choose all correct answers from the options below.

Explanations for each answer:

Learn more about Azure Cosmos DB Gremlin API:
Cosmos DB Gremlin API
Next Question