Microsoft
DP-420 · Question #195
You have an Azure Cosmos DB for NoSQL account. The account hosts a container that has the change feed enabled. You are building an app by using the Azure Cosmos DB SDK. The app will read items from th
Sign in or unlock DP-420 to reveal the answer and full explanation for question #195. The question stem and answer options stay visible for context.
Integrate an Azure Cosmos DB solution
Question
You have an Azure Cosmos DB for NoSQL account. The account hosts a container that has the change feed enabled. You are building an app by using the Azure Cosmos DB SDK. The app will read items from the change feed by using a pull model. You need to ensure that multiple threads can read the change feed in parallel. What should you include?
Options
- Athe ChangeFeedStartFrom value
- Bthe pagesize value
- Cthe FeedRange value
- Da stream-based iterator
Unlock DP-420 to see the answer
You've previewed enough free DP-420 questions. Unlock DP-420 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Change Feed#Parallel Processing#Azure Cosmos DB SDK#Pull Model