1What is the primary definition of Cloud Computing according to NIST?
A.A model for enabling ubiquitous, on-demand network access to a shared pool of configurable computing resources
B.A proprietary software installed on a local machine
C.A hardware specification for mainframe computers
D.A method of storing data solely on hard drives
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.On-demand self-service
B.Fixed hardware dependency
C.Rapid elasticity
D.Resource pooling
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.DaaS (Desktop as a Service)
B.SaaS (Software as a Service)
C.IaaS (Infrastructure as a Service)
D.PaaS (Platform 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.Google App Engine
B.Dropbox
C.Salesforce CRM
D.Amazon EC2
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 eliminates the need for internet connection
B.It increases capital expenditure (CapEx)
C.It converts capital expenditure (CapEx) into operational expenditure (OpEx)
D.It requires upfront hardware purchase
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.Community Cloud
B.Hybrid Cloud
C.Public Cloud
D.Private 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.Public Cloud
B.Community Cloud
C.Private Cloud
D.Open 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 used by the government only
B.A composition of two or more distinct cloud infrastructures (private, community, or public)
C.A cloud that stores data on optical discs
D.A cloud that only uses open-source software
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.Using multiple cloud providers simultaneously
B.Hosting data in multiple countries
C.A single instance of software serving multiple customers (tenants)
D.One customer having multiple accounts
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.Simple Object Access
B.Service Oriented Architecture
C.System Open Architecture
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.Redundancy
B.Latency
C.Scalability
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 operate independently and changes in one do not heavily impact others
B.Services share the exact same database tables directly
C.Services must be written in the same programming language
D.Services are physically connected via cables
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 Pooling
C.Resource Isolation
D.Resource Reservation only
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 proprietary cloud OS by Microsoft
B.A programming language for cloud apps
C.A database management system
D.An open-source platform for creating private and public clouds
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.Horizon
B.Cinder
C.Swift
D.Nova
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 Cloud Compute
D.Elastic Compute Cloud
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.EC2
C.S3
D.RDS
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.File Storage and Sharing
C.All of the above
D.Big Data Analytics
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.Data privacy and multi-tenancy risks
B.Lack of internet access
C.High cost of hardware
D.Physical theft of servers by the user
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.Neutron
B.Keystone
C.Swift
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 manage billing
C.To design web interfaces
D.To encrypt data
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.Rapid Elasticity
C.Broad Network Access
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 separate geographic region
B.A specific server rack
C.A backup tape drive
D.One or more discrete data centers with redundant power and networking within a Region
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.Private Cloud
B.Hybrid Cloud
C.Community Cloud
D.Public 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.An application running in a private cloud bursting into a public cloud during spikes in demand
B.Merging two cloud companies
C.Destroying data in the cloud
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.Horizon
B.Cinder
C.Nova
D.Keystone
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 Internet Service Provider
B.The Cloud Provider
C.The Cloud Consumer
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.DynamoDB
B.RDS
C.ElastiCache
D.Redshift
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.Panel
B.Horizon
C.Dashboard X
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.Broad Network Access
C.Measured Service
D.Elasticity
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.A cloud for educational institutes only
D.Infrastructure shared by several organizations with common concerns (e.g., security, compliance)
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.Simple messages (e.g., via XML/JSON over HTTP)
B.Direct memory access
C.Shared global variables
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.Networking
B.Block Storage
C.Identity Management
D.Image Service
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 VPN
C.AWS VPC (Virtual Private Cloud)
D.AWS Direct Connect
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.VPC
B.EBS
C.EC2
D.S3
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.Hardware procurement and maintenance
B.Data entry
C.Application logic only
D.User access management only
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.IaaS
C.SaaS
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.Object Storage
C.Ephemeral Storage
D.Block 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 Lambda
B.AWS IAM
C.AWS EC2
D.AWS CloudWatch
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.Logic is divided into services with the intention of using them in multiple applications
B.Services are deleted after one use
C.Services restart automatically
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.Using a dedicated fiber line only
B.Accessing cloud services only via LAN
C.Capabilities are available over the network and accessed through standard mechanisms by thin or thick client platforms
D.Access restricted to one device
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.Lack of control
B.Low security
C.Data is shared with the public
D.High initial cost and maintenance
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.Up is for databases; Out is for storage
B.They are the same
C.Up adds more machines; Out adds more power to a machine
D.Up adds more power (RAM/CPU) to an existing machine; Out adds more machines to the pool
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.Social Networking
D.Test and Development
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 Customer
B.The Government
C.The Cloud Provider
D.Third-party auditors
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 external router
B.The node running the Guest VMs
C.The node running management services like API servers, scheduler, and database
D.The storage disks
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.Offering computing resources as a metered service (like water or electricity)
B.Free software
C.Private networking
D.Visual Basic programming
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 store backup data
B.To manage user identities
C.To distribute incoming network traffic across multiple servers
D.To encrypt passwords
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 2 (Hosted)
B.Type 1 (Bare Metal)
C.Type 4 (Virtual)
D.Type 3 (Hybrid)
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.