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
  1. VMware vCloud networking and security

  2. Technical account manager

  3. vCloud director

  4. Private cloud

  5. Virtual machine technology

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

This component of VMware network virtualization solution contains a virtual data center container which is a highly automatable abstraction of the pooled virtual infrastructure.

Multiple choice
  1. Public cloud

  2. Extended subnetworking

  3. VMware vCloud networking and security

  4. vMware vSphere logical network

  5. Subnetworking technology

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

This component of VMware network virtualization solution enables the communication (east-west and north-south) while maintaining isolation between tenants.

Multiple choice
  1. vCloud networking and security manager.

  2. Cloud computing.

  3. VMware vCloud networking and security.

  4. Technical account manager.

  5. Private cloud.

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

This component of VMware network virtualization solution exposes APIs that can be used to integrate with existing cloud management systems.

Multiple choice
  1. Public cloud

  2. Network virtualization

  3. Subnetworking technology

  4. Extended subnetworking

  5. Indirect networking

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

This technology is fully integrated in vCloud director workflows, enabling rapid self-service provisioning within the context of the application workload.

Multiple choice
  1. model of data storage in which the digital data is stored

  2. a logic pool

  3. in the sky DUUHH...

  4. a pool of logic

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

Cloud computing refers to the delivery of computing services, including storage, over the internet rather than on local hard drives.

Multiple choice
  1. Ability of EC2 Instances to discover Internet Gateway

  2. Ability to assign Elastic IP Addresses

  3. Ability to identify services in the AWS Console

  4. Use of DNS names to identify endpoints instead of IP Addresses such as ELBs

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

Service discovery in loose coupling refers to using DNS names or service endpoints rather than hardcoded IP addresses. This allows services to be dynamically located and accessed without clients knowing their exact IP addresses, enabling infrastructure flexibility.

Multiple choice
  1. You can manage the AWS services programmatically

  2. You can reduce cost if you make API calls vs. Console Access

  3. You get 100% protection from DDOS attacks

  4. This is a cool feature to have

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

Accessing AWS via API calls allows for automation, scripting, and programmatic management of infrastructure, which is essential for DevOps practices.