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
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.
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.
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.
-
small businesses
-
Real time applications
-
Applications with high data volatility
-
Larger enterprises
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.
-
Additional memory slots
-
A RAID array
-
Clustering
-
Backup site
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.
-
In a cluster
-
To use hot swap drives
-
With multiprocessors
-
With scalable storage capacity
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.
-
Node creation,Node monitoring.
-
data store updation and deletion.
-
virutal LUNS modification.
-
VM provisioning, Task Scheduling and Event Logging.
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.
-
used for quick provisioning of VM's.
-
Node backup.
-
thin provisioning.
-
Datastore backup.
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.
-
All the above.
-
virtual security.
-
Storage Virtualization
-
Microsoft application Virtualization
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.
-
Agent based monitoring tools
-
Auto-discovers the managed environment and auto-deploys management policies
-
Monitors and detects events or potential performance problems arising from managed nodes and services.
-
Collects network, managed node, and performance metrics to help you optimize performance and prevent problems.
-
Options 1 and 3
A,B,C,D
Correct answer
Explanation
HP Operations Manager is an agent-based monitoring solution that automatically discovers the IT environment, deploys management policies, monitors events and performance issues, and collects metrics for optimization. All four options (A, B, C, D) correctly describe its capabilities as a comprehensive enterprise monitoring tool.
-
small businesses
-
Real time applications
-
Applications with high data volatility
-
Larger enterprises
A
Correct answer
Explanation
DAS connects storage directly to a single computer or server. Its simplicity and cost-effectiveness make it ideal for small businesses with basic storage needs, while larger environments typically require networked storage solutions.
-
In a cluster
-
To use hot swap drives
-
With multiprocessors
-
With scalable storage capacity
A
Correct answer
Explanation
Server clustering provides high availability by running critical applications across multiple servers. If one server fails, another can immediately take over, ensuring continuous availability for users. Clustering is specifically designed for fault tolerance and redundancy. Hot swap drives help with hardware maintenance, multiprocessors improve performance, and scalable storage handles growth - but only clustering directly ensures application availability during failures.
-
Additional memory slots
-
A RAID array
-
Clustering
-
Backup
C
Correct answer
Explanation
Clustering allows multiple servers to work together as a single system, providing failover capability so that if one server fails, others continue handling requests. RAID only protects data at the storage level, while backups are for recovery after failure, not continuous availability.
-
Access Management services
-
Provisioning services
-
Identity Management services
-
User Management Services
B
Correct answer
Explanation
Provisioning services automate the entire user account lifecycle across multiple backend systems - creating accounts when users join, modifying permissions as roles change, disabling accounts when access should be revoked, and deleting them after departure. Access Management (A) controls what users CAN access, not account creation. Identity Management (C) is the broader governance framework. User Management (D) typically refers to manual administration tasks.
-
hardware componenets
-
interation between application packages, databases, and middleware systems in terms of functional coverage
-
software applications running on hardware components
-
infrastructure services offered to applications
-
protocols that connect applications
B
Correct answer
Explanation
Technical architecture encompasses hardware components (A), software applications running on them (C), infrastructure services provided to applications (D), and protocols for connectivity (E). Option B is the exception - while technical architecture considers these interactions, 'interaction between application packages' in terms of functional coverage is more properly an Application Architecture concern (functional fit/gaps), not Technical Architecture.