An enterprise aerospace contractor is modernizing its IT infrastructure across diverse cloud environments. Match each enterprise workload scenario on the left with the corresponding cloud service or deployment model on the right that best represents its architecture.
- Custom telemetry processing engine requiring direct operating system kernel configuration and virtual machine root administrative control.Infrastructure as a Service (IaaS)
- Customer service ticketing application maintained completely by an external vendor, where internal IT only manages user access and support workflows.Software as a Service (SaaS)
- Event-driven backend component that executes lightweight data transformation code triggered by file uploads without persistent server instances.Function as a Service (FaaS) / Serverless
- Shared threat intelligence platform co-owned and accessed exclusively by member defense organizations operating under identical regulatory frameworks.Community Cloud Deployment Model
Answer
The correct pairings match each workload requirement to its underlying operational model: virtual machine and OS administrative control maps to Infrastructure as a Service (IaaS); complete vendor application management maps to Software as a Service (SaaS); event-triggered serverless code execution maps to Function as a Service (FaaS); and infrastructure shared exclusively among organizations with common mission objectives maps to Community Cloud.
Each workload scenario correctly aligns with the scope of responsibility and deployment boundaries defined by the respective cloud models: IaaS grants OS-level control; SaaS abstracts application infrastructure; FaaS provides event-driven serverless execution; and Community Cloud serves a closed group of organizations with shared security requirements.
Step-by-Step Solution
Key Concept
Cloud Service and Deployment Model Taxonomy