Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Integrate Azure Cosmos DB SQL API with Azure Cognitive Search, Azure Functions, and your own solutions.
This learning path helps prepare you for Exam DP-420: Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB.
Prerequisites:
Before starting this learning path, you should have experience of building cloud applications with Microsoft C# or a similar programming language.
Process change feed events using the change feed processor in the Azure Cosmos DB SQL API .NET SDK.
Learning objectives:
After completing this module, you’ll be able to:
Prerequisites:
Before starting this module, you should have experience of building cloud applications with Microsoft C# or a similar programming language.
Q1. Which method of the Container class is used to create a new change feed estimator?
GetChangeFeedProcessorBuilder<>
GetChangeFeedEstimatorBuilder
GetChangeFeedIterator<>
Q2. Which method of the ChangeFeedProcessor class should you invoke to start consuming changes from the change feed?
GetChangeFeedProcessorBuilder<>
StartAsync
Build
Use Azure Functions bindings to integrate a function with Azure Cosmos DB SQL API.
Learning objectives:
After completing this module, you’ll be able to:
Prerequisites:
Before starting this module, you should have experience of building cloud applications with Microsoft C# or a similar programming language.
Q1. You’re creating an Azure Function to monitor a container for new items and changes to existing items. Which type of binding should you use to start executing the function where there are changes to items?
Q2. You have an output binding configured for Azure Cosmos DB SQL API named items. You would like to add multiple items to a container using this binding. Which function method parameter should you use to add more than one item to a container?
out Product items
IAsyncCollector<Product> items
out IEnumerable<Product> items
Q3. When configuring an Azure Cosmos DB SQL API trigger, which of the following settings would be valid?
AzureCosmosDBTrigger
leaseCollectionName
to the name of the container that will contain all the new leased documentsIndex Azure Cosmos DB SQL API data with Azure Cognitive Search.
Learning objectives:
After completing this module, you’ll be able to:
Prerequisites:
Before starting this module, you should have experience of building cloud applications with Microsoft C# or a similar programming language
Q1. To enable the ability to index changes in Azure Cosmos DB SQL API items, which field should you include in the data source’s SQL query?
partitionKey
id
_ts
Q2. Your Azure Cosmos DB SQL API solution regularly uses a time-to-live value to automatically delete items after a set amount of time. Which strategy should you use to ensure that the deleted items are also deleted in the search index?
I hope this Integrate Azure Cosmos DB SQL API with Azure services Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>