This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which of the following approaches is the most convenient way to get the URI and master key for your account into your project?
The client will infer the connection string when it connects to the server.
I can get it from the Azure portal.
I can use the Azure CLI.
When you're working with the Azure Cosmos DB SQL API, which of these packages can you use to perform CRUD operations from a Java application?
Azure Cosmos DB Java SDK
Apache Cassandra client libraries
Azure Table storage libraries
When you're working with the Azure Cosmos DB Java SDK User class, you use a NoSQL model. What's the best way to change the firstName field of a person document from Ann to Fran?
User
firstName
Ann
Fran
Call upsertItem with FirstName=Fran.
upsertItem
FirstName=Fran
Call upsertItem with an updated Person object.
Person
Call replaceItem with an updated Person object.
replaceItem
You must answer all questions before checking your work.
Was this page helpful?