Practice free →
HomeB.Tech Cloud Computingcloudcomputingcloudservices › Which architectural pattern best describes a mic…

Which architectural pattern best describes a microservices-style cloud application?

AA purely on-premises mainframe with no network connectivity
BMany small, independently-deployed services communicating over the network, each owning a focused domain
COne large monolithic binary that handles every concern in a single deployment unit
DCron jobs scheduled to run once per decade
Answer & Solution
Correct answer: B. Many small, independently-deployed services communicating over the network, each owning a focused domain
Microservices = many small services, independently deployed, communicating over APIs or messages, each owning its data store and domain. The other options describe monoliths, batch-only systems, and on-prem mainframes — not microservices.
Solve this in the app — B.Tech Cloud Computing practice & 24k+ MCQs →
Related questions