
























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This exam validates baseline proficiency in cloud concepts, architecture, services, and security. It focuses on understanding cloud value propositions, operational models, and business impacts, serving as an entry point to advanced cloud certifications.
Typology: Exams
1 / 96
This page cannot be seen from the preview
Don't miss anything!

























































































Question 1. Which of the following statements best matches the NIST definition of cloud computing? A) A collection of on‑premises servers that can be accessed via a private network. B) A model that enables ubiquitous, convenient, on‑demand network access to a shared pool of configurable computing resources. C) A software licensing model where applications are installed on user laptops. D) A virtualization technique that runs multiple OSes on a single hardware platform. Answer: B Explanation: NIST defines cloud computing as a model providing ubiquitous, on‑demand network access to a shared pool of configurable resources (e.g., networks, servers, storage, applications) that can be rapidly provisioned and released. Question 2. Which characteristic of cloud computing allows users to provision resources automatically without human interaction? A) Broad network access B) Measured service C) On‑demand self‑service D) Resource pooling Answer: C Explanation: On‑demand self‑service enables consumers to unilaterally acquire computing capabilities as needed automatically, typically through a web portal or API. Question 3. In the context of cloud elasticity, what does “rapid elasticity” refer to? A) The ability to move data between regions instantly. B) The capability to scale resources up or down quickly in response to demand. C) The provision of unlimited storage capacity. D) The use of multiple hypervisors in a single data center.
Answer: B Explanation: Rapid elasticity means resources can be elastically provisioned and released to scale out or in automatically, matching workload fluctuations. Question 4. Which cloud characteristic ensures that usage is billed based on actual consumption? A) Broad network access B) Measured service C) Resource pooling D) On‑demand self‑service Answer: B Explanation: Measured service provides transparent monitoring, control, and reporting of resource usage, enabling pay‑as‑you‑go billing. Question 5. What is the primary difference between Type 1 and Type 2 hypervisors? A) Type 1 runs on top of an operating system; Type 2 runs directly on hardware. B) Type 1 is a hosted hypervisor; Type 2 is a bare‑metal hypervisor. C) Type 1 runs directly on hardware; Type 2 runs on a host OS. D) Type 1 supports only Linux guests; Type 2 supports only Windows guests. Answer: C Explanation: Type 1 (bare‑metal) hypervisors run directly on the physical hardware, while Type 2 (hosted) hypervisors run on top of a conventional operating system. Question 6. Which cloud service model gives the customer control over the operating system, storage, and deployed applications, but not the underlying physical infrastructure? A) SaaS B) PaaS
A) Physical security of the data center B) Network edge firewall configuration C) Patch management of the hypervisor D) Encryption of data at rest within the VM’s disks Answer: D Explanation: In IaaS, the provider secures the infrastructure, while the customer must secure data, including encrypting data stored on virtual disks. Question 10. In a public cloud, who typically owns and operates the hardware resources? A) The end‑user organization B) A third‑party cloud service provider C) A community of participating organizations D) The government regulatory agency Answer: B Explanation: Public clouds are owned, managed, and operated by external CSPs that deliver services to multiple customers. Question 11. Which deployment model provides a dedicated environment for a single organization but is hosted off‑premises? A) Public cloud B) Private cloud C) Hybrid cloud D) Community cloud Answer: B Explanation: A private cloud offers exclusive use of infrastructure, often hosted by a third‑party but dedicated to one organization.
Question 12. A company wants to keep sensitive data on‑premises while using a public cloud for burst workloads. Which model best fits this need? A) Multi‑cloud B) Community cloud C) Hybrid cloud D) Private cloud Answer: C Explanation: Hybrid cloud combines private (on‑premises) and public cloud resources, allowing data residency while leveraging cloud burst capacity. Question 13. Which cloud deployment model is most appropriate for several hospitals that must comply with the same health‑care regulations? A) Public cloud B) Private cloud C) Community cloud D) Hybrid cloud Answer: C Explanation: Community clouds are shared among organizations with common concerns (e.g., regulatory compliance), making them suitable for multiple hospitals. Question 14. What is the primary advantage of a multi‑cloud strategy? A) Guarantees zero latency for all users. B) Eliminates the need for any security controls. C) Reduces vendor lock‑in and improves resilience. D) Allows a single API to manage all services automatically.
C) Object storage D) In‑memory cache Answer: C Explanation: Object storage (e.g., Amazon S3) is designed for massive amounts of unstructured data with metadata and high durability. Question 18. Which storage option provides low‑latency, high‑performance volumes that can be attached to a virtual machine? A) Object storage B) Block storage C) File storage D) Archive storage Answer: B Explanation: Block storage (e.g., AWS EBS) delivers persistent, high‑IOPS volumes directly attached to VMs. Question 19. A distributed file system that allows multiple instances to mount a shared directory over the network is an example of: A) Object storage B) Block storage C) File storage D) CDN Answer: C Explanation: File storage (e.g., Amazon EFS) offers a hierarchical file system accessible concurrently by many instances.
Question 20. Which networking component distributes incoming traffic across multiple compute instances to improve availability? A) Virtual Private Cloud (VPC) B) Content Delivery Network (CDN) C) Load balancer D) NAT gateway Answer: C Explanation: Load balancers route client requests to a pool of healthy back‑end instances, providing fault tolerance and scaling. Question 21. What is the main purpose of a Content Delivery Network (CDN) in cloud architecture? A) To provide private IP addressing for VMs. B) To cache static content closer to end users, reducing latency. C) To encrypt data in transit between regions. D) To manage DNS zones for internal services. Answer: B Explanation: CDNs replicate and cache content at edge locations worldwide, delivering it with lower latency to users. Question 22. Which financial model best describes shifting from purchasing hardware to paying for cloud resources as they are used? A) CapEx (Capital Expenditure) B) OpEx (Operational Expenditure) C) Fixed‑price licensing D) Lease‑back financing Answer: B
D) Providing a private network isolated from the internet. Answer: B Explanation: Resource pooling enables multiple tenants to share physical resources, with multi‑tenancy and dynamic allocation via virtualization. Question 26. Which statement accurately reflects “broad network access” as a cloud characteristic? A) Services are only available through a proprietary client. B. Users can access cloud resources over standard networks (e.g., Internet, mobile). C. Access is limited to a single geographic region. D. Only administrators can connect to the cloud. Answer: B Explanation: Broad network access means cloud services are reachable through standard mechanisms (web browsers, mobile apps, thin clients) over the network. Question 27. In an IaaS environment, which of the following is typically NOT the provider’s responsibility? A. Physical security of the data center. B. Hypervisor patching. C. Application code updates. D. Network backbone maintenance. Answer: C Explanation: The customer manages the applications they run on top of the infrastructure; the provider handles underlying hardware, hypervisor, and networking. Question 28. Which cloud service model would most likely include a managed database service such as Amazon RDS?
A. SaaS B. PaaS C. IaaS D. DaaS Answer: B Explanation: Managed database platforms are classic PaaS offerings, where the provider handles the database engine, scaling, and patching while the user focuses on data and queries. Question 29. What does “multi‑tenant” mean in a public cloud context? A. Multiple physical data centers are combined into one region. B. Several customers share the same compute resources while remaining logically isolated. C. A single organization runs multiple virtual networks. D. Different cloud providers collaborate on a joint service. Answer: B Explanation: Multi‑tenancy allows many customers to run workloads on shared infrastructure, with isolation enforced by virtualization and security controls. Question 30. Which of the following is a key benefit of using serverless functions for event‑driven workloads? A. Fixed monthly cost regardless of usage. B. Direct control over underlying operating system. C. Automatic scaling to zero when idle. D. Ability to run long‑running processes without limits. Answer: C Explanation: Serverless platforms automatically scale down to zero instances when no events occur, eliminating idle resource charges.
Explanation: OpEx allows paying for resources as needed, providing flexibility and avoiding large upfront capital outlays. Question 34. Which of the following is a typical use case for object storage? A. Hosting a relational database’s data files. B. Storing virtual machine boot disks. C. Archiving log files and multimedia assets. D. Providing a shared file system for Windows servers. Answer: C Explanation: Object storage excels at storing large amounts of unstructured data such as logs, images, videos, and backups. Question 35. In a cloud environment, what does “elastic load balancing” refer to? A. The ability to manually assign traffic to specific servers. B. Automatic distribution of traffic based on real‑time health checks and scaling events. C. A static DNS round‑robin configuration. D. Load balancing only within a single availability zone. Answer: B Explanation: Elastic load balancers automatically route traffic to healthy instances and can integrate with auto‑scaling to adjust capacity. Question 36. Which cloud model typically includes a managed CI/CD pipeline service? A. IaaS B. PaaS C. SaaS D. DaaS
Answer: B Explanation: PaaS platforms often provide integrated development tools, including continuous integration and deployment pipelines. Question 37. Which of the following is NOT a typical feature of a community cloud? A. Shared infrastructure among organizations with common concerns. B. Exclusive use by a single enterprise. C. Governance policies defined by the community. D. Potentially hosted by a third‑party vendor. Answer: B Explanation: Community clouds are shared; exclusive use describes a private cloud. Question 38. A company wants to use a cloud provider’s global network to serve static web assets with low latency worldwide. Which service should they deploy? A. Virtual Private Cloud B. Load Balancer C. Content Delivery Network D. Direct Connect Answer: C Explanation: CDNs distribute cached copies of static assets to edge locations, delivering them quickly to users globally. Question 39. Which of the following best describes “cloud elasticity” vs. “cloud scalability”? A. Elasticity is manual; scalability is automatic. B. Elasticity refers to rapid provisioning; scalability refers to the ability to handle increased load. C. Elasticity is only for storage; scalability is only for compute.
A. To define the pricing model for usage. B. To specify the uptime, performance, and remediation commitments of the provider. C. To outline the internal IT policies of the customer. D. To list the hardware specifications of the data center. Answer: B Explanation: SLAs detail the expected service availability, response times, and penalties if the provider fails to meet those metrics. Question 43. Which of the following is a key advantage of using containers over traditional virtual machines? A. Containers provide hardware-level isolation. B. Containers have a larger footprint than VMs. C. Containers share the host OS kernel, enabling faster startup and higher density. D. Containers require a hypervisor to run. Answer: C Explanation: Containers share the underlying OS kernel, leading to lightweight, fast‑starting instances and higher resource utilization compared to full VMs. Question 44. Which cloud service model is most likely to offer a fully managed, auto‑scaling NoSQL database? A. IaaS B. PaaS C. SaaS D. DaaS Answer: B Explanation: Managed NoSQL databases (e.g., DynamoDB, Cosmos DB) fall under PaaS, where the platform handles scaling, backups, and maintenance.
Question 45. A firm wants to run a legacy Windows application that cannot be containerized. Which cloud deployment model would allow them to keep the OS unchanged while still benefiting from cloud elasticity? A. Serverless computing B. Bare‑metal instances C. Virtual Machines in IaaS D. SaaS Answer: C Explanation: IaaS VMs let customers run any OS, including legacy Windows, and can be integrated with auto‑scaling groups for elasticity. Question 46. Which feature of cloud billing allows customers to set budgets and receive alerts when spending exceeds a threshold? A. Fixed‑price contracts B. Usage‑based metering dashboards C. Spot instance pricing D. Reserved instance discounts Answer: B Explanation: Cloud providers offer cost‑management tools that monitor usage, enable budget thresholds, and trigger alerts when limits are approached. Question 47. Which term describes the practice of distributing workloads across multiple geographic regions to achieve low latency and disaster recovery? A. Load balancing B. Multi‑AZ deployment C. Multi‑region architecture
B. Purchasing a perpetual license for a database engine. C. Paying per gigabyte‑hour of storage consumed each month. D. Signing a three‑year contract with a discount. Answer: C Explanation: Pay‑as‑you‑go charges based on actual consumption, such as storage used per hour. Question 51. Which cloud service model would most likely include a managed identity and access management (IAM) service that abstracts user authentication for applications? A. IaaS B. PaaS C. SaaS D. DaaS Answer: B Explanation: PaaS platforms often provide integrated IAM services (e.g., Firebase Auth) that developers can embed into their applications. Question 52. What is a primary security advantage of using a private cloud over a public cloud? A. Automatic encryption of all traffic. B. Complete physical isolation from other tenants. C. No need for any security monitoring. D. Unlimited scalability without cost. Answer: B Explanation: Private clouds provide dedicated hardware, eliminating the multi‑tenant exposure present in public clouds.
Question 53. Which of the following is NOT a typical characteristic of a “serverless” platform? A. No server provisioning by the developer. B. Billing based on execution duration and resources used. C. Fixed, always‑on compute instances. D. Automatic scaling to handle bursts. Answer: C Explanation: Serverless abstracts away always‑on servers; resources are provisioned only when functions execute. Question 54. In cloud economics, which metric helps compare the cost of running a workload on‑premises versus in the cloud over time? A. ROI (Return on Investment) B. TCO (Total Cost of Ownership) C. EBITDA D. CAPM Answer: B Explanation: TCO aggregates all costs (CapEx, OpEx, maintenance, energy, personnel) to compare total expense across deployment options. Question 55. Which of the following best describes a “reserved instance” offering? A. Pay‑as‑you‑go pricing with no commitment. B. A discount for committing to use a specific instance type for a term (e.g., 1‑3 years). C. Spot pricing that can be terminated at any time. D. Unlimited usage for a fixed monthly fee. Answer: B