PK0-005 · Question #151
While defining technical requirements, the development team requested a tiered architecture setup. Which of the following types of environments BEST describes this architecture?
The correct answer is B. Network environment. When a development team requests a tiered architecture setup while defining technical requirements, this refers to a network environment.
Question
While defining technical requirements, the development team requested a tiered architecture setup. Which of the following types of environments BEST describes this architecture?
Options
- ASecurity environment
- BNetwork environment
- CRelease environment
- DStage environment
How the community answered
(14 responses)- A7% (1)
- B86% (12)
- D7% (1)
Why each option
When a development team requests a tiered architecture setup while defining technical requirements, this refers to a network environment.
A security environment focuses on protective measures and controls, not the fundamental structural organization of application components.
A tiered architecture, such as N-tier or 3-tier, describes the logical and physical separation of an application's components (e.g., presentation, business logic, data access) into distinct layers that communicate over a network. This design fundamentally structures how services interact within the network environment, defining its layout and communication paths.
A release environment is where the final, production-ready software version is deployed, not the underlying architectural style.
A stage environment (staging) is a type of pre-production environment for testing, but it is an environment's purpose, not a description of its architecture like 'tiered'.
Concept tested: Software architecture and networking
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier
Topics
Community Discussion
No community discussion yet for this question.