Computer Knowledge

Cloud Computing Management

2,340 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
  1. True

  2. False

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

Cloud computing does not always require high-speed Internet. While high-speed connectivity provides better performance, cloud services can work with various bandwidth levels. Many cloud applications offer offline synchronization, batch processing, and optimized modes for slower connections. Edge computing and mobile cloud services are designed to work with intermittent or low-bandwidth connections. The statement 'always need High speed Internet' is too absolute.

Multiple choice technology
  1. True

  2. False

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

Data stored in the cloud is not automatically secure - security depends on proper configuration, access controls, encryption, and monitoring. Cloud providers offer security tools and shared responsibility models, but misconfigured permissions, weak authentication, or unencrypted data can still be breached. Major security incidents have occurred due to customer configuration errors. The word 'always' makes this statement false - security requires active management, not just cloud storage.

Multiple choice technology
  1. True

  2. False

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

Cloud computing offers three primary service models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). Users can take infrastructure (virtual machines, storage), platforms (development/deployment environments), or applications as services - not just applications. For example, AWS EC2 provides IaaS, Google App Engine provides PaaS, and Office 365 provides SaaS. The statement 'only applications as service' is incorrect.

Multiple choice technology architecture
  1. small businesses

  2. Real time applications

  3. Applications with high data volatility

  4. Larger enterprises

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

DAS is commonly deployed in small businesses because it's cost-effective and simpler to manage compared to SAN or NAS. Real-time applications typically use SAN for performance. High data volatility applications often require more scalable solutions. Larger enterprises typically use SAN or NAS for better scalability and centralized management.

Multiple choice technology architecture
  1. Additional memory slots

  2. A RAID array

  3. Clustering

  4. Backup site

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

Clustering allows multiple servers to work together so that if one fails, others can immediately take over, providing high availability to users. RAID protects against drive failure but not server failure. Backup sites are for disaster recovery, not continuous availability. Extra memory doesn't provide HA.

Multiple choice technology architecture
  1. In a cluster

  2. To use hot swap drives

  3. With multiprocessors

  4. With scalable storage capacity

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

Server clustering ensures high availability by allowing multiple servers to back each other up - if one fails, others immediately take over with minimal downtime. Hot swap drives protect against disk failure but not server failure. Multiprocessors and scalable storage improve performance but don't guarantee availability.

Multiple choice technology architecture
  1. transaction volume

  2. availability

  3. application functionality

  4. reliability

  5. security

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

The question asks what is NOT a qualitative criterion. Application functionality describes WHAT the system does - it's the deliverable itself, not a quality attribute. Qualitative attributes include availability (B), reliability (D), and security (E) - these describe HOW WELL the system operates. Transaction volume (A) is quantitative (measurable metric).

Multiple choice technology
  1. Node creation,Node monitoring.

  2. data store updation and deletion.

  3. virutal LUNS modification.

  4. VM provisioning, Task Scheduling and Event Logging.

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

vCenter Server (VC) provides core services including VM provisioning (creating and deploying VMs), task scheduling (managing background operations), and event logging (tracking all system events for auditing and monitoring). These are fundamental management capabilities that centralize control of the virtual infrastructure.

Multiple choice technology
  1. used for quick provisioning of VM's.

  2. Node backup.

  3. thin provisioning.

  4. Datastore backup.

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

A template in VMware is a master copy of a virtual machine used for quick provisioning. Templates capture a configured VM state (OS, applications, settings) that can be rapidly cloned to deploy new identical VMs, saving time compared to installing and configuring each VM individually.

Multiple choice technology
  1. All the above.

  2. virtual security.

  3. Storage Virtualization

  4. Microsoft application Virtualization

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

Microsoft Soft Grid (later renamed Microsoft Application Virtualization or App-V) is a technology that allows applications to run without being locally installed. It virtualizes applications by packaging them with their dependencies and running them in an isolated environment on client machines, enabling on-demand delivery and conflict-free application management.

Multiple choice technology architecture
  1. Identify a User for a resource access

  2. Authorization of User for a resource access

  3. Create Identity and Provision a user for resource access

  4. Auditing user access request for a resource

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

Identity Management (IdM) involves creating digital identities for users and provisioning appropriate access rights to resources. It encompasses the entire lifecycle of identity creation, modification, and de-provisioning. Option C correctly captures both aspects: creating the identity and provisioning resource access, which is more comprehensive than just identification or authorization alone.

Multiple choice technology architecture
  1. Enterprise Service BUS

  2. Distribution

  3. Adaption

  4. Portability

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

DataPower is an appliance that functions as an Enterprise Service Bus (ESB) in Service-Oriented Architecture (SOA). It provides message transformation, routing, protocol mediation, and security services - all core ESB functions. The other options (Distribution, Adaption, Portability) are not standard SOA architectural categories that DataPower would belong to. DataPower's primary role is indeed as an ESB appliance.

Multiple choice technology databases
  1. Platform

  2. Server

  3. Testing

  4. AV & Firewall Mgmt

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

Data centre services focus on infrastructure operations, including platform management and server administration. In contrast, testing is a quality assurance activity, and firewall/antivirus management generally falls under security services rather than core data center infrastructure domains.

Multiple choice technology databases
  1. Networks

  2. Storage

  3. Middleware

  4. WebSphere Application Server and Portals - WASP

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

Data center services encompass core infrastructure: Networks (A) and Storage (B). Options C and D (Middleware, WebSphere Application Server) are application-layer or platform technologies, not data center services. The question tests IT infrastructure categorization.