A global logistics corporation is evaluating deployment strategies for its various software applications. Match each business requirement to the most appropriate cloud deployment model.
- Host a legacy inventory database on physical hardware in a local warehouse while utilizing Azure App Service to run the web-based tracking portal.Hybrid cloud
- Deploy analytics workloads across both Microsoft Azure and Google Cloud Platform (GCP) to utilize specific database features of each provider.Multi-cloud
- Run a customer feedback application that requires rapid, automatic scaling to handle unpredictable traffic spike levels on shared resources.Public cloud
- Operate a proprietary routing algorithm on dedicated servers owned and maintained by the company inside their corporate headquarters.Private cloud
Answer
The scenario using a local warehouse database and Azure App Service matches Hybrid cloud. The scenario using both Azure and Google Cloud Platform matches Multi-cloud. The scenario running on shared resources with rapid scaling matches Public cloud. The scenario running on dedicated, locally owned servers matches Private cloud.
The correct matches align each scenario with its definition: combining local servers and public cloud services is hybrid cloud; using both Azure and GCP is multi-cloud; using shared public resources is public cloud; and using dedicated, owned local servers is private cloud.
Step-by-Step Solution
Key Concept
Cloud deployment models define the relationship between infrastructure ownership, resource sharing, and integration. Public cloud is shared resources owned by a provider; private cloud is dedicated resources owned/managed by one organization; hybrid cloud connects on-premises environments with public clouds; multi-cloud leverages multiple public cloud providers.