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

Multiple choice general knowledge science & technology
  1. Reusability

  2. Granularity

  3. Interoperability

  4. None of these

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

All the listed options (Reusability, Granularity, and Interoperability) ARE key characteristics of Service Oriented Architecture. Therefore, the correct answer is 'None of these' because the question asks which is NOT a characteristic. SOA emphasizes reusable services, appropriate granularity, and interoperability between different platforms.

Multiple choice general knowledge science & technology
  1. Huge capital expenditure on hardware,software and services

  2. Loss of control of your data

  3. Disruption of service

  4. Compliance and regulation

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

Cloud computing follows a pay-as-you-go model that converts capital expenditure (CapEx) into operational expenditure (OpEx). Organizations avoid large upfront hardware/software investments, paying only for resources used. Options B, C, and D are genuine cloud risks: data resides on provider infrastructure, services can experience outages, and data residency must meet regulatory requirements.

Multiple choice general knowledge science & technology
  1. An environment for developers to create cloud applications and services

  2. An environment for developers to test .NET application

  3. An environment for developers to develop application for mobile devices

  4. An extension of silverlight

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

Windows Azure Platform (now Microsoft Azure) is Microsoft's cloud computing platform that provides developers with an environment to create, deploy, and manage cloud applications and services. It is not specifically for testing .NET apps, mobile development, or an extension of Silverlight.

Multiple choice general knowledge science & technology
  1. Eucalyptus

  2. Azure

  3. Amazon

  4. IBM cloud

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

Eucalyptus is an open-source software platform for implementing private cloud computing infrastructure. It provides AWS-compatible APIs and allows organizations to build their own cloud services. Azure, Amazon, and IBM Cloud are proprietary public cloud platforms.

Multiple choice general knowledge science & technology
  1. jBPM

  2. Portfolio Manager

  3. Intalio

  4. All of the above

  5. None of these

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

Intalio provides a comprehensive suite of applications designed for cloud computing environments, including BPM tools, process modeling, and execution capabilities. The platform offers an integrated portfolio rather than standalone tools, making it suitable for enterprise cloud deployments. Option C correctly identifies Intalio as the product with this integrated cloud application portfolio.

Multiple choice technology architecture
  1. It is a infrastructure software to build SOA

  2. It is a concept to build SOA

  3. It is a programming language to build SOA

  4. None of the above

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

An Enterprise Service Bus (ESB) is a software architecture model used for designing and implementing communication between mutually interacting software applications in a Service-Oriented Architecture (SOA). It acts as the infrastructure 'bus' for integration.

Multiple choice technology web technology
  1. Free

  2. Ladder

  3. Pay per use

  4. Perpetual License

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

To solve this question, the user needs to have knowledge of cloud computing pricing models.

Now, let's go through each option and explain why it is right or wrong:

A. Free: This option is a pricing model for cloud computing. It's called the "Freemium" model, where the basic services are free, but additional features come with a cost.

B. Ladder: This option is not a cloud computing pricing model. Therefore, it is the correct answer to the question.

C. Pay per use: This option is a pricing model for cloud computing where users are charged based on the resources they consume.

D. Perpetual License: This option is not a cloud computing pricing model. It's a traditional software licensing model where users pay for software once and can use it indefinitely.

The Answer is: B

Multiple choice technology web technology
  1. IBM Deep blue

  2. Google 101

  3. Microsoft Azure

  4. Amazon EC2

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

IBM Deep Blue was a chess-playing computer, not a cloud computing platform. Google 101 appears to be an incorrect option (possibly meant to be Google Cloud Platform), Microsoft Azure and Amazon EC2 are both major cloud platforms. The question has quality issues with the options.

Multiple choice technology web technology
  1. Corporate data centers

  2. Expensive personal computer hardware

  3. Expensive software upgrades

  4. All of the above

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

Cloud computing offers scalable, on-demand resources that replace the need for physical corporate data centers, high-end local PC hardware for processing, and the manual management of expensive software upgrades, as these are handled by the provider.

Multiple choice technology architecture
  1. a) To transport the messages between software components

  2. b) contains information (metadata) about all the components that the SOA supports.

  3. c) provides reference information about software components that are running or available for use

  4. d) All the above

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

The Enterprise Service Bus (ESB) is the communication backbone that transports messages between different software components in an SOA architecture. It provides routing, transformation, and protocol mediation capabilities.

Multiple choice technology architecture
  1. a) The enterprise service bus (ESB)

  2. b) The SOA registry

  3. c) Workflow engine

  4. d) SOA supervisor

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

The Workflow Engine is the central orchestration point in SOA, responsible for coordinating all service interactions and business process execution. It manages the sequence and flow of service invocations to complete business processes.

Multiple choice technology architecture
  1. a) Logic is divided into services with the intention of promoting reuse

  2. b) Services maintain a relationship that minimizes dependencies and only requires that they maintain an awareness of each other

  3. c) Services have control over the logic they encapsulate

  4. d) Beyond what is described in the service contract, services hide logic from the outside world

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

Service loose coupling in SOA means services maintain relationships that minimize dependencies and only require awareness of each other. This allows services to be modified or replaced without breaking the entire system. Option A refers to service reuse, C to service autonomy, and D to service abstraction - different SOA principles.