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 performance
  1. Agent based monitoring tools

  2. Auto-discovers the managed environment and auto-deploys management policies

  3. Monitors and detects events or potential performance problems arising from managed nodes and services.

  4. Collects network, managed node, and performance metrics to help you optimize performance and prevent problems.

  5. Options 1 and 3

Reveal answer Fill a bubble to check yourself
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.

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 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.

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 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.

Multiple choice technology architecture
  1. Additional memory slots

  2. A RAID array

  3. Clustering

  4. Backup

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. Access Management services

  2. Provisioning services

  3. Identity Management services

  4. User Management Services

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. hardware componenets

  2. interation between application packages, databases, and middleware systems in terms of functional coverage

  3. software applications running on hardware components

  4. infrastructure services offered to applications

  5. protocols that connect applications

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology architecture
  1. serviceability

  2. portability

  3. extensibility

  4. scalability

  5. interoperability

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

Interoperability is the ability of different applications or systems to exchange information and work together, even when running on different platforms or built by different vendors. Serviceability (A) is ease of maintenance. Portability (B) is running on different platforms. Extensibility (C) is adding features. Scalability (D) is handling growth.

Multiple choice technology architecture
  1. portability

  2. extensibility

  3. interoperability

  4. availability

  5. serviceability

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

Portability is the characteristic describing how easily an application can be moved from one platform to another (e.g., Windows to Linux, one cloud provider to another). Extensibility is adding functionality. Interoperability is communication between systems. Availability is uptime. Serviceability is ease of maintenance.

Multiple choice technology architecture
  1. Load distribution, Load balancing capability

  2. Location transparency

  3. Caching capability

  4. 2PC (Two phase commit) capability

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

Server clusters provide high availability and scalability in EJB environments by distributing incoming requests across multiple servers. This load distribution prevents any single server from becoming a bottleneck and allows the system to continue functioning even if one server fails. The load balancing capability ensures optimal resource utilization and improved performance. Location transparency, caching, and 2PC are separate concepts not directly related to clustering benefits.

Multiple choice technology platforms and products
  1. hostname

  2. IP address

  3. shared cache array

  4. shared disk resource

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

In a failover cluster, the IP address and shared disk resource must be owned by the cluster group hosting the TIBCO products to ensure proper failover functionality. The IP address is needed for network identity, and the shared disk ensures data persistence during failover. Hostname and shared cache array are not cluster-owned resources.

Multiple choice technology architecture
  1. Load distribution, Load balancing capability

  2. Location transparency

  3. Caching capability

  4. 2PC (Two phase commit) capability

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

EJB server clusters provide high availability through load distribution and load balancing capabilities. When multiple EJB servers are clustered, incoming requests can be distributed across the cluster, preventing any single server from becoming a bottleneck. If one server fails, requests can be routed to other servers. Location transparency (B) is provided by the EJB container itself, not specifically by clustering. Caching capability (C) is application-specific. Two-phase commit (2PC) is a transaction protocol, not a clustering benefit per se.

Multiple choice technology architecture
  1. Communication Support

  2. Life-cycle Management

  3. Multithreading support

  4. All of the above

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

The servlet container provides comprehensive support services including communication mechanisms (request/response handling), lifecycle management (instantiation, initialization, destruction), and multithreading support (managing concurrent requests). These infrastructure services allow developers to focus on business logic rather than runtime concerns.

Multiple choice technology architecture
  1. Rule Execution Server.

  2. Rule Solutions for Office.

  3. Decision Validation Services.

  4. Rule Team Server.

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

Rule Team Server is a scalable, web-based rule management server and repository that provides a collaborative environment for teams to author, manage, validate, and deploy business rules. It supports multiple users working simultaneously on rule development with proper version control and governance.

Multiple choice technology architecture
  1. Client Interface.

  2. Business Logic.

  3. Security

  4. Data Storage.

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

Three-tier architecture consists of: 1) Presentation Tier (Client Interface), 2) Business Logic Tier (application logic), 3) Data Storage Tier (databases/persistence). 'Security' is a cross-cutting concern, not a distinct tier - it applies across all three tiers (authentication at presentation, authorization at business logic, data encryption at storage).

Multiple choice technology packaged enterprise solutions
  1. MultiProviders

  2. Virtual Providers

  3. DSO

  4. InfoCubes

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

In SAP BW, aggregates (pre-summarized data structures for performance) can ONLY be created for InfoCubes (D). MultiProviders (A) are logical views that cannot have aggregates. Virtual Providers (B) provide real-time access and don't support aggregates. DSOs (C) are for data staging, not reporting aggregates.