Computer Knowledge

Cloud Computing Management

2,254 Questions

Cloud computing management involves administering web based services, data storage, and network security protocols. This subject is heavily featured in the computer aptitude sections of banking and government recruitment tests. The practice questions address SaaS backup, cross region storage replication, and serverless application designs.

SaaS data backupPaaS use casesCloud storage replicationServerless applicationsCloud security tools

Cloud Computing Management Questions

Multiple choice technology testing
  1. .Net Framework

  2. SQL Server

  3. Server OS

  4. All the Above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SharePoint requires all three components: .NET Framework for the application runtime, SQL Server for the content database, and a Windows Server operating system as it cannot run on client Windows versions.

Multiple choice technology testing
  1. Project team should have gone for a failover architecture like 2 servers of 12 CPU, 12 GB RAM instead of single server

  2. Project team trusted server vendor who guaranteed excellent performance and scalability

  3. Project team overlooked the fact that results derived on a single CPU machine cannot be extrapolated to 24 CPU servers

  4. It's sheer bad luck that the application crashed; there's no mistake, at least they tried

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Concurrency issues, memory leaks, and CPU resource contention on multi-core systems cannot be predicted by scaling down data on a single-CPU machine. Results from a single-core environment do not extrapolate linearly to highly parallel 24-CPU systems under heavy production load.

Multiple choice technology testing
  1. Service as functionality

  2. Functionality as service

  3. Software as service

  4. Infrastructure as service

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SOA (Service-Oriented Architecture) delivers functionality as services - reusable business capabilities accessible via standard interfaces. This shifts from monolithic applications to composable services. 'Software as service' refers to SaaS delivery model, while 'Infrastructure as service' is cloud computing.

Multiple choice technology testing
  1. Security

  2. Reliability

  3. Interoperability

  4. Efficiency

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The primary goal of web services is interoperability - enabling different applications and systems to communicate regardless of their underlying platforms or languages. While security and reliability are important, they are quality attributes, not the fundamental purpose. Efficiency is often traded for interoperability.

Multiple choice technology platforms and products
  1. Resilience

  2. Failover

  3. Recovery

  4. All the Above

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

High availability systems require multiple components to ensure continuous operation. Resilience allows the system to recover from failures, failover provides automatic switching to backup systems, and recovery procedures restore normal operations after an outage. All three (Resilience, Failover, Recovery) are fundamental components of a high-availability architecture.

Multiple choice technology testing
  1. Recovery

  2. Failover

  3. Monitoring

  4. Analysis support

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Failover is the service that automatically switches to a standby system when the primary system fails, thereby reducing service outage duration. Recovery is about restoring after an incident, Monitoring tracks health, and Analysis Support provides insights, but only Failover actively reduces outage time by maintaining continuity through redundant systems.

Multiple choice technology
  1. Brings down the hardware costs

  2. Needs high initial investments

  3. Can access the data anywhere if we are connected to internet

  4. Both a&c

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cloud computing reduces hardware costs by eliminating the need for local infrastructure - you rent resources from providers. It also enables universal access to data and applications from any location with internet connectivity. Option B is incorrect because cloud computing follows a pay-as-you-go model, not high upfront investments.

Multiple choice technology
  1. Green computing

  2. Grid computing

  3. Cloud computing

  4. Utility Computing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The description matches cloud computing precisely: centralized shared infrastructure (like power plants) that users access on-demand, paying only for what they use. Grid computing (B) is about distributed resource sharing across organizations. Utility computing (D) is the billing model, not the architecture.

Multiple choice technology
  1. Googles application Engine

  2. Microsoft's Azure

  3. Force.com

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Google App Engine, Microsoft Azure, and Force.com are all major Platform-as-a-Service (PaaS) offerings. PaaS provides a platform for developers to build applications without managing underlying infrastructure. Option D correctly identifies that all three are PaaS providers.

Multiple choice technology
  1. On premise private cloud

  2. Public Cloud

  3. community Cloud

  4. Hybrid cloud

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The standard cloud deployment models are Public, Private, Community, and Hybrid clouds. 'On premise private cloud' is not a distinct classification - it's simply describing where a private cloud is deployed (on-premise vs. hosted), but the classification itself remains 'Private cloud'. The deployment location is an implementation detail, not a separate category.

Multiple choice technology
  1. Infrastructure as service

  2. Platform as service

  3. software as Service

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cloud computing delivers services through three primary models: IaaS (Infrastructure as a Service - e.g., AWS EC2, Azure VMs), PaaS (Platform as a Service - e.g., Heroku, Google App Engine), and SaaS (Software as a Service - e.g., Gmail, Salesforce). Since all three are valid cloud service models, 'All the above' is the correct answer.