☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact

AZ-204 Developing Solutions for Microsoft Azure Actual Exam Questions

213 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 204 of 213

Choose 2
You are developing a solution that will use a multi-partitioned Azure Cosmos DB database. You plan to use the latest Azure Cosmos DB SDK for development.The solution must meet the following requirements:✑ Send insert and update operations to an Azure Blob storage account.✑ Process changes to all partitions immediately.✑ Allow parallelization of change processing.You need to process the Azure Cosmos DB operations.What are two possible ways to achieve this goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point. A. Create an Azure App Service API and implement the change feed estimator of the SDK. Scale the API by using multiple Azure App Service instances. B. Create a background job in an Azure Kubernetes Service and implement the change feed feature of the SDK. C. Create an Azure Function to use a trigger for Azure Cosmos DB. Configure the trigger to connect to the container. Most Voted D. Create an Azure Function that uses a FeedIterator object that processes the change feed by using the pull model on the container. Use a FeedRange object to parallelize the processing of the change feed across multiple functions. Most Voted
A Create an Azure App Service API and implement the change feed estimator of the SDK. Scale the API by using multiple Azure App Service instances.
B Create a background job in an Azure Kubernetes Service and implement the change feed feature of the SDK.
C Create an Azure Function to use a trigger for Azure Cosmos DB. Configure the trigger to connect to the container. Most Voted
D Create an Azure Function that uses a FeedIterator object that processes the change feed by using the pull model on the container. Use a FeedRange object to parallelize the processing of the change feed across multiple functions. Most Voted
Correct Answer: A, C

 Create an Azure App Service API and implement the change feed estimator of the SDK. Scale the API by using multiple Azure App Service instances.

Explanation

The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.

About this practice exam

Review 213 Microsoft questions with answers and explanations. Use the navigation to move through the exam at your own pace.