nerdexam
Microsoft

AZ-204 · Question #351

In the merged camera company, which technology would you use for the lens quality control procedure?

The correct answer is B. Azure Logic Apps. For a complex, multi-step lens quality control procedure involving various systems, Azure Logic Apps is the most suitable technology.

Submitted by kwame.gh· Mar 30, 2026Develop Azure compute solutions

Question

In the merged camera company, which technology would you use for the lens quality control procedure?

Options

  • AMicrosoft Power Automate
  • BAzure Logic Apps
  • CAzure Functions
  • DAzure App Service WebJobs

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    79% (22)
  • C
    7% (2)
  • D
    11% (3)

Why each option

For a complex, multi-step lens quality control procedure involving various systems, Azure Logic Apps is the most suitable technology.

AMicrosoft Power Automate

Microsoft Power Automate is primarily for personal or team productivity and automating tasks within the Microsoft 365 ecosystem, less suited for robust enterprise-level system integration workflows.

BAzure Logic AppsCorrect

Azure Logic Apps provides a visual designer to orchestrate complex workflows involving various connectors, making it ideal for integrating different systems and automating multi-step business processes like quality control. It excels at enterprise integration and orchestrating actions across disparate services without writing extensive code.

CAzure Functions

Azure Functions is a serverless compute service best for executing small, event-driven pieces of code, not for orchestrating multi-step workflows across many systems directly.

DAzure App Service WebJobs

Azure App Service WebJobs are used for running background tasks within an App Service instance, typically for simpler, single-purpose tasks rather than complex workflow orchestration.

Concept tested: Choosing Azure integration services for workflow orchestration

Source: https://learn.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs

Topics

#Logic Apps#workflow automation#Azure compute options#business process

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice