1Which of the following best defines Cloud Computing according to NIST?
A.A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources
B.A specific hardware device used to store data locally
C.A programming language used for web development
D.A network topology connecting only local servers
Correct Answer: A model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources
Explanation:NIST defines cloud computing as a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services).
Incorrect! Try again.
2Which characteristic of cloud computing allows systems to automatically provision and de-provision resources to match workload demand?
A.Broad Network Access
B.Rapid Elasticity
C.Resource Pooling
D.Measured Service
Correct Answer: Rapid Elasticity
Explanation:Rapid elasticity allows resources to be elastically provisioned and released, in some cases automatically, to scale rapidly outward and inward commensurate with demand.
Incorrect! Try again.
3In the context of Cloud Economics, what does OPEX stand for?
A.Operational Expenditure
B.Optional Expenditure
C.Optical Exchange
D.Optimized Execution
Correct Answer: Operational Expenditure
Explanation:Cloud computing shifts capital expenditure (CAPEX) to operational expenditure (OPEX), allowing companies to pay for what they use rather than investing in upfront hardware.
Incorrect! Try again.
4Which cloud service model provides the user with virtual hardware resources such as virtual machines, storage, and networks?
A.SaaS (Software as a Service)
B.PaaS (Platform as a Service)
C.IaaS (Infrastructure as a Service)
D.FaaS (Function as a Service)
Correct Answer: IaaS (Infrastructure as a Service)
Explanation:IaaS provides fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications.
Incorrect! Try again.
5Which of the following is a prime example of SaaS?
A.Amazon EC2
B.Google Workspace (formerly G Suite)
C.Microsoft Azure Virtual Machines
D.Google App Engine
Correct Answer: Google Workspace (formerly G Suite)
Explanation:Google Workspace is a SaaS product where the provider manages the infrastructure, platform, and the software, delivering it to the user via a web browser.
Incorrect! Try again.
6What is the primary benefit of PaaS for developers?
A.It gives them full control over the physical hardware.
B.It eliminates the need to manage the underlying infrastructure (OS, patching) and allows focus on coding.
C.It provides free internet access.
D.It is only used for storing static files.
Correct Answer: It eliminates the need to manage the underlying infrastructure (OS, patching) and allows focus on coding.
Explanation:PaaS provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app.
Incorrect! Try again.
7Which deployment model involves a cloud infrastructure provisioned for open use by the general public?
A.Private Cloud
B.Community Cloud
C.Public Cloud
D.Hybrid Cloud
Correct Answer: Public Cloud
Explanation:A Public Cloud is owned, managed, and operated by a business, academic, or government organization, or some combination of them. It exists on the premises of the cloud provider and is open to the public.
Incorrect! Try again.
8A company requires strict data privacy and security for compliance reasons and decides to build a cloud infrastructure dedicated solely to their organization. Which deployment model is this?
A.Public Cloud
B.Private Cloud
C.Hybrid Cloud
D.Community Cloud
Correct Answer: Private Cloud
Explanation:A Private Cloud is provisioned for exclusive use by a single organization comprising multiple consumers (e.g., business units). It ensures higher control and privacy.
Incorrect! Try again.
9What is Cloud Bursting in a Hybrid Cloud environment?
A.When a cloud server catches fire.
B.The process of deleting all data from the cloud.
C.An application running in a private cloud or data center 'bursts' into a public cloud when the demand for computing capacity spikes.
D.Connecting two private clouds via a VPN.
Correct Answer: An application running in a private cloud or data center 'bursts' into a public cloud when the demand for computing capacity spikes.
Explanation:Cloud bursting is a configuration used in hybrid clouds where an application runs in a private cloud or data center and bursts into a public cloud when the demand for computing capacity spikes.
Incorrect! Try again.
10Which deployment model allows several organizations with shared concerns (e.g., mission, security requirements, policy) to share the cloud infrastructure?
A.Community Cloud
B.Public Cloud
C.Private Cloud
D.Personal Cloud
Correct Answer: Community Cloud
Explanation:A Community Cloud is provisioned for exclusive use by a specific community of consumers from organizations that have shared concerns.
Incorrect! Try again.
11What is the core technology that enables Cloud Computing by creating a virtual version of a resource, such as a server or storage device?
A.Compilation
B.Virtualization
C.Encapsulation
D.Authentication
Correct Answer: Virtualization
Explanation:Virtualization is the fundamental technology that separates the physical hardware from the software, allowing multiple virtual environments to run on a single physical machine.
Incorrect! Try again.
12What is a Hypervisor?
A.A person who supervises the cloud data center.
B.Software that creates and runs virtual machines (VMs).
C.A type of computer virus.
D.The cooling system for cloud servers.
Correct Answer: Software that creates and runs virtual machines (VMs).
Explanation:A Hypervisor (or Virtual Machine Monitor - VMM) is software, firmware, or hardware that creates and runs virtual machines by abstracting the physical hardware.
Incorrect! Try again.
13Which type of Hypervisor runs directly on the host's hardware to control the hardware and to manage guest operating systems?
A.Type 1 (Bare Metal)
B.Type 2 (Hosted)
C.Type 3 (Hybrid)
D.Type 4 (Container)
Correct Answer: Type 1 (Bare Metal)
Explanation:Type 1 hypervisors (Bare Metal) run directly on the system hardware. Examples include VMware ESXi and Microsoft Hyper-V.
Incorrect! Try again.
14In the context of virtualization, how does a Container differ from a Virtual Machine (VM)?
A.Containers are heavier and slower than VMs.
B.Containers require a separate guest OS for every instance, whereas VMs share the OS.
C.Containers share the host OS kernel and are more lightweight, whereas VMs include a full guest OS.
D.Containers cannot run on the cloud.
Correct Answer: Containers share the host OS kernel and are more lightweight, whereas VMs include a full guest OS.
Explanation:Containers package the application and its dependencies but share the host OS kernel, making them significantly more lightweight and faster to start than VMs, which require a full OS for every instance.
Incorrect! Try again.
15Which popular open-source tool is used for automating the deployment, scaling, and management of containerized applications?
A.Photoshop
B.Kubernetes
C.Microsoft Word
D.AutoCAD
Correct Answer: Kubernetes
Explanation:Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management.
Incorrect! Try again.
16Which tool is widely synonymous with creating and managing containers?
A.Docker
B.Excel
C.Apache Web Server
D.MySQL
Correct Answer: Docker
Explanation:Docker is a platform designed to help developers build, share, and run modern applications using containers.
Incorrect! Try again.
17In cloud data analytics, what is the primary purpose of Hadoop?
A.To provide a graphical user interface for Windows.
B.To process large datasets across clusters of computers using simple programming models.
C.To secure network traffic via encryption.
D.To edit video files.
Correct Answer: To process large datasets across clusters of computers using simple programming models.
Explanation:Apache Hadoop is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models.
Incorrect! Try again.
18Which cloud service is specifically optimized for data warehousing?
A.Amazon Route 53
B.Amazon Redshift
C.Google Calendar
D.Dropbox
Correct Answer: Amazon Redshift
Explanation:Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
Incorrect! Try again.
19What is Big Data in the context of Cloud Computing?
A.A file larger than 10 MB.
B.Data that is too large or complex to be dealt with by traditional data-processing application software.
C.Data stored only on physical hard drives.
D.Data that is printed on large paper.
Correct Answer: Data that is too large or complex to be dealt with by traditional data-processing application software.
Explanation:Big Data refers to data sets with sizes beyond the ability of commonly used software tools to capture, curate, manage, and process within a tolerable elapsed time.
Incorrect! Try again.
20Which of the following describes Multi-tenancy in cloud computing?
A.One server dedicated to one customer.
B.A single instance of software serving multiple customers (tenants).
C.Multiple servers serving one customer.
D.A security breach involving multiple hackers.
Correct Answer: A single instance of software serving multiple customers (tenants).
Explanation:Multi-tenancy is an architecture in which a single instance of a software application serves multiple customers. It is a key component of the cost-effectiveness of Public Cloud.
Incorrect! Try again.
21What is Infrastructure as Code (IaC)?
A.Writing code to build physical servers.
B.Managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration.
C.The binary code inside a CPU.
D.A law governing internet infrastructure.
Correct Answer: Managing and provisioning computer data centers through machine-readable definition files, rather than physical hardware configuration.
Explanation:IaC allows developers to define and provision infrastructure (like VMs, load balancers, and networks) using code (e.g., Terraform, Ansible).
Incorrect! Try again.
22If a cloud provider guarantees 99.9% uptime, this commitment is outlined in the:
A.User Manual
B.SLA (Service Level Agreement)
C.Marketing Brochure
D.Privacy Policy
Correct Answer: SLA (Service Level Agreement)
Explanation:An SLA is a commitment between a service provider and a client. Particular aspects of the service – quality, availability, responsibilities – are agreed between the service provider and the service user.
Incorrect! Try again.
23Which job role is primarily responsible for designing and managing the cloud infrastructure and ensuring it meets the organization's requirements?
A.Cloud Architect
B.Front-end Developer
C.Graphic Designer
D.Data Entry Clerk
Correct Answer: Cloud Architect
Explanation:A Cloud Architect is responsible for the overall design, planning, and management of the cloud infrastructure.
Incorrect! Try again.
24Which skill is LEAST relevant for a Cloud Engineer?
A.Understanding of Linux/OS concepts
B.Networking (DNS, TCP/IP)
C.Manual soldering of motherboard components
D.Scripting and Automation (Python, Bash)
Correct Answer: Manual soldering of motherboard components
Explanation:Cloud computing abstracts the physical hardware. While understanding hardware is good, manual repair/soldering is not a required skill for a Cloud Engineer.
Incorrect! Try again.
25The concept of DevOps in cloud computing emphasizes:
A.Separating developers and operations teams completely.
B.Collaboration between development and operations teams to automate and shorten the software delivery lifecycle.
C.Developing software without any operations team.
D.Operating hardware without any software.
Correct Answer: Collaboration between development and operations teams to automate and shorten the software delivery lifecycle.
Explanation:DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery with high software quality.
Incorrect! Try again.
26Which cloud computing risk refers to the difficulty of moving data and services from one cloud provider to another?
A.Data Loss
B.Vendor Lock-in
C.DDoS Attack
D.Account Hijacking
Correct Answer: Vendor Lock-in
Explanation:Vendor lock-in occurs when a customer using a product or service cannot easily transition to a competitor's product or service due to proprietary technologies or high migration costs.
Incorrect! Try again.
27In the Shared Responsibility Model of the cloud, who is responsible for physical security of the data centers in a Public Cloud (e.g., AWS, Azure)?
A.The Customer
B.The Cloud Provider
C.The Government
D.The ISP
Correct Answer: The Cloud Provider
Explanation:In the Shared Responsibility Model, the Cloud Provider is responsible for the 'Security OF the Cloud' (hardware, facilities, physical security), while the customer is responsible for 'Security IN the Cloud' (data, OS configuration, etc.).
Incorrect! Try again.
28Which of the following is an example of Serverless Computing?
A.AWS Lambda
B.Physical Bare Metal Server
C.A Dedicated Host
D.A local desktop computer
Correct Answer: AWS Lambda
Explanation:AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources.
Incorrect! Try again.
29What does scalability mean in the context of cloud applications?
A.The ability to function without electricity.
B.The ability of a system to handle a growing amount of work by adding resources to the system.
C.The physical weight of the server.
D.The cost of the internet connection.
Correct Answer: The ability of a system to handle a growing amount of work by adding resources to the system.
Explanation:Scalability is the capability of a system, network, or process to handle a growing amount of work, or its potential to be enlarged to accommodate that growth.
Incorrect! Try again.
30Which type of cloud storage is best suited for storing unstructured data like photos, videos, and backups?
A.Block Storage
B.Object Storage
C.Relational Database
D.Cache Memory
Correct Answer: Object Storage
Explanation:Object storage (e.g., Amazon S3) manages data as objects and is ideal for storing large amounts of unstructured data like media files and backups.
Incorrect! Try again.
31A Virtual Private Cloud (VPC) allows you to:
A.Run a private network within a public cloud infrastructure.
B.Create a physical data center in your office.
C.Host a website without an IP address.
D.Encrypt data using a physical key.
Correct Answer: Run a private network within a public cloud infrastructure.
Explanation:A VPC is a logically isolated section of a public cloud where you can launch resources in a virtual network that you define.
Incorrect! Try again.
32Which of the following is a key soft skill required for a Cloud Consultant?
A.Advanced Calculus
B.Communication and Problem Solving
C.Circuit Design
D.Typing speed of 150 WPM
Correct Answer: Communication and Problem Solving
Explanation:Cloud consultants must bridge the gap between technical implementation and business goals, making communication and problem-solving critical.
Incorrect! Try again.
33Which tool is commonly used for Configuration Management in cloud environments?
A.Ansible
B.Notepad
C.Paint
D.VLC Player
Correct Answer: Ansible
Explanation:Ansible is an open-source software provisioning, configuration management, and application-deployment tool.
Incorrect! Try again.
34What is the function of a Load Balancer in cloud computing?
A.To weigh the physical servers.
B.To distribute incoming network traffic across multiple servers to ensure reliability and performance.
C.To balance the budget of the IT department.
D.To scan for viruses.
Correct Answer: To distribute incoming network traffic across multiple servers to ensure reliability and performance.
Explanation:A load balancer acts as a reverse proxy and distributes network or application traffic across a number of servers to increase capacity and reliability of applications.
Incorrect! Try again.
35In data analytics, what does ETL stand for?
A.Extract, Transform, Load
B.Encrypt, Transfer, Lock
C.Estimate, Test, Launch
D.Edit, Type, Log
Correct Answer: Extract, Transform, Load
Explanation:ETL is a procedure of copying data from one or more sources into a destination system which represents the data differently from the source or in a different context than the source.
Incorrect! Try again.
36Which of the following represents a mathematical cost function often minimized in cloud resource allocation problems?
A. where is price and is usage.
B.
C.
D.
Correct Answer: where is price and is usage.
Explanation:Cloud costs are typically calculated by summing the product of the price per unit () and the usage quantity () for each resource.
Incorrect! Try again.
37Which virtualization technique involves partitioning a physical server into smaller virtual servers?
A.Server Virtualization
B.Network Virtualization
C.Desktop Virtualization
D.Application Virtualization
Correct Answer: Server Virtualization
Explanation:Server virtualization partitions a physical server into smaller virtual servers to maximize server resources.
Incorrect! Try again.
38What is VDI (Virtual Desktop Infrastructure)?
A.A video display interface.
B.Hosting a desktop operating system on a central server in a data center.
C.A virus detection instrument.
D.Virtual Data Interchange.
Correct Answer: Hosting a desktop operating system on a central server in a data center.
Explanation:VDI is a technology that refers to the use of virtual machines to provide and manage virtual desktops.
Incorrect! Try again.
39Which programming language is most dominant in cloud scripting, automation, and AI/Data Analytics?
A.Pascal
B.Python
C.Assembly
D.Fortran
Correct Answer: Python
Explanation:Python is widely used in cloud computing for scripting (using SDKs like Boto3), automation, and data analytics due to its simplicity and vast library support.
Incorrect! Try again.
40What is the primary goal of Cloud Migration?
A.To buy new computers.
B.To move data, applications, and other business elements from an on-premise environment to a cloud computing environment.
C.To move the office to a location with better weather.
D.To change the operating system of a laptop.
Correct Answer: To move data, applications, and other business elements from an on-premise environment to a cloud computing environment.
Explanation:Cloud migration is the process of moving digital business operations into the cloud.
Incorrect! Try again.
41Which cloud concept refers to the delay before a transfer of data begins following an instruction for its transfer?
A.Bandwidth
B.Latency
C.Throughput
D.Storage
Correct Answer: Latency
Explanation:Latency refers to the time delay between the cause and the effect of some physical change in the system being observed, specifically in networking, the delay in data transmission.
Incorrect! Try again.
42A Cloud Security Specialist would most likely deal with:
A.Designing logos for the cloud dashboard.
B.IAM (Identity and Access Management) policies and encryption keys.
C.Repairing broken keyboards.
D.Installing Windows 95 on legacy machines.
Correct Answer: IAM (Identity and Access Management) policies and encryption keys.
Explanation:Cloud security specialists focus on securing the cloud infrastructure, managing identities (IAM), and ensuring data encryption.
Incorrect! Try again.
43What is the 'Pay-as-you-go' model?
A.You pay a flat fee regardless of usage.
B.You pay only for the computing resources you actually use.
C.You pay after 5 years of usage.
D.You get everything for free.
Correct Answer: You pay only for the computing resources you actually use.
Explanation:The pay-as-you-go model allows users to be charged based on their consumption of resources (time, storage, data transfer) rather than a fixed cost.
Incorrect! Try again.
44Which of the following is NOT a major cloud provider?
A.AWS (Amazon Web Services)
B.Microsoft Azure
C.GCP (Google Cloud Platform)
D.WinRAR
Correct Answer: WinRAR
Explanation:WinRAR is a file archiver utility, not a cloud service provider.
Incorrect! Try again.
45What does Edge Computing aim to do relative to Cloud Computing?
A.Replace the cloud entirely.
B.Process data closer to the source of generation (the 'edge') to reduce latency, rather than sending everything to a centralized cloud.
C.Store data on the edge of a CD-ROM.
D.Increase the latency of data transfer.
Correct Answer: Process data closer to the source of generation (the 'edge') to reduce latency, rather than sending everything to a centralized cloud.
Explanation:Edge computing brings computation and data storage closer to the sources of data, improving response times and saving bandwidth.
Incorrect! Try again.
46Which 'Strategy' of cloud migration involves lifting the application as-is and moving it to the cloud without modification?
A.Refactoring
B.Rehosting (Lift and Shift)
C.Rebuilding
D.Repurchasing
Correct Answer: Rehosting (Lift and Shift)
Explanation:Rehosting, or 'Lift and Shift', involves moving applications from the on-premise environment to the cloud without making any changes to the underlying code or architecture.
Incorrect! Try again.
47In the context of Cloud tools, what is Terraform primarily used for?
A.Photo editing
B.Infrastructure provisioning across multiple cloud providers (IaC)
C.Sending emails
D.Playing music
Correct Answer: Infrastructure provisioning across multiple cloud providers (IaC)
Explanation:Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services.
Incorrect! Try again.
48What is a Snapshot in cloud storage?
A.A photograph of the server room.
B.A point-in-time copy of the data stored on a storage volume.
C.A brief summary of the billing report.
D.A quick network test.
Correct Answer: A point-in-time copy of the data stored on a storage volume.
Explanation:A snapshot is the state of a system at a particular point in time, often used for backups and restoring data.
Incorrect! Try again.
49Which feature ensures that an application remains operational and accessible even if some components fail?
A.High Availability (HA)
B.Low Latency
C.Data Sovereignty
D.Compression
Correct Answer: High Availability (HA)
Explanation:High Availability refers to systems that are durable and likely to operate continuously without failure for a long time.
Incorrect! Try again.
50The application of Machine Learning (ML) models via cloud APIs (like vision or speech recognition) falls under which category?
A.Uses of cloud computing in applications services
B.Hardware manufacturing
C.Physical networking cables
D.BIOS configuration
Correct Answer: Uses of cloud computing in applications services
Explanation:Using pre-built ML models exposed via APIs is a primary use case of cloud application services (often SaaS or PaaS/AIaaS), allowing developers to add intelligence to apps without building models from scratch.