Unit 5 - Practice Quiz

CSE121 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 Which 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

2 Which 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

3 In the context of Cloud Economics, what does OPEX stand for?

A. Operational Expenditure
B. Optional Expenditure
C. Optical Exchange
D. Optimized Execution

4 Which 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)

5 Which 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

6 What 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.

7 Which 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

8 A 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

9 What 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.

10 Which 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

11 What 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

12 What 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.

13 Which 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)

14 In 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.

15 Which 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

16 Which tool is widely synonymous with creating and managing containers?

A. Docker
B. Excel
C. Apache Web Server
D. MySQL

17 In 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.

18 Which cloud service is specifically optimized for data warehousing?

A. Amazon Route 53
B. Amazon Redshift
C. Google Calendar
D. Dropbox

19 What 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.

20 Which 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.

21 What 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.

22 If 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

23 Which 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

24 Which 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)

25 The 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.

26 Which 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

27 In 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

28 Which 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

29 What 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.

30 Which 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

31 A 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.

32 Which 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

33 Which tool is commonly used for Configuration Management in cloud environments?

A. Ansible
B. Notepad
C. Paint
D. VLC Player

34 What 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.

35 In data analytics, what does ETL stand for?

A. Extract, Transform, Load
B. Encrypt, Transfer, Lock
C. Estimate, Test, Launch
D. Edit, Type, Log

36 Which 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.

37 Which virtualization technique involves partitioning a physical server into smaller virtual servers?

A. Server Virtualization
B. Network Virtualization
C. Desktop Virtualization
D. Application Virtualization

38 What 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.

39 Which programming language is most dominant in cloud scripting, automation, and AI/Data Analytics?

A. Pascal
B. Python
C. Assembly
D. Fortran

40 What 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.

41 Which 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

42 A 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.

43 What 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.

44 Which of the following is NOT a major cloud provider?

A. AWS (Amazon Web Services)
B. Microsoft Azure
C. GCP (Google Cloud Platform)
D. WinRAR

45 What 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.

46 Which '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

47 In 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

48 What 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.

49 Which 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

50 The 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