AZ-204 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 19–20 of 20 questions

Question 19 (New Update)

You are developing Azure Durable Functions to manage vehicle loans.

In the loan process, there are several actions that must be executed in a specific sequence. One of these actions involves a customer credit check process, which might take several days to complete.

To implement Azure Durable Functions for this loan processing, which type of Azure Durable Function should you use?

Select an option, then click Submit answer.

  • orchestrator
  • client
  • activity
  • entity
Question 20 (New Update)

You are developing a Software as a Service (SaaS) application that requires storing data in key-value pairs.

For the lowest cost edition of the application, performance must be on a best-effort basis and there should be no regional failover support. Higher-cost editions should enable customers to choose guaranteed levels of performance and support for multiple regions. Cost optimization on Azure is essential.

Which Azure Cosmos DB API should be used for this application?

Select an option, then click Submit answer.

  • Core
  • MongoDB
  • Cassandra
  • Table API