ITN 257 Module 3 Test: Virtualization & Cloud Infrastructure, Exams of Nursing

ITN 257 Module 3 Test: Virtualization & Cloud Infrastructure

Typology: Exams

2025/2026

Available from 03/21/2026

Trusteddoc254
Trusteddoc254 🇺🇸

2

(2)

3.5K documents

1 / 11

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
ITN 257 Module 3 Test: Virtualization &
Cloud Infrastructure
Section 1: Virtualization Fundamentals (Questions 1-15)
1. What is the primary role of a hypervisor in a virtualized environment?
a) To install operating systems on physical hardware
b) To abstract and isolate the underlying physical hardware from the guest operating
systems (*Correct)
c) To provide a graphical user interface for managing virtual machines
d) To compile application code into machine language
Rationale: The hypervisor (or VMM) is the core software layer that separates the VMs from the
host hardware, allowing multiple OSes to share physical resources.
2. Which type of hypervisor runs directly on the physical hardware of the host machine?
a) Type 2 hypervisor
b) Hosted hypervisor
c) Type 1 hypervisor (*Correct)
d) Embedded hypervisor
Rationale: Type 1 hypervisors, also called "bare-metal" hypervisors, run directly on the system
hardware. Examples include VMware ESXi and Microsoft Hyper-V.
3. Which of the following is an example of a Type 2 hypervisor?
a) Oracle VirtualBox (*Correct)
b) Microsoft Hyper-V
c) VMware ESXi
d) Citrix XenServer
Rationale: Type 2 hypervisors run as an application on an existing host operating system.
VirtualBox and VMware Workstation are prime examples.
4. What is a virtual machine (VM) composed of?
a) Physical CPU, RAM, and Storage allocated permanently
b) A set of software configuration files and virtual hardware files (*Correct)
c) A single application containerized with its dependencies
d) A backup of a physical server stored in the cloud
Rationale: A VM is a software-based computer. It is represented by files on a datastore,
including configuration files (.vmx), virtual disk files (.vmdk), and others.
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download ITN 257 Module 3 Test: Virtualization & Cloud Infrastructure and more Exams Nursing in PDF only on Docsity!

ITN 257 Module 3 Test: Virtualization &

Cloud Infrastructure

Section 1: Virtualization Fundamentals (Questions 1-15)

1. What is the primary role of a hypervisor in a virtualized environment? a) To install operating systems on physical hardware b) To abstract and isolate the underlying physical hardware from the guest operating systems (Correct)* c) To provide a graphical user interface for managing virtual machines d) To compile application code into machine language Rationale: The hypervisor (or VMM) is the core software layer that separates the VMs from the host hardware, allowing multiple OSes to share physical resources. 2. Which type of hypervisor runs directly on the physical hardware of the host machine? a) Type 2 hypervisor b) Hosted hypervisor c) Type 1 hypervisor (Correct)* d) Embedded hypervisor Rationale: Type 1 hypervisors, also called "bare-metal" hypervisors, run directly on the system hardware. Examples include VMware ESXi and Microsoft Hyper-V. 3. Which of the following is an example of a Type 2 hypervisor? a) Oracle VirtualBox (Correct)* b) Microsoft Hyper-V c) VMware ESXi d) Citrix XenServer Rationale: Type 2 hypervisors run as an application on an existing host operating system. VirtualBox and VMware Workstation are prime examples. 4. What is a virtual machine (VM) composed of? a) Physical CPU, RAM, and Storage allocated permanently b) A set of software configuration files and virtual hardware files (Correct)* c) A single application containerized with its dependencies d) A backup of a physical server stored in the cloud Rationale: A VM is a software-based computer. It is represented by files on a datastore, including configuration files (.vmx), virtual disk files (.vmdk), and others.

5. Which characteristic is a key benefit of hardware virtualization? a) It completely eliminates the need for physical servers. b) It allows multiple operating systems to run on a single physical host. (Correct)* c) It requires no management or maintenance. d) It increases the physical size of the data center. Rationale: The primary benefit of server virtualization is server consolidation, which allows you to run multiple isolated OS environments on a single physical server, increasing utilization. 6. The concept of encapsulating an entire computing environment, including the OS and applications, into a single file package is known as: a) Cloud bursting b) Virtual Machine Encapsulation (Correct)* c) Resource pooling d) Vertical scaling Rationale: Encapsulation means the entire VM (its OS, apps, and configuration) is contained within a set of files. This makes the VM portable and easy to manage. 7. What is hardware-assisted virtualization? a) Using a USB drive to boot a VM b) Features built into modern CPUs (like Intel VT-x or AMD-V) to improve hypervisor performance (Correct)* c) A special type of RAM used only for VMs d) Virtualizing network switches Rationale: CPU manufacturers added extensions (Intel VT-x, AMD-V) that allow the hypervisor to handle instructions more efficiently, making virtualization faster and more secure. 8. Which VM file typically contains the virtual machine's configuration and hardware settings? a) .vmdk b) .vmx (Correct)* c) .vswp d) .log Rationale: In VMware environments, the .vmx file is the primary configuration file that defines virtual hardware, guest OS settings, and resource allocations. 9. In virtualization, what is the term for a software-based representation of a physical disk? a) Virtual NIC b) Virtual Disk (Correct)* c) Datastore d) ISO image Rationale: A virtual disk is a file or set of files that appears to the guest operating system as a physical hard drive. It stores the OS, applications, and data.

15. Which of the following best describes "OS isolation" in virtualization? a) Blocking network access to a specific VM. b) Ensuring that processes and faults within one VM do not affect other VMs on the same host. (Correct)* c) Physically separating servers in different data centers. d) Using a firewall to protect the hypervisor. Rationale: Virtualization provides strong isolation, meaning that a crash or security breach in the guest OS of one VM should not impact any other VMs running on the same host. **Section 2: Cloud Infrastructure Components (Questions 16-30)

  1. Which of the four main pillars of cloud infrastructure is primarily concerned with CPUs and RAM?** a) Networking b) Storage c) Compute (Correct)* d) Database Rationale: The "compute" resource refers to the processing power (CPU) and memory (RAM) required to run the virtual machines and applications. 17. What is the term for a logical storage unit, often presented as a LUN or NFS share, where VM files are stored? a) Virtual disk b) Datastore (Correct)* c) Volume shadow copy d) Object bucket Rationale: A datastore is a storage container (like a VMFS volume or an NFS mount) that hides the specifics of the physical storage and provides a uniform model for storing VM files. 18. In cloud networking, what is the primary purpose of a virtual switch (vSwitch)? a) To route traffic between different cloud regions. b) To provide internal and external network connectivity for VMs on a host. (Correct)* c) To replace the physical firewall appliance. d) To manage the power consumption of the host's NICs. Rationale: A virtual switch operates within the hypervisor and performs the same function as a physical switch, directing network traffic between VMs and the physical network. 19. Which storage type provides block-level storage that appears as a raw, unformatted disk to the operating system? a) Object Storage b) SAN (Storage Area Network) (Correct)*

c) NAS (Network Attached Storage) d) File Storage Rationale: SAN provides block storage. The OS sees this as a local disk and can format it with any file system. NAS provides file-level storage, where the OS connects to a shared folder.

20. What is "thin provisioning" in a storage context? a) Allocating all required disk space upfront at the time of creation. b) Compressing data to save space on the disk. c) Allocating disk space on-demand as the VM writes data (Correct)* d) Using smaller, 2.5-inch hard drives. Rationale: Thin provisioning allows you to create a 100GB virtual disk that only uses, for example, 10GB of actual physical storage initially. The physical space is consumed only as data is added inside the VM. 21. Which cloud infrastructure component is responsible for distributing workloads across multiple servers? a) The hypervisor b) The virtual switch c) The load balancer (Correct)* d) The storage array Rationale: A load balancer sits in front of servers and distributes incoming client traffic across a group of resources, ensuring high availability and reliability. 22. What is the function of a VLAN in a virtualized data center? a) To increase the speed of the network connection. b) To segment the network into separate, isolated broadcast domains. (Correct)* c) To connect the data center to the internet. d) To manage MAC address assignments. Rationale: VLANs (Virtual Local Area Networks) are used to logically segment a physical network, improving security and performance by isolating traffic. 23. What is the primary metric for measuring IOPS? a) Network throughput b) Storage performance (Correct)* c) CPU clock speed d) Memory latency Rationale: Input/Output Operations Per Second (IOPS) is a common performance measurement used to benchmark storage devices like HDDs, SSDs, and SANs. 24. In cloud computing, what does "resource pooling" enable? a) The provider to serve multiple customers using a multi-tenant model (Correct)* b) The customer to own the physical hardware

29. Which protocol is commonly used to connect a hypervisor to a NAS device for shared storage? a) NFS (Correct)* b) iSCSI c) Fiber Channel d) SATA Rationale: NFS (Network File System) is a file-level protocol commonly used by hypervisors like VMware to connect to NAS storage devices. 30. The ability to add more RAM or vCPUs to a running virtual machine without downtime is known as: a) Hot-add (Correct)* b) vMotion c) Cloning d) Cold migration Rationale: Most modern hypervisors support "hot-add" capabilities, allowing resources to be dynamically added to a running VM, though the guest OS must also support it. **Section 3: Virtualization and Cloud Architectures (Questions 31-40)

  1. Which deployment model features cloud infrastructure that is provisioned for exclusive use by a single organization with multiple consumers?** a) Public Cloud b) Community Cloud c) Private Cloud (Correct)* d) Hybrid Cloud Rationale: A private cloud is defined as cloud infrastructure that is operated solely for a single organization. It can be managed internally or by a third party and hosted on-premises or externally. 32. The combination of a private cloud with the strategic use of public cloud services is known as: a) Hybrid Cloud (Correct)* b) Distributed Cloud c) Multi-cloud d) Virtual Private Cloud Rationale: A hybrid cloud is a composition of two or more distinct cloud infrastructures (private, community, or public) that remain unique entities but are bound together by standardized technology. 33. What is a "Virtual Private Cloud" (VPC)? a) A physical, isolated data center just for you.

b) A logically isolated section of a public cloud where you can launch resources in a virtual network (Correct)* c) A VPN connection to the cloud. d) A private cloud built on customer premises. Rationale: A VPC, such as Amazon VPC, allows you to define a software-defined network (SDN) within a public cloud, giving you control over IP addressing, subnets, and routing.

34. In a three-tier data center architecture, what is the primary function of the "core" layer? a) To connect directly to servers and storage. b) To provide high-speed, resilient switching fabric for traffic moving in and out of the data center (Correct)* c) To implement security policies and load balancing. d) To manage virtual machines. Rationale: The core layer is the backbone of the network, responsible for fast and reliable transport of large amounts of traffic between data centers and the access/aggregation layers. 35. What is the role of the "aggregation" (or distribution) layer? a) To provide port density for server connections. b) To connect to the internet only. c) To provide common services like firewall, load balancing, and routing policy enforcement (Correct)* d) To store virtual machine templates. Rationale: The aggregation layer sits between the access and core layers. It is the boundary where policies are applied and routing domains are separated. 36. Software-Defined Networking (SDN) separates which two planes? a) The virtual and physical planes b) The control plane and the data plane (Correct)* c) The northbound and southbound planes d) The management and storage planes Rationale: SDN decouples the control plane (which makes decisions about where traffic is sent) from the data plane (which forwards traffic to the selected destination), centralizing network intelligence. 37. Which of the following is a key characteristic of a "cloud-native" application? a) It is designed to run on a single, large mainframe. b) It is built as a set of microservices, often containerized, and orchestrated dynamically. (Correct)* c) It requires manual intervention to scale. d) It cannot be migrated to another cloud provider.

Rationale: A virtual firewall, often implemented as a VM or a kernel module, provides security within the virtualized environment by inspecting traffic at the virtual switch level.

42. The "shared responsibility model" in cloud computing states that: a) The cloud provider is responsible for everything, including customer data. b) The customer is responsible for everything. c) The provider secures the cloud infrastructure; the customer secures what they put in the cloud (Correct)* d) Security is not a shared responsibility. Rationale: In IaaS, the provider is responsible for the physical and infrastructure layers (hypervisor, network, facilities). The customer is responsible for securing their OS, applications, and data. 43. What is the Recovery Time Objective (RTO)? a) The maximum amount of data loss a business can tolerate. b) The target time within which a business process must be restored after a disaster (Correct)* c) The amount of money spent on recovery. d) The time it takes to perform a backup. Rationale: RTO is a metric for disaster recovery that defines the maximum acceptable downtime for an application or system. 44. What is the Recovery Point Objective (RPO)? a) The age of the oldest backup file. b) The time it takes to restart a server. c) The maximum acceptable amount of data loss measured in time (Correct)* d The physical location of the backup data. Rationale: RPO helps determine how much data you can afford to lose. For example, if backups are taken every 4 hours, the RPO is 4 hours. 45. Which disaster recovery site has the shortest RTO and RPO, but is the most expensive? a) Warm Site b) Cold Site c) Hot Site (Correct)* d) Virtual Site Rationale: A hot site is a fully operational duplicate of the production environment, with all hardware, software, and live data ready to take over instantly. 46. What is the primary security risk associated with VM sprawl? a) Increased power consumption. b) Difficulty in managing and patching VMs, leading to unpatched vulnerabilities (Correct)*

c) Faster network speeds. d) Improved license compliance. Rationale: VM sprawl refers to the uncontrolled proliferation of VMs. It leads to "VM creep" and "zombie VMs," making it difficult to track and patch every system, creating security holes.

47. Which technique can be used to encrypt data within a virtual disk to protect it from unauthorized access? a) VLAN tagging b) VM-level or disk-level encryption (Correct)* c) Spanning Tree Protocol d) Thin provisioning Rationale: Most hypervisors now offer the ability to encrypt the virtual machine files and virtual disks, ensuring that if the storage media is stolen or misused, the data remains unreadable. 48. What is the role of "Role-Based Access Control" (RBAC) in a cloud management platform? a) It controls the temperature in the data center. b) It restricts system access and permissions based on the user's role within the organization. (Correct)* c) It balances the load on the network. d) It manages the IP address allocation for VMs. Rationale: RBAC is a method of regulating access to computer or network resources based on the roles of individual users within an enterprise, ensuring the principle of least privilege. 49. Protecting VMs from host-level failures is most directly achieved by: a) Clustering multiple hosts and using features like High Availability (HA) (Correct)* b) Taking regular snapshots c) Encrypting all virtual disks d) Using a single, powerful host Rationale: High Availability (HA) clusters allow VMs to be automatically restarted on other healthy hosts in the cluster if a physical host fails. 50. A copy of a VM that includes the operating system, specific applications, and configurations, used for rapid deployment, is called a: a) Snapshot b) Checkpoint c) Template (Correct)* d) Backup Rationale: A template is a master copy of a VM that can be used to create and provision new, identical VMs quickly and consistently.