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
-
Throttling
-
Service Orchestration
-
Service Pooling
-
Service Aggregation
C
Correct answer
Explanation
Service Pooling in OSB refers to the management of multiple endpoint URLs for a single business service. When a business service has multiple backend endpoints, OSB can automatically manage them as a 'pool' - handling load distribution, health checking, and failover if one endpoint becomes unavailable. This is distinct from Service Aggregation (combining multiple services), Service Orchestration (coordinating service calls), or Throttling (rate limiting). The failover and endpoint management logic described in the question is specifically what Service Pooling provides.
-
Throttling
-
Service Orchestration
-
Service Pooling
-
Service Aggregation
C
Correct answer
Explanation
Service Pooling in OSB manages multiple endpoint URIs configured for a single Business Service, handling load distribution across endpoints and automatic failover when endpoints become unavailable. Throttling controls request rate limits. Service Orchestration coordinates multiple services in a workflow. Service Aggregation combines responses from multiple services. Only Service Pooling specifically addresses endpoint management and failover logic.
-
Applications
-
Infrastructure
-
Resources
-
Value
D
Correct answer
Explanation
According to ITIL service definition, a service always delivers value to customers. Value is the core outcome - services may use applications, infrastructure, and resources as means to deliver that value, but these are not the deliverables themselves. Value is what the customer actually receives and cares about.
-
Only the attached Server can access Storage
-
Poor asset utilization
-
Limited Scalability
-
All of the above
D
Correct answer
Explanation
DAS (Direct Attached Storage) has three key limitations: (1) Only the server it's attached to can access it - no network sharing; (2) Poor asset utilization because storage can't be shared across servers; (3) Limited scalability - you're constrained by the server's available connections and physical space. All these characteristics make DAS inflexible for growing environments.
-
Multipathing
-
Replication
-
Cluster
-
Load Balancing
B
Correct answer
Explanation
Replication is the technology used to mirror or copy data from a primary site to a disaster recovery site in real-time or near real-time. This ensures that the DR site has up-to-date copies of data for failover. Multipathing provides path redundancy, clustering gives server failover, and load balancing distributes traffic - none are specifically for data mirroring between sites.
-
DataSynanpses Grid Server
-
Windows Hosted App
-
The same server as Web App
-
Parallel platform with SG service
A
Correct answer
Explanation
The EC Engine runs on a DataSynapses Grid Server, which is a distributed computing platform that provides grid processing capabilities. This allows the EC Engine to leverage parallel processing across multiple grid nodes for computationally intensive tasks like scenario generation and analysis.
-
DataSynanpses
-
Safari
-
Mapak
-
TCS Inbuilt
A
Correct answer
Explanation
The grid server used for the EC Engine is provided by DataSynapses (misspelled as 'DataSynanpses' in the option), a company that specializes in grid computing software and distributed processing solutions. DataSynapses grid servers enable high-performance parallel processing for computational tasks.
-
Business Delegate
-
Session Façade
-
Transfer Object
-
None of the above
B
Correct answer
Explanation
Session Facade provides a coarse-grained, unified interface to a set of fine-grained business services. It encapsulates the complexity of business tier interactions, giving clients simpler access. Business Delegate is more about hiding lookup details, while Transfer Object is for data transfer, not access control.
-
384 virtual machines
-
284 virtual machines
-
64 virtual machines
-
256 virtual machines
A
Correct answer
Explanation
Hyper-V Server 2008 R2 supports up to 384 virtual machines per host, limited by logical processor count and memory. This doubled from the 192 VM limit in the original release.
-
Live migration
-
Dynamic virtual machine storage
-
Enhanced processor support
-
All
D
Correct answer
Explanation
Hyper-V R2 introduced three major capabilities: live migration for zero-downtime VM movement, Cluster Shared Volumes enabling multiple nodes to access the same VHD simultaneously, and processor compatibility mode allowing migration across CPU generations.
-
Physical Servers
-
Virtual Servers
-
The VMM Library
-
virtual Networks
-
All of the above
E
Correct answer
Explanation
The VMM Administrative Console manages all components of the virtual infrastructure: Physical Servers (the host machines), Virtual Servers (the VMs), the VMM Library (storage for ISOs, VHDs, profiles), and Virtual Networks (networking configuration). All components (E) are included.
-
Create the virtual Machine
-
Move the virtual machine from one host to another
-
to control the virtual machine access
-
To accelerate the virtual machine hardware for smoother user access
D
Correct answer
Explanation
Integration components (like Hyper-V Integration Services) are installed in guest VMs to accelerate hardware access for smoother performance. They enable features like time sync, heartbeat, and data exchange. They are not required for creating VMs (A), moving them (B), or basic access control (C).
-
Microsoft App-V
-
Microsoft Desktop Optimization pack
-
Microsoft RDS
-
Windows deployment services
A
Correct answer
Explanation
Microsoft Application Virtualization (App-V) is the Microsoft technology specifically designed for virtualizing and distributing applications. It allows applications to run without being fully installed on the local machine. MDOP is a suite that includes App-V, RDS is for remote desktop sessions, and WDS is for OS deployment.
-
Should Support DEP
-
should Support 64 Bit
-
Hardware Assisted Virtualization
-
A & B
-
A, B & C
E
Correct answer
Explanation
Hyper-V requires three hardware capabilities: 64-bit processor support (x64 architecture), Hardware-Assisted Virtualization (Intel VT-x or AMD-V), and Data Execution Prevention (DEP/NX bit). All three must be present for the role to install. Option D is incomplete; E is the full correct set.
-
Operations Manager
-
Configuration manager
-
Data Protection Manager
-
Virtual machine Manager
A
Correct answer
Explanation
System Center Operations Manager (SCOM) is the monitoring and management suite in the System Center family. It provides performance monitoring, alerting, and health tracking for virtual machines and other infrastructure. Configuration Manager is for deployment, DPM for backup, and VMM for VM management.