AD0-E724 · Question #58
What is the core architecture feature of Adobe Commerce on Cloud Infrastructure?
The correct answer is C. Containerized Multi-tenant Architecture. Adobe Commerce on Cloud Infrastructure uses a Containerized Multi-tenant Architecture, meaning the platform runs isolated merchant environments (tenants) inside containers - enabling resource efficiency, scalability, and environment consistency across development, staging, and…
Question
What is the core architecture feature of Adobe Commerce on Cloud Infrastructure?
Options
- AMonolithic Architecture
- BMicroservices Architecture
- CContainerized Multi-tenant Architecture
- DServerless Architecture
How the community answered
(25 responses)- A4% (1)
- C92% (23)
- D4% (1)
Explanation
Adobe Commerce on Cloud Infrastructure uses a Containerized Multi-tenant Architecture, meaning the platform runs isolated merchant environments (tenants) inside containers - enabling resource efficiency, scalability, and environment consistency across development, staging, and production.
Why the distractors are wrong:
- A (Monolithic): Adobe Commerce's legacy on-premise version had monolithic tendencies, but the cloud offering is specifically designed to break away from that tightly-coupled model.
- B (Microservices): While Adobe Commerce uses some service-oriented patterns, it isn't decomposed into independent microservices the way a pure microservices architecture would be - the core application remains a unified platform.
- D (Serverless): Serverless implies function-based, event-driven execution with no persistent servers. Adobe Commerce on Cloud runs on persistent container infrastructure, not serverless functions.
Memory tip: Think "CC" - Cloud = Containers, and containers naturally support multi-tenancy by isolating each merchant's environment. If you remember that cloud hosting needs both isolation (multi-tenant) and portability (containers), option C locks in.
Topics
Community Discussion
No community discussion yet for this question.