400-007 · Question #275
Which parameter is the most important factor to consider when deciding service placement in a cloud solution?
The correct answer is C. application structure. Application structure is the most critical factor for cloud service placement because it defines the dependencies, communication patterns, and latency requirements that determine where each service must reside.
Question
Which parameter is the most important factor to consider when deciding service placement in a cloud solution?
Options
- Adata replication cost
- Bsecurity framework Implementation time
- Capplication structure
- Ddata confidentiality rules
How the community answered
(27 responses)- A19% (5)
- B7% (2)
- C70% (19)
- D4% (1)
Why each option
Application structure is the most critical factor for cloud service placement because it defines the dependencies, communication patterns, and latency requirements that determine where each service must reside.
Data replication cost is a financial consideration that informs placement but is secondary to ensuring the application functions correctly given its architecture.
Security framework implementation time is an operational concern during deployment, not a primary architectural driver for determining service placement.
The application structure - including whether it is monolithic or microservices-based, stateful or stateless, and how components communicate - directly dictates where services should be placed to meet performance and functional requirements. All other placement considerations such as cost or compliance are evaluated within the constraints the application architecture imposes, making structure the foundational input to any placement decision.
Data confidentiality rules are important compliance constraints, but they are applied within boundaries already set by application structure rather than driving the fundamental placement decision.
Concept tested: Cloud service placement decision factors
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/
Topics
Community Discussion
No community discussion yet for this question.