nerdexam
Microsoft

AZ-204 · Question #44

You are designing a small app that will receive web requests containing encoded geographic coordinates. Calls to the app will occur infrequently. Which compute solution should you recommend?

The correct answer is A. Azure Functions. Azure Functions is a serverless compute service that allows you to run code in response to specific events, such as web requests, without having to provision or manage infrastructure. This can be a cost-effective solution for small apps that receive infrequent web requests…

Submitted by dimitri_ru· Mar 30, 2026Develop Azure compute solutions

Question

You are designing a small app that will receive web requests containing encoded geographic coordinates. Calls to the app will occur infrequently. Which compute solution should you recommend?

Options

  • AAzure Functions
  • BAzure App Service
  • CAzure Batch
  • DAzure API Management

How the community answered

(40 responses)
  • A
    73% (29)
  • B
    8% (3)
  • C
    15% (6)
  • D
    5% (2)

Explanation

Azure Functions is a serverless compute service that allows you to run code in response to specific events, such as web requests, without having to provision or manage infrastructure. This can be a cost-effective solution for small apps that receive infrequent web requests, since you only pay for the compute resources you use.

Topics

#Azure Functions#serverless#compute selection#infrequent workloads

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice