1What is the primary definition of Cloud Computing according to NIST?
A.A proprietary software installed on a local machine
B.A method of storing data solely on hard drives
C.A model for enabling ubiquitous, on-demand network access to a shared pool of configurable computing resources
D.A hardware specification for mainframe computers
Correct Answer: A model for enabling ubiquitous, on-demand network access to a shared pool of configurable computing resources
Explanation:
NIST defines cloud computing as a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources.
Incorrect! Try again.
2Which of the following is NOT an essential characteristic of Cloud Computing?
A.Resource pooling
B.Fixed hardware dependency
C.On-demand self-service
D.Rapid elasticity
Correct Answer: Fixed hardware dependency
Explanation:
Cloud computing relies on virtualization and abstraction from hardware, not fixed hardware dependency. The characteristics include elasticity, pooling, and self-service.
Incorrect! Try again.
3In which service model does the vendor manage everything including the application, data, runtime, middleware, and OS?
A.SaaS (Software as a Service)
B.DaaS (Desktop as a Service)
C.PaaS (Platform as a Service)
D.IaaS (Infrastructure as a Service)
Correct Answer: SaaS (Software as a Service)
Explanation:
In SaaS, the provider manages the entire stack, including the application and data, delivering software over the internet.
Incorrect! Try again.
4Which of the following is a primary example of PaaS?
A.Dropbox
B.Amazon EC2
C.Salesforce CRM
D.Google App Engine
Correct Answer: Google App Engine
Explanation:
Google App Engine is a platform that allows developers to build and run applications without managing the underlying infrastructure, fitting the PaaS model.
Incorrect! Try again.
5What is the main benefit of the 'Pay-as-you-go' model in cloud computing?
A.It requires upfront hardware purchase
B.It converts capital expenditure (CapEx) into operational expenditure (OpEx)
C.It eliminates the need for internet connection
D.It increases capital expenditure (CapEx)
Correct Answer: It converts capital expenditure (CapEx) into operational expenditure (OpEx)
Explanation:
Pay-as-you-go allows businesses to pay only for resources consumed, shifting costs from heavy upfront investments (CapEx) to ongoing operating costs (OpEx).
Incorrect! Try again.
6Which deployment model is available to the general public and is owned by an organization selling cloud services?
A.Private Cloud
B.Hybrid Cloud
C.Public Cloud
D.Community Cloud
Correct Answer: Public Cloud
Explanation:
Public clouds are owned and operated by third-party service providers and deliver resources over the internet to the general public.
Incorrect! Try again.
7A cloud infrastructure operated solely for a single organization is known as:
A.Community Cloud
B.Public Cloud
C.Open Cloud
D.Private Cloud
Correct Answer: Private Cloud
Explanation:
A Private Cloud is dedicated to a single organization, offering greater control and security, whether managed internally or by a third party.
Incorrect! Try again.
8What defines a Hybrid Cloud?
A.A cloud that stores data on optical discs
B.A composition of two or more distinct cloud infrastructures (private, community, or public)
C.A cloud that only uses open-source software
D.A cloud used by the government only
Correct Answer: A composition of two or more distinct cloud infrastructures (private, community, or public)
Explanation:
Hybrid cloud combines public and private clouds, bound together by technology that allows data and application portability.
Incorrect! Try again.
9What is 'Multi-tenancy' in cloud computing?
A.A single instance of software serving multiple customers (tenants)
B.Hosting data in multiple countries
C.One customer having multiple accounts
D.Using multiple cloud providers simultaneously
Correct Answer: A single instance of software serving multiple customers (tenants)
Explanation:
Multi-tenancy is an architecture where a single instance of a software application serves multiple customers, sharing underlying resources while keeping data isolated.
Incorrect! Try again.
10What does SOA stand for?
A.System Open Architecture
B.Service Oriented Architecture
C.Simple Object Access
D.Storage Oriented Allocation
Correct Answer: Service Oriented Architecture
Explanation:
SOA stands for Service Oriented Architecture, a design style where services are provided to other components by application components through a communication protocol.
Incorrect! Try again.
11Which principle describes the ability of a system to handle growing amounts of work by adding resources to the system?
A.Scalability
B.Redundancy
C.Latency
D.Interoperability
Correct Answer: Scalability
Explanation:
Scalability is the ability of a system to increase its capacity and handle increased load by adding resources (scaling up or out).
Incorrect! Try again.
12In the context of SOA, what is 'Loose Coupling'?
A.Services must be written in the same programming language
B.Services share the exact same database tables directly
C.Services are physically connected via cables
D.Services operate independently and changes in one do not heavily impact others
Correct Answer: Services operate independently and changes in one do not heavily impact others
Explanation:
Loose coupling ensures that services are not dependent on the internal details of other services, facilitating easier maintenance and updates.
Incorrect! Try again.
13Which of the following is a key guiding principle regarding resource utilization in the cloud?
A.Resource Fragmentation
B.Resource Reservation only
C.Resource Isolation
D.Resource Pooling
Correct Answer: Resource Pooling
Explanation:
Resource pooling allows the provider to serve multiple consumers using a multi-tenant model, with resources dynamically assigned and reassigned according to demand.
Incorrect! Try again.
14What is OpenStack?
A.A database management system
B.An open-source platform for creating private and public clouds
C.A proprietary cloud OS by Microsoft
D.A programming language for cloud apps
Correct Answer: An open-source platform for creating private and public clouds
Explanation:
OpenStack is a free, open standard cloud computing platform, mostly deployed as infrastructure-as-a-service (IaaS).
Incorrect! Try again.
15Which OpenStack component is responsible for Compute services (provisioning virtual machines)?
A.Swift
B.Horizon
C.Nova
D.Cinder
Correct Answer: Nova
Explanation:
Nova is the OpenStack project designed to provide on-demand access to compute resources by provisioning and managing virtual machines.
Incorrect! Try again.
16In AWS, what does EC2 stand for?
A.Electronic Cloud Control
B.Enterprise Cloud Connect
C.Elastic Compute Cloud
D.Elastic Cloud Compute
Correct Answer: Elastic Compute Cloud
Explanation:
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud.
Incorrect! Try again.
17Which AWS service is primarily used for Object Storage?
A.Lambda
B.RDS
C.EC2
D.S3
Correct Answer: S3
Explanation:
Amazon S3 (Simple Storage Service) is an object storage service offering industry-leading scalability, data availability, security, and performance.
Incorrect! Try again.
18Which of the following is an application of Cloud Computing?
A.Disaster Recovery and Backup
B.Big Data Analytics
C.File Storage and Sharing
D.All of the above
Correct Answer: All of the above
Explanation:
Cloud computing is widely used for backups, storage, and processing large datasets (Big Data) due to its scalability.
Incorrect! Try again.
19What is the primary security concern in a Public Cloud environment?
A.High cost of hardware
B.Lack of internet access
C.Physical theft of servers by the user
D.Data privacy and multi-tenancy risks
Correct Answer: Data privacy and multi-tenancy risks
Explanation:
In public clouds, data travels over the internet and resides on shared hardware (multi-tenancy), making data privacy and isolation major concerns.
Incorrect! Try again.
20Which OpenStack component is responsible for Networking?
A.Swift
B.Neutron
C.Keystone
D.Glance
Correct Answer: Neutron
Explanation:
Neutron is the OpenStack networking project that provides network connectivity as a service between interface devices managed by other OpenStack services.
Incorrect! Try again.
21What is the role of a Hypervisor in cloud computing?
A.To create and run virtual machines
B.To encrypt data
C.To design web interfaces
D.To manage billing
Correct Answer: To create and run virtual machines
Explanation:
A hypervisor, or virtual machine monitor (VMM), is software/firmware that creates and runs virtual machines by abstracting the physical hardware.
Incorrect! Try again.
22Which guiding principle refers to the ability to automatically provision and release resources as needed?
A.Measured Service
B.Broad Network Access
C.Rapid Elasticity
D.Resource Pooling
Correct Answer: Rapid Elasticity
Explanation:
Rapid elasticity allows capabilities to be elastically provisioned and released, appearing infinite to the consumer.
Incorrect! Try again.
23In the context of AWS, what is an Availability Zone (AZ)?
A.A specific server rack
B.One or more discrete data centers with redundant power and networking within a Region
C.A separate geographic region
D.A backup tape drive
Correct Answer: One or more discrete data centers with redundant power and networking within a Region
Explanation:
Availability Zones are distinct locations within an AWS Region that are engineered to be isolated from failures in other AZs.
Incorrect! Try again.
24Which deployment model is best suited for organizations with strict regulatory compliance and security requirements?
A.Community Cloud
B.Private Cloud
C.Public Cloud
D.Hybrid Cloud
Correct Answer: Private Cloud
Explanation:
Private clouds offer the highest level of control and security, making them ideal for strict regulatory compliance.
Incorrect! Try again.
25What is 'Cloud Bursting'?
A.Destroying data in the cloud
B.Merging two cloud companies
C.An application running in a private cloud bursting into a public cloud during spikes in demand
D.A system crash in the cloud
Correct Answer: An application running in a private cloud bursting into a public cloud during spikes in demand
Explanation:
Cloud bursting is a configuration where an application runs in a private cloud and bursts into a public cloud when the demand for computing capacity spikes.
Incorrect! Try again.
26Which OpenStack service provides Identity and Authentication?
A.Keystone
B.Cinder
C.Horizon
D.Nova
Correct Answer: Keystone
Explanation:
Keystone is the identity service for OpenStack, providing API client authentication, service discovery, and distributed multi-tenant authorization.
Incorrect! Try again.
27In IaaS, who is responsible for patching the Guest OS?
A.The Cloud Consumer
B.The Internet Service Provider
C.The Cloud Provider
D.The Government
Correct Answer: The Cloud Consumer
Explanation:
In IaaS, the provider manages the physical infrastructure, but the consumer is responsible for the OS, applications, and patching thereof.
Incorrect! Try again.
28Which AWS service is a managed Relational Database Service?
A.Redshift
B.RDS
C.DynamoDB
D.ElastiCache
Correct Answer: RDS
Explanation:
Amazon RDS (Relational Database Service) makes it easy to set up, operate, and scale a relational database in the cloud.
Incorrect! Try again.
29What is the dashboard component of OpenStack called?
A.Dashboard X
B.Panel
C.Horizon
D.ViewPoint
Correct Answer: Horizon
Explanation:
Horizon is the canonical implementation of the OpenStack Dashboard, providing a web-based user interface to OpenStack services.
Incorrect! Try again.
30Which characteristic ensures that cloud systems automatically optimize resource use by leveraging a metering capability?
A.Virtualization
B.Elasticity
C.Measured Service
D.Broad Network Access
Correct Answer: Measured Service
Explanation:
Measured Service means resource usage can be monitored, controlled, and reported, providing transparency for both the provider and consumer (metering).
Incorrect! Try again.
31A Community Cloud is best defined as:
A.A free public cloud
B.A cloud for social media only
C.Infrastructure shared by several organizations with common concerns (e.g., security, compliance)
D.A cloud for educational institutes only
Correct Answer: Infrastructure shared by several organizations with common concerns (e.g., security, compliance)
Explanation:
A Community Cloud supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations).
Incorrect! Try again.
32In SOA, how do services typically communicate?
A.Direct memory access
B.Shared global variables
C.Simple messages (e.g., via XML/JSON over HTTP)
D.Hardcoded function calls
Correct Answer: Simple messages (e.g., via XML/JSON over HTTP)
Explanation:
SOA services communicate over a network using standard messaging protocols, often involving XML or JSON.
Incorrect! Try again.
33What is the main role of OpenStack Glance?
A.Image Service
B.Networking
C.Block Storage
D.Identity Management
Correct Answer: Image Service
Explanation:
Glance provides discovery, registration, and delivery services for disk and server images.
Incorrect! Try again.
34Which of the following is a benefit of using a Public Cloud implementation?
A.No ongoing subscription costs
B.Data physically located on-premise
C.Reduced Time to Market and high scalability
D.Total control over hardware
Correct Answer: Reduced Time to Market and high scalability
Explanation:
Public clouds allow rapid provisioning, enabling faster time to market and massive scalability without hardware procurement delays.
Incorrect! Try again.
35Which AWS feature enables you to launch resources in a logically isolated virtual network?
A.AWS Route53
B.AWS Direct Connect
C.AWS VPN
D.AWS VPC (Virtual Private Cloud)
Correct Answer: AWS VPC (Virtual Private Cloud)
Explanation:
Amazon VPC lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.
Incorrect! Try again.
36OpenStack Swift is equivalent to which AWS service?
A.EBS
B.S3
C.EC2
D.VPC
Correct Answer: S3
Explanation:
Swift is OpenStack's Object Storage service, which is functionally equivalent to Amazon S3.
Incorrect! Try again.
37When designing a Private Cloud, which factor is the user's responsibility unlike in a Public Cloud?
A.User access management only
B.Application logic only
C.Data entry
D.Hardware procurement and maintenance
Correct Answer: Hardware procurement and maintenance
Explanation:
In a Private Cloud (on-premise), the organization is responsible for buying, installing, and maintaining the physical hardware.
Incorrect! Try again.
38Which service model would a software developer typically use to deploy code without worrying about OS maintenance?
A.On-Premise
B.SaaS
C.IaaS
D.PaaS
Correct Answer: PaaS
Explanation:
PaaS provides the runtime environment and tools, allowing developers to focus on code rather than the underlying OS or infrastructure.
Incorrect! Try again.
39OpenStack Cinder provides what type of storage?
A.File Storage
B.Ephemeral Storage
C.Block Storage
D.Object Storage
Correct Answer: Block Storage
Explanation:
Cinder is the OpenStack Block Storage service, providing persistent block storage to guest virtual machines.
Incorrect! Try again.
40Which AWS service handles User Access and Encryption Keys management?
A.AWS EC2
B.AWS CloudWatch
C.AWS Lambda
D.AWS IAM
Correct Answer: AWS IAM
Explanation:
AWS Identity and Access Management (IAM) enables you to manage access to AWS services and resources securely.
Incorrect! Try again.
41What is 'Service Reusability' in SOA?
A.Services are deleted after one use
B.Services restart automatically
C.Logic is divided into services with the intention of using them in multiple applications
D.Services copy code from other services
Correct Answer: Logic is divided into services with the intention of using them in multiple applications
Explanation:
Service Reusability is a core SOA principle where services are designed to be agnostic to the immediate application so they can be reused elsewhere.
Incorrect! Try again.
42Which of the following describes 'Broad Network Access'?
A.Capabilities are available over the network and accessed through standard mechanisms by thin or thick client platforms
B.Access restricted to one device
C.Accessing cloud services only via LAN
D.Using a dedicated fiber line only
Correct Answer: Capabilities are available over the network and accessed through standard mechanisms by thin or thick client platforms
Explanation:
Broad Network Access ensures cloud services can be accessed from anywhere (mobile phones, tablets, laptops, workstations) over standard networks.
Incorrect! Try again.
43Which is a disadvantage of a Private Cloud?
A.High initial cost and maintenance
B.Lack of control
C.Low security
D.Data is shared with the public
Correct Answer: High initial cost and maintenance
Explanation:
Private clouds require significant capital expenditure (CapEx) for hardware and skilled personnel for maintenance.
Incorrect! Try again.
44What is the difference between Scaling Up (Vertical) and Scaling Out (Horizontal)?
A.They are the same
B.Up adds more machines; Out adds more power to a machine
C.Up adds more power (RAM/CPU) to an existing machine; Out adds more machines to the pool
D.Up is for databases; Out is for storage
Correct Answer: Up adds more power (RAM/CPU) to an existing machine; Out adds more machines to the pool
Explanation:
Vertical scaling (Up) involves increasing the capacity of a single instance, while Horizontal scaling (Out) involves adding more instances to handle the load.
Incorrect! Try again.
45Which application of cloud computing allows for testing software in mirrored environments without buying hardware?
A.E-commerce
B.Big Data
C.Test and Development
D.Social Networking
Correct Answer: Test and Development
Explanation:
Cloud allows developers to spin up environments that mirror production for testing and tear them down immediately, saving costs.
Incorrect! Try again.
46In the 'Shared Responsibility Model' of Public Cloud (like AWS), who is responsible for 'Security OF the Cloud'?
A.The Cloud Provider
B.The Government
C.Third-party auditors
D.The Customer
Correct Answer: The Cloud Provider
Explanation:
The Cloud Provider is responsible for the security 'of' the cloud (physical infrastructure, networking, hypervisor), while the customer handles security 'in' the cloud (data, OS, firewall settings).
Incorrect! Try again.
47Which component constitutes the 'control node' in an OpenStack architecture?
A.The storage disks
B.The node running management services like API servers, scheduler, and database
C.The node running the Guest VMs
D.The external router
Correct Answer: The node running management services like API servers, scheduler, and database
Explanation:
The Controller Node in OpenStack runs the management services (APIs, schedulers) that orchestrate the cloud environment.
Incorrect! Try again.
48Utility Computing is a precursor to Cloud Computing that emphasizes:
A.Private networking
B.Visual Basic programming
C.Offering computing resources as a metered service (like water or electricity)
D.Free software
Correct Answer: Offering computing resources as a metered service (like water or electricity)
Explanation:
Utility computing is the business model of providing computing resources on a pay-per-use basis, similar to public utilities.
Incorrect! Try again.
49What is the primary function of a Load Balancer in a cloud environment?
A.To manage user identities
B.To distribute incoming network traffic across multiple servers
C.To encrypt passwords
D.To store backup data
Correct Answer: To distribute incoming network traffic across multiple servers
Explanation:
Load Balancers distribute traffic to ensure no single server is overwhelmed, improving responsiveness and availability.
Incorrect! Try again.
50Which type of Hypervisor runs directly on the host's hardware?
A.Type 1 (Bare Metal)
B.Type 3 (Hybrid)
C.Type 4 (Virtual)
D.Type 2 (Hosted)
Correct Answer: Type 1 (Bare Metal)
Explanation:
Type 1 hypervisors (like ESXi, Xen, KVM) run directly on the physical hardware, offering better performance than Type 2 which runs on top of an OS.