All practice questions

521 questions

Question 301Question

Match each enterprise cloud deployment scenario on the left with its corresponding cloud deployment model on the right.

Click a left item, then click its matching right item

Items

A municipal transit authority and regional emergency management agencies jointly host a shared real-time traffic coordination system on infrastructure tailored to their common regulatory needs.
A commercial bank operates its core transaction processing database on dedicated on-premises hardware while deploying customer analytics tools on third-party cloud infrastructure.
A mobile application start-up provisions virtual servers on a third-party multi-tenant cloud platform accessible to the general public over the internet.
A national defense contractor maintains an exclusively owned and operated cloud infrastructure strictly dedicated to internal organization workloads.

Matches

Show answer & explanation

Answer

Municipal transit & emergency agency joint platform matches Community Cloud; Bank using on-premises database with public cloud analytics matches Hybrid Cloud; Start-up using multi-tenant cloud virtual servers matches Public Cloud; Defense contractor isolated internal infrastructure matches Private Cloud.
Each deployment model is matched based on tenancy, ownership, and accessibility boundaries according to CompTIA standards: Community Cloud serves shared organizational groups, Hybrid Cloud connects private and public environments, Public Cloud uses multi-tenant internet-accessible hardware, and Private Cloud serves a single dedicated organization.

Step-by-Step Solution

1
Analyze the scenario of municipal transit and emergency management agencies sharing infrastructure.
Identified that distinct organizations with shared mission/regulatory goals share infrastructure.
Shared infrastructure among specific organizations with common requirements defines a Community Cloud.
2
Analyze the bank scenario combining on-premises database hardware with third-party cloud analytics.
Identified integration of private on-premises infrastructure and public cloud resources.
Bound together by technology enabling data/application portability between private and public models defines a Hybrid Cloud.
3
Analyze the start-up deploying virtual servers on a third-party multi-tenant network.
Identified multi-tenant infrastructure available over the public internet.
Services rendered over an open network for general consumption represent a Public Cloud.
4
Analyze the defense contractor running exclusive infrastructure strictly for internal operations.
Identified single-tenant dedicated infrastructure exclusively owned and managed for one organization.
Sole-tenant dedicated environment represents a Private Cloud.

Key Concept

Cloud Deployment Models (Public, Private, Hybrid, Community)
Question 302Question

Match each virtualization deployment characteristic or scenario on the left with its corresponding hypervisor architecture trait on the right.

Click a left item, then click its matching right item

Items

Bare-metal installation model
Hosted application installation model
Low-latency enterprise datacenter host
Client desktop developer testing sandbox

Matches

Show answer & explanation

Answer

Bare-metal models and enterprise server hosts correlate with direct hardware access and Type 1 hypervisors, whereas hosted models and desktop testing sandboxes correlate with host OS dependency and Type 2 hypervisors.
Type 1 hypervisors install directly onto physical host hardware (bare-metal) and provide high performance with minimal latency for enterprise servers. Type 2 hypervisors run as applications within an existing host operating system, making them convenient for client workstation application testing and sandboxing.

Step-by-Step Solution

1
Identify the underlying OS requirement for each installation model.
Bare-metal operates directly on physical hardware (Type 1), while hosted applications run on top of an existing host OS (Type 2).
Hypervisor categorization is primarily determined by whether an intermediate host operating system is present between the hypervisor software and physical hardware.
2
Map enterprise vs desktop operational requirements to hypervisor types.
Low-latency datacenter workloads require Type 1 hypervisors for raw performance, while developer desktop sandboxes use Type 2 hypervisors for software convenience.
Type 1 hypervisors minimize hardware abstraction overhead, whereas Type 2 hypervisors provide ease of application management on user workstations.

Key Concept

Type 1 vs Type 2 Hypervisor Architectural Differences
Question 303Question

An IT technician is configuring Windows workstation settings to satisfy distinct user and administrative requirements. Match each system administration task on the left with its corresponding Windows Control Panel utility on the right.

Click a left item, then click its matching right item

Items

Change the system locale settings so non-Unicode legacy software displays international character sets properly.
Rebuild the search catalog and include file contents for a newly mounted data volume.
Configure Sticky Keys and visual screen notifications for audio alerts to assist a user with physical disabilities.
Create a password reset disk on a USB flash drive for a local user account on a standalone computer.

Matches

Show answer & explanation

Answer

System locale for non-Unicode programs maps to Region; rebuilding the search catalog maps to Indexing Options; Sticky Keys and visual sound alerts map to Ease of Access Center; creating a local password reset disk maps to User Accounts.
Each task directly corresponds to its dedicated Windows Control Panel utility: Region controls system locale for non-Unicode applications; Indexing Options handles search location indexing and catalog rebuilding; Ease of Access Center manages accessibility accommodations like Sticky Keys; User Accounts manages local profile settings including creating a password reset disk.

Step-by-Step Solution

1
Analyze non-Unicode program requirements
Identify that character set rendering for legacy apps is handled by the system locale under the Administrative tab of the Region Control Panel applet.
Region handles date, time, currency formatting, and system locale settings.
2
Analyze search index rebuild requirements
Identify that managing indexed locations and triggering an index rebuild is performed in Indexing Options.
Indexing Options configures how Windows Search crawls locations and files.
3
Analyze accessibility configuration requirements
Identify that Sticky Keys and visual notifications (Sound Sentry) are accessibility features configured in the Ease of Access Center.
Ease of Access Center consolidates disability accommodation settings.
4
Analyze local account password recovery requirements
Identify that creating a password reset disk for a standalone local account is done through the User Accounts applet.
User Accounts provides local user management tools and local password reset disk creation.

Key Concept

Windows Control Panel applet functionality and administrative scope
Question 304Question

A field technician is auditing memory inventory for an upcoming hardware refresh across desktop workstations, portable devices, and network servers. Match each physical memory specification or characteristic on the left to its corresponding RAM type on the right.

Click a left item, then click its matching right item

Items

288-pin standard desktop module operating at a default voltage of 1.2 V1.2\text{ V}
262-pin small-outline module operating at 1.1 V1.1\text{ V} with an integrated Power Management IC (PMIC)
260-pin small-outline module operating at 1.2 V1.2\text{ V} designed for portable systems
288-pin module featuring a 72-bit72\text{-bit} bus width (64 bits64\text{ bits} data + 8 bits8\text{ bits} parity) for single-bit error correction

Matches

Show answer & explanation

Answer

The correct matches are: 288-pin desktop module operating at 1.2 V1.2\text{ V} matches DDR4 Unbuffered DIMM; 262-pin small-outline module operating at 1.1 V1.1\text{ V} with PMIC matches DDR5 SODIMM; 260-pin small-outline module operating at 1.2 V1.2\text{ V} matches DDR4 SODIMM; and 288-pin module with 72-bit72\text{-bit} bus width matches ECC Unbuffered DIMM.
Each RAM specification accurately reflects the physical pin count, operating voltage, form factor, and architecture of its respective memory technology. DDR4 desktop DIMMs use 288 pins at 1.2 V1.2\text{ V}, DDR4 laptop SODIMMs use 260 pins at 1.2 V1.2\text{ V}, DDR5 SODIMMs use 262 pins at 1.1 V1.1\text{ V} with an onboard PMIC, and ECC memory adds 8 error-checking bits to achieve a 72-bit72\text{-bit} bus width.

Step-by-Step Solution

1
Identify form factor pin counts and standard operating voltages for DDR4 desktop and laptop RAM
DDR4 desktop DIMMs have 288 pins (1.2 V1.2\text{ V}), while DDR4 SODIMMs have 260 pins (1.2 V1.2\text{ V}).
Physical pin counts and notch locations prevent installing mismatched RAM generations or form factors into incompatible slots.
2
Identify architectural updates in DDR5 memory modules
DDR5 SODIMMs use 262 pins, operate at 1.1 V1.1\text{ V}, and feature onboard Power Management Integrated Circuits (PMIC) instead of relying on motherboard power delivery.
DDR5 transfers power regulation control from the motherboard to the module itself to increase energy efficiency and signal integrity.
3
Analyze error checking characteristics
ECC memory modules add 8 extra error-checking bits, expanding the standard 64-bit64\text{-bit} data path to a 72-bit72\text{-bit} bus width.
The additional 8 bits allow the memory controller to detect multi-bit errors and correct single-bit memory corruption in real time.

Key Concept

RAM Form Factors, Generation Specifications, and Error Checking
Question 305Question

A senior desktop systems specialist is defining workstation virtualization guidelines for four distinct operational requests within an enterprise organization. Match each operational scenario on the left with its primary client-side virtualization purpose on the right.

Click a left item, then click its matching right item

Items

An analyst must safely run and inspect untrusted third-party macro scripts without exposing the host operating system or corporate network to potential malware infections.
A finance auditor must occasionally access a legacy 16-bit accounting database tool that is incompatible with the workstation's native 64-bit operating system.
A developer needs to compile and validate a native Linux command-line utility directly on their assigned Windows 11 workstation.
An IT instructor requires a local setup where students can modify core system configuration files and immediately revert to a clean state after each session.

Matches

Show answer & explanation

Answer

The correct matches pair each operational requirement with its corresponding client-side virtualization use case: analyzing untrusted scripts pairs with Security Sandboxing; running incompatible 16-bit accounting tools pairs with Legacy Application Support; compiling Linux software on Windows pairs with Cross-Platform Development & Testing; and configuring revertible lab environments pairs with Isolated Training Environment.
Each operational scenario aligns directly with a core purpose of client-side virtualization. Security sandboxing isolates untrusted executable code from the host OS and local network. Legacy application support enables running 16-bit or incompatible software by hosting an older guest operating system. Cross-platform testing allows developers to validate applications across different operating systems on a single physical machine. Isolated training environments provide sandboxed, snapshot-capable instances for hands-on instruction without risking physical system stability.

Step-by-Step Solution

1
Analyze Scenario 1 (Untrusted script analysis)
Identified threat containment requirement.
Running unverified scripts locally requires host and network isolation, which is achieved through Security Sandboxing.
2
Analyze Scenario 2 (16-bit accounting application on 64-bit host)
Identified OS architecture incompatibility.
Modern 64-bit operating systems cannot natively run 16-bit applications; deploying a legacy guest OS provides Legacy Application Support.
3
Analyze Scenario 3 (Linux utility development on Windows 11)
Identified multi-OS software validation need.
Host hypervisors allow running different operating systems concurrently on one hardware platform for Cross-Platform Development & Testing.
4
Analyze Scenario 4 (Student registry changes with state restoration)
Identified disposable, snapshot-enabled workspace need.
Client VMs allow students to practice administrative tasks safely and restore pristine guest states via snapshots in an Isolated Training Environment.

Key Concept

Client-Side Virtualization Purposes and Use Cases
Question 306Question

A network administrator is configuring network access and security boundaries for several virtual machines (VMs) deployed on a Type 1 hypervisor host. Each VM serves a distinct organizational purpose requiring specific network isolation, host connectivity, and external communication capabilities. Match each virtual network mode to its corresponding operational description and communication capability.

Click a left item, then click its matching right item

Items

Bridged Networking
Network Address Translation (NAT)
Host-Only Networking
Internal / Private Networking

Matches

Show answer & explanation

Answer

Bridged Networking connects directly to the physical network subnet; Network Address Translation (NAT) routes outbound traffic using the host IP address; Host-Only Networking isolates traffic to the host and guest VMs; Internal / Private Networking isolates traffic completely to guest VMs only, excluding the host OS.
Each virtual network adapter mode provides specific boundary isolation and routing behavior. Bridged mode provides direct physical subnet access. NAT mode allows outbound access via host IP translation while blocking incoming connections. Host-Only mode limits traffic to the host and guest VMs on a private host virtual adapter. Internal/Private mode eliminates all host OS and external network connections, restricting traffic entirely to guest-to-guest communications.

Step-by-Step Solution

1
Analyze the network connection requirement for physical network integration.
Bridged networking directly interfaces the guest network adapter with the physical network switch, allowing external network equipment to communicate with the VM directly via its own IP address on the physical subnet.
Bridged adapters sit virtually at the same layer as physical network devices.
2
Identify the mode providing protected outbound internet access.
Network Address Translation (NAT) uses the host's network IP address to relay guest traffic to external destinations, establishing stateful translation that prevents unsolicited inbound access.
NAT protects virtual machines from direct external exposure while providing outbound connectivity.
3
Evaluate modes that restrict access to internal hypervisor environments.
Host-Only networking builds a private switch linked to a host virtual adapter, allowing host-to-guest and guest-to-guest communications while blocking physical interface access.
Host-only switches retain host OS connectivity for management without exposing guests to external networks.
4
Determine the highest security isolation mode suitable for malware sandboxing.
Internal/Private networking disconnects the virtual switch from all physical interfaces and host adapters, containing all communications strictly within guest VMs on the same virtual switch.
Host escape and host infection risks are minimized when the host operating system has no logical connection to the virtual network switch.

Key Concept

Virtual Machine Network Adapter Modes and Isolation Levels
Question 307Question

As an IT technician managing data security compliance across diverse organization departments, match each regulatory framework on the left with its primary data type or regulated scope on the right.

Click a left item, then click its matching right item

Items

General Data Protection Regulation (GDPR)
Health Insurance Portability and Accountability Act (HIPAA)
Payment Card Industry Data Security Standard (PCI-DSS)
Family Educational Rights and Privacy Act (FERPA)

Matches

Show answer & explanation

Answer

General Data Protection Regulation (GDPR) matches EU Personal Identification Information (PII); Health Insurance Portability and Accountability Act (HIPAA) matches Protected Health Information (PHI); Payment Card Industry Data Security Standard (PCI-DSS) matches Cardholder Data (CHD) and credit card transactions; Family Educational Rights and Privacy Act (FERPA) matches student educational records.
Each regulatory framework is designed for a specific operational domain: GDPR protects general personal data and privacy for individuals in the EU; HIPAA protects medical and healthcare records (PHI); PCI-DSS secures credit card payment transaction data; FERPA safeguards student educational records.

Step-by-Step Solution

1
Identify the primary regulatory scope for global and regional data privacy rules.
GDPR targets PII and consumer privacy rights for individuals in the European Union.
GDPR applies broadly to any entity collecting or processing EU citizen data regardless of where the entity is located.
2
Identify sector-specific US federal regulations for healthcare and education.
HIPAA protects medical history and patient billing data (PHI), while FERPA governs student transcript and academic history privacy.
Different legislative frameworks mandate compliance standards depending on whether the organization operates in healthcare or education.
3
Identify industry-driven technical security standards for commerce.
PCI-DSS mandates encryption and storage policies for credit card numbers and payment card authentication data.
PCI-DSS is governed by major credit card vendors to protect merchant payment environments against financial fraud.

Key Concept

Data Privacy Frameworks and Compliance Scope Identification
Question 308Question

A technician is installing motherboard power cables and chassis front-panel header connections during a custom workstation assembly. Match each motherboard connector or header to its primary function or operational characteristic.

Click a left item, then click its matching right item

Items

24-pin ATX power connector
8-pin EPS12V power connector
Front panel HDD LED header
19-pin internal USB header

Matches

Show answer & explanation

Answer

The 24-pin ATX power connector matches with supplying main system power across multiple voltage rails; the 8-pin EPS12V power connector matches with delivering dedicated +12V power to the CPU voltage regulator modules; the Front panel HDD LED header matches with requiring strict polarity orientation for storage activity illumination; and the 19-pin internal USB header matches with providing bus connectivity for front-panel USB 3.0 ports.
Each connector serves a distinct hardware purpose: the 24-pin ATX connector supplies main logic and bus power across multiple voltage rails; the 8-pin EPS12V connector supplies dedicated +12V power directly to CPU voltage regulators; the HDD LED header requires proper positive/negative polarity alignment to indicate storage activity; and the 19-pin internal USB header routes high-speed data signals to front-panel USB 3.0 ports.

Step-by-Step Solution

1
Identify the primary power delivery connector for general motherboard operation.
The 24-pin ATX power connector supplies primary system power (+3.3V, +5V, +12V) to the motherboard logic and expansion slots.
The P1 24-pin cable is the main power umbilical cable from the power supply unit to the motherboard.
2
Determine the auxiliary connector used specifically for modern CPU power delivery.
The 8-pin EPS12V cable connects near the CPU socket to power the processor voltage regulation circuitry.
Modern CPUs demand substantial power, necessitating dedicated +12V supply lines direct from the PSU.
3
Analyze front-panel pin header connectivity requirements for system status indicators.
The HDD LED connector requires proper anode (+)/cathode (-) pin alignment to function.
Unlike non-polarized momentary switches (power/reset switches), Light-Emitting Diodes only pass current and illuminate when correctly polarized.
4
Match internal motherboard headers to chassis peripheral port connectivity.
The 19-pin internal USB header connects to chassis front USB 3.0 / 3.2 Gen 1 ports.
Motherboards feature a standardized 19-pin keyed connector block to route super-speed USB data channels to front-panel ports.

Key Concept

Motherboard Power Connectors and Chassis Header Functions
Estimated Time:1m 30s
Question 309Question

An IT technician is organizing cable inventory for client workstation deployments. Match each display connector standard on the left with its defining physical or operational characteristic on the right.

Click a left item, then click its matching right item

Items

DVI-I Dual-Link
Mini DisplayPort
HDMI 2.1
DB-15 (VGA)

Matches

Show answer & explanation

Answer

DVI-I Dual-Link matches the 24-pin grid plus 4-pin analog signal capability; Mini DisplayPort matches the physical form factor of Thunderbolt 1/2; HDMI 2.1 matches Fixed Rate Link (FRL) 48 Gbps bandwidth; DB-15 (VGA) matches the 15-pin analog RGBHV transmission.
Each display standard has unique physical pin designs and signaling limits: DVI-I integrates 4 analog pins for dual-mode operation; Mini DisplayPort shares the physical footprint of original Thunderbolt ports; HDMI 2.1 utilizes FRL for 48 Gbps bandwidth; and DB-15 (VGA) uses a 15-pin 3-row layout for analog video.

Step-by-Step Solution

1
Identify signal type and pin layout for DVI standards.
DVI-I contains integrated analog pins surrounding the flat ground blade in addition to the digital pin grid.
DVI-D carries digital only, while DVI-I carries both digital and analog signals.
2
Compare physical port backward-compatibility across compact display interfaces.
Mini DisplayPort connectors physically plug into and share pin assignments with Apple/Intel Thunderbolt 1 and 2 ports.
Thunderbolt 1/2 adopted the Mini DisplayPort mechanical spec.
3
Evaluate modern HDMI bandwidth specifications.
HDMI 2.1 replaces TMDS with FRL to achieve 48 Gbps throughput.
FRL is required to drive uncompressed 8K at 60Hz or 4K at 120Hz.
4
Identify legacy analog video interfaces.
DB-15 (HD-15/DE-15) is the classic 15-pin 3-row VGA connector transmitting analog signals.
VGA does not support digital video signals natively.

Key Concept

Physical pin layouts, signal modes (analog vs. digital), and bandwidth capacities of video cables.
Question 310Question

Match each virtual network adapter configuration mode to its corresponding network connectivity and security characteristic.

Click a left item, then click its matching right item

Items

Bridged Mode
NAT (Network Address Translation) Mode
Host-Only Mode
Internal / Isolated Mode

Matches

Show answer & explanation

Answer

Bridged Mode pairs with direct physical network connection and unique IP assignment; NAT Mode pairs with shared host IP outbound access; Host-Only Mode pairs with restricted host-to-guest networking without external access; Internal / Isolated Mode pairs with strict VM-to-VM traffic isolation blocking host and physical network access.
Bridged mode acts as an independent network device on the physical local network. NAT mode routes traffic out using the host's IP address while keeping the VM off the local physical broadcast domain. Host-Only mode allows VMs and the host system to interact on an isolated private loop without external internet access. Internal/Isolated mode strictly confines network traffic to virtual machines on the same hypervisor, isolating even the host operating system.

Step-by-Step Solution

1
Identify the network mode that exposes the VM directly onto the physical network.
Bridged Mode functions as a virtual switch port on the physical LAN, receiving an IP address on the physical subnet.
Bridged configuration binds the virtual network interface directly to the host's physical network adapter.
2
Identify the network mode providing internet access while hiding the guest behind the host's IP address.
NAT Mode translates guest network traffic using the host system's IP address.
NAT provides single-IP masquerading and basic inbound security for the virtual machine.
3
Differentiate between network modes restricting external physical connectivity.
Host-Only Mode permits guest-to-host and guest-to-guest communication, whereas Internal Mode isolates guests strictly from both the external network and the host OS.
Host-Only includes a virtual network adapter on the host, while Internal mode removes host OS adapter binding entirely.

Key Concept

Virtual Network Interface Card (vNIC) Operational Modes and Security Isolation Boundaries
Question 311Question

An IT technician is organizing administrative automation scripts used across Windows and Linux workstations. Match each scripting language environment on the left with its corresponding syntax characteristic or execution feature on the right.

Click a left item, then click its matching right item

Items

PowerShell Script (.ps1)
Windows Batch Script (.bat)
VBScript (.vbs)
Bash Shell Script (.sh)

Matches

Show answer & explanation

Answer

PowerShell (.ps1) matches env:VARsyntaxandcmdlets;WindowsBatch(.bat)matchesenv:VAR syntax and cmdlets; Windows Batch (.bat) matches %VAR% syntax and REM comments; VBScript (.vbs) matches WScript.Echo and Windows Script Host execution; Bash (.sh) matches shebang (#!/bin/bash) and VAR syntax.
Each scripting language and file extension featured in CompTIA A+ Core 2 has distinct variable naming conventions, runtime interpreters, and comment structures that differentiate them during administrative automation.

Step-by-Step Solution

1
Identify the environment variable notation and object model associated with Windows PowerShell.
PowerShell scripts (.ps1) utilize $env:VAR to access environment variables and execute native cmdlets.
PowerShell is designed for task automation and object-based administration in modern Windows operating systems.
2
Identify the legacy Windows command processor scripting syntax.
Batch scripts (.bat) enclose environment variables in percent signs (%VAR%) and use REM or double colons for comment lines.
Batch scripting follows syntax conventions from MS-DOS and CMD.exe.
3
Identify the host environment and output syntax for VBScript.
VBScript (.vbs) uses WScript.Echo for console/dialog output and runs under Windows Script Host (CScript/WScript).
VBScript is a legacy Windows administrative language executed by Windows Script Host binaries.
4
Identify Linux/Unix shell script initialization and syntax conventions.
Bash scripts (.sh) begin with a shebang path (#!/bin/bash) and reference environment variables using a dollar sign prefix ($VAR).
Bash scripts require the shebang line to instruct the OS kernel which interpreter to invoke upon execution.

Key Concept

Basic Scripting Languages, File Extensions, Syntax, and Runtime Environments
Question 312Question

Match each client-side virtualization purpose on the left with its corresponding operational scenario on the right.

Click a left item, then click its matching right item

Items

Security Sandboxing
Legacy Application Support
Cross-Platform Testing
Isolated Training Environment

Matches

Show answer & explanation

Answer

Security Sandboxing matches with analyzing suspected malware executables locally; Legacy Application Support matches with executing an incompatible 16-bit database utility on a modern 64-bit host; Cross-Platform Testing matches with evaluating application performance natively across multiple OS guest instances; Isolated Training Environment matches with providing students disposable OS instances to practice administrative commands.
Each client-side virtualization term aligns directly with its primary enterprise use case: Security Sandboxing protects the host during malware analysis; Legacy Application Support enables running legacy software on modern systems; Cross-Platform Testing allows multi-OS software validation on one machine; and Isolated Training Environment provides safe, reset-ready learning labs.

Step-by-Step Solution

1
Identify the primary objective of security sandboxing.
Pair Security Sandboxing with analyzing untrusted malware files safely on a local machine.
Hypervisor isolation prevents guest code execution from modifying host operating system files.
2
Identify the objective of legacy application support.
Pair Legacy Application Support with executing older 16-bit utilities on modern 64-bit architecture.
Virtual machines can host obsolete operating systems required by older, business-critical software.
3
Determine the role of cross-platform testing.
Pair Cross-Platform Testing with testing software across Windows, Linux, and macOS on a single workstation.
Technicians can host multiple guest operating systems to test multi-platform compatibility simultaneously.
4
Identify the goal of an isolated training environment.
Pair Isolated Training Environment with providing disposable workspaces for students to practice commands.
Virtual machine state snapshots allow trainees to experiment and revert system state without permanent damage.

Key Concept

Client-Side Virtualization Purposes and Use Cases
Question 313Question

Match each enterprise cloud deployment scenario on the left with its corresponding cloud deployment model on the right.

Click a left item, then click its matching right item

Items

A coalition of regional public universities shares a specialized cloud environment configured for collaborative environmental data analysis and common policy enforcement.
A global e-commerce company hosts its web storefront on third-party multi-tenant infrastructure to scale bandwidth dynamically during holiday sales.
A defense technology contractor hosts confidential hardware schematics on a dedicated, single-tenant infrastructure located entirely within its own secure facility.
A financial firm maintains confidential customer account databases on-premises while dynamically provisioning third-party multi-tenant servers for seasonal analytics.

Matches

Show answer & explanation

Answer

The university coalition scenario matches Community Cloud; the e-commerce storefront scenario matches Public Cloud; the defense contractor scenario matches Private Cloud; and the financial analytics scenario matches Hybrid Cloud.
Each scenario maps precisely to its cloud deployment definition. Shared infrastructure between organizations with joint missions constitutes a Community Cloud. Multi-tenant third-party infrastructure available publicly is a Public Cloud. Single-tenant isolated infrastructure managed exclusively for one organization is a Private Cloud. Combining dedicated on-premises infrastructure with external multi-tenant cloud resources creates a Hybrid Cloud.

Step-by-Step Solution

1
Analyze tenancy and sharing requirements for each scenario
Identified specific organizational constraints (multi-tenant shared goals, public access, single-tenant isolation, combined models).
Cloud deployment models are categorized primarily by ownership, multi-tenancy, and target audience.
2
Map the collaborative university scenario
Matches Community Cloud due to shared resources among entities with mutual mission requirements.
Community clouds host shared infrastructure for specific groups with joint operational goals.
3
Map remaining scenarios to Public, Private, and Hybrid models
Public Cloud maps to multi-tenant e-commerce; Private Cloud maps to single-tenant defense infrastructure; Hybrid Cloud maps to combined on-premises and public burst resources.
Public handles broad multi-tenancy, Private provides single-tenant isolation, and Hybrid binds multiple models together.

Key Concept

Cloud Deployment Models (Public, Private, Hybrid, Community)
Question 314Question

A tier-2 support technician is performing targeted configuration tasks across several Windows workstations. Match each maintenance scenario on the left with the correct Windows Control Panel utility required to complete the task on the right.

Click a left item, then click its matching right item

Items

A user working with international financial software needs the system's short date format and default currency display symbols modified.
A domain user experiences repeated network authentication failures caused by an obsolete saved domain password that must be cleared.
An enterprise application is corrupt, and the technician needs to run the installer's built-in application repair routine.
A remote employee needs to inspect file conflict logs and check the status of network shared folders cached for offline access.

Matches

Show answer & explanation

Answer

Region matches date format and currency configuration; Credential Manager matches clearing obsolete saved domain passwords; Programs and Features matches running application repair routines; Sync Center matches checking offline folder synchronization status and conflict logs.
Each Control Panel applet directly corresponds to its dedicated management function: Region controls date/currency formatting, Credential Manager stores saved domain passwords, Programs and Features handles software maintenance/repairs, and Sync Center monitors offline file synchronization.

Step-by-Step Solution

1
Analyze scenario 1 regarding date format and currency symbols.
Identify Region as the Control Panel applet responsible for system locale, date formats, and currency formatting.
Regional formatting settings are centralized in the Region utility.
2
Analyze scenario 2 regarding saved network credentials and authentication failures.
Identify Credential Manager as the store for Windows Vault and web credentials.
Stored user passwords used for automatic authentication to network resources reside in Credential Manager.
3
Analyze scenario 3 regarding software corruption and repair options.
Identify Programs and Features as the utility for modifying installed software.
Programs and Features provides options to uninstall, modify, or repair installed applications.
4
Analyze scenario 4 regarding offline folder sync status and conflict logs.
Identify Sync Center as the management console for offline files.
Sync Center tracks synchronization progress, sync results, and file conflicts for offline files.

Key Concept

Windows Control Panel Utilities
Estimated Time:1m 30s
Question 315Question

An IT support technician is organizing preventive maintenance tasks across a company's varied printer fleet. Match each maintenance activity on the left with its corresponding printer technology on the right.

Click a left item, then click its matching right item

Items

Replacing a maintenance kit containing a fuser assembly, transfer roller, and paper pickup rollers
Cleaning the printhead heating element with isopropyl alcohol and replacing heat-sensitive paper
Performing printhead nozzle alignment and replacing liquid ink cartridges
Replacing an inked fabric ribbon cassette and adjusting continuous tractor-feed paper

Matches

Show answer & explanation

Answer

Laser printer matches with replacing a fuser assembly, transfer roller, and pickup rollers; Direct thermal printer matches with cleaning the printhead heating element and replacing heat-sensitive paper; Inkjet printer matches with nozzle alignment and replacing liquid ink cartridges; Impact printer matches with replacing an inked fabric ribbon cassette and adjusting continuous tractor-feed paper.
Each printing technology relies on distinct mechanical components and consumables: laser printers use high-heat fuser assemblies and pickup rollers in maintenance kits; direct thermal printers apply thermal printhead heat directly onto specialty paper; inkjet printers utilize liquid ink tanks and printhead calibration; and impact printers utilize continuous tractor-feed paper with impact pins striking a fabric ink ribbon.

Step-by-Step Solution

1
Identify laser printer consumables and components.
Laser printers use toner cartridges along with maintenance kits containing fusers, transfer rollers, and pickup rollers.
These components experience thermal and mechanical wear during the electrophotographic printing process.
2
Identify direct thermal printer consumables and maintenance requirements.
Direct thermal printers use heat-sensitive chemically treated paper and no ink or toner.
Periodic maintenance requires wiping paper dust and residue off the thermal heating element using isopropyl alcohol.
3
Identify inkjet printer consumables and maintenance requirements.
Inkjet printers use liquid ink (pigment or dye) cartridges.
Clogged microscopic nozzles require automated head cleaning cycles and printhead alignment calibration.
4
Identify impact printer consumables and paper feed mechanisms.
Impact printers use fabric ink ribbons and continuous tractor-feed paper.
Solitary pins strike the inked ribbon against paper to produce text, ideal for multi-part carbon forms.

Key Concept

Printer Technologies and Consumables Maintenance
Question 316Question

Match each macOS or Linux administrative utility/feature to its primary operating system function.

Click a left item, then click its matching right item

Items

FileVault
du
chmod
Spotlight

Matches

Show answer & explanation

Answer

FileVault pairs with full-disk encryption for macOS; du pairs with estimating file and directory space usage; chmod pairs with modifying file access permissions; Spotlight pairs with desktop search and metadata indexing on macOS.
FileVault encrypts the entire system volume to safeguard data on macOS devices. The du utility calculates space consumed by individual files and folders. The chmod utility modifies read/write/execute permissions for security control. Spotlight handles desktop indexing and system search capabilities on macOS.

Step-by-Step Solution

1
Determine the administrative purpose of FileVault on macOS.
FileVault provides XTS-AES-128/256 full-disk encryption for the startup disk.
It secures stored data by requiring password authentication to decrypt the drive at system boot.
2
Determine the function of the command-line utility du.
du stands for 'disk usage' and reports directory tree space allocation.
Technicians use du to identify specific directories consuming excess storage space.
3
Determine the administrative function of chmod.
chmod stands for 'change mode' and sets file mode bits.
It controls granular access rights (read, write, execute) across user, group, and public scopes.
4
Determine the role of Spotlight in macOS.
Spotlight creates background indices of system content for instant search.
It enables users to quickly locate files, open applications, and execute basic calculations from anywhere in macOS.

Key Concept

macOS and Linux Operating System Features and Tools
Question 317Question

An IT support specialist is inventorying video cables and display adapter types across workstations in a corporate environment. Match each display connector standard on the left with its correct defining signal and functional characteristic on the right.

Click a left item, then click its matching right item

Items

DB-15 (VGA)
DVI-D Dual-Link
DVI-I Single-Link
DisplayPort

Matches

Show answer & explanation

Answer

DB-15 (VGA) matches the 15-pin legacy analog video description. DVI-D Dual-Link matches the digital-only connector with extra pins for double bandwidth. DVI-I Single-Link matches the integrated digital/analog connector with pins for passive VGA conversion. DisplayPort matches the VESA packet-based standard supporting MST daisy-chaining.
Each connector standard is uniquely paired based on signal transmission mode (analog vs. digital), pin layout, and supported architectural capabilities like MST daisy-chaining and dual-link bandwidth scaling.

Step-by-Step Solution

1
Identify physical and signal capabilities of VGA (DB-15).
VGA uses a 15-pin connector arranged in three rows and transfers analog-only video.
VGA has no digital capability and carries no audio signal.
2
Differentiate DVI-D from DVI-I and Single-Link from Dual-Link.
DVI-D is digital-only. Dual-Link expands pin connections to double bandwidth. DVI-I includes 4 analog pins around the flat grounding blade, allowing a simple passive adapter to extract analog RGB for VGA.
DVI-D lacks the four analog pin holes around the flat blade present in DVI-I.
3
Identify VESA packet-based video standards and features.
DisplayPort sends data in packets (similar to Ethernet) and supports Multi-Stream Transport (MST) to connect multiple displays via a single DP output port.
MST daisy-chaining is a native feature of DisplayPort specifications.

Key Concept

Identifying pin configurations, signal types (analog vs. digital), and interface capabilities of video cables and connectors.
Question 318Question

A technician is configuring hardware components and power connections for a workstation build. Match each expansion interface or power supply connector on the left with its correct technical specification or power delivery function on the right.

Click a left item, then click its matching right item

Items

PCIe 6+2 pin connector
EPS12V 8-pin connector
PCIe x16 slot
Molex 4-pin connector

Matches

Show answer & explanation

Answer

PCIe 6+2 pin connector matches auxiliary GPU power (up to 150 W); EPS12V 8-pin connector matches dedicated motherboard CPU power; PCIe x16 slot matches direct motherboard bus power (up to 75 W); Molex 4-pin connector matches peripheral drive and fan power (+5V and +12V).
Each connector and interface serves a distinct power role in PC architecture: PCIe 6+2 connectors supply auxiliary power up to 150 W to demanding expansion cards, EPS12V supplies CPU power, the PCIe slot itself provides up to 75 W through motherboard traces, and 4-pin Molex supplies dual-voltage power to legacy peripherals.

Step-by-Step Solution

1
Identify PCIe expansion auxiliary power requirements
Recognize that PCIe 6+2 pin connectors supply auxiliary power to high-power cards (up to 150 W for an 8-pin connection).
High-end GPUs require more wattage than the slot alone can deliver.
2
Distinguish processor power from PCIe auxiliary power
Map EPS12V 8-pin connector to dedicated processor power.
EPS12V supplies high-current +12V power directly to the CPU voltage regulator module on the motherboard.
3
Determine slot-supplied motherboard power capacity
Map the PCIe x16 slot to 75 W motherboard bus power.
PCI Express specifications dictate that standard motherboard slots provide a maximum of 75 W directly to the card without needing external cables.
4
Identify legacy peripheral connector standards
Map the Molex 4-pin connector to peripheral drive and fan power delivering +5V and +12V.
Molex connectors feature pinouts for both 5-volt and 12-volt direct current applications.

Key Concept

Understanding PSU connector types, pinouts, and expansion slot power capabilities.
Estimated Time:1m 30s
Question 319Question

Match each data privacy regulation or compliance framework on the left with its corresponding primary scope and regulated data type on the right.

Click a left item, then click its matching right item

Items

GDPR
HIPAA
PCI-DSS
FERPA

Matches

Show answer & explanation

Answer

GDPR matches with protection of personal data for EU residents; HIPAA matches with safeguarding Protected Health Information (PHI); PCI-DSS matches with securing credit cardholder data; FERPA matches with privacy of student educational records.
Each framework addresses a specific data type and domain: GDPR covers EU personal privacy, HIPAA protects healthcare PHI, PCI-DSS secures cardholder payment data, and FERPA protects student educational records.

Step-by-Step Solution

1
Analyze GDPR requirements
Matches EU consumer privacy regulations
GDPR is an international privacy regulation enforcing data rights for EU residents.
2
Analyze HIPAA requirements
Matches Protected Health Information (PHI)
HIPAA applies to healthcare entities storing or transmitting patient health data.
3
Analyze PCI-DSS requirements
Matches credit card processing security
PCI-DSS is enforced by payment card brands to protect cardholder information.
4
Analyze FERPA requirements
Matches student education records
FERPA is a federal privacy law protecting student academic files.

Key Concept

Data Privacy and Compliance Regulations Scope
Question 320Question

A field technician is configuring chassis cabling and internal motherboard headers during a workstation upgrade. Match each motherboard internal connector or header on the left with its correct physical specification or functional role on the right.

Click a left item, then click its matching right item

Items

19/20-pin USB 3.2 Gen 1 Header
Front Panel HD Audio Header
USB 3.2 Gen 2x2 Type-E Header
System Panel Header Block

Matches

Show answer & explanation

Answer

19/20-pin USB 3.2 Gen 1 Header matches Keyed rectangular dual-row pin block used to power and transmit data for up to two front-panel USB Type-A ports; Front Panel HD Audio Header matches 10-pin layout (with pin 8 key missing) supporting dynamic jack-sensing for front panel 3.5mm audio ports; USB 3.2 Gen 2x2 Type-E Header matches Compact, latching internal port specifically designed to connect a chassis front-panel USB Type-C port supporting transfer rates up to 20 Gbps; System Panel Header Block matches Cluster of individual low-voltage pin pairs connecting the chassis power switch, reset switch, storage activity LED, and system status LED.
Each internal motherboard connector has distinct mechanical shapes, pin counts, and functional parameters. The 19/20-pin header supports two USB Type-A ports; the HD Audio header uses standard 10-1 pin layout with dynamic sensing; the Type-E connector provides a high-speed internal connection dedicated to front-panel USB-C ports; and the System Panel header groups chassis control switches and status indicators.

Step-by-Step Solution

1
Identify the physical structure and functional capability of the 19/20-pin USB 3.2 Gen 1 header.
Confirm it connects front-panel USB Type-A ports using a dual-row keyed shroud.
USB 3.0/3.2 Gen 1 internal cables require 19 active pins in a 20-pin footprint to drive two ports.
2
Identify the pinout and feature set of the Front Panel HD Audio Header.
Match it with the 10-pin block (pin 8 keyed/missing) featuring dynamic jack detection.
Intel's HD Audio standard specifies jack detection and retasking over older static wiring.
3
Differentiate the internal USB Type-E header from standard pin headers.
Associate it with internal USB Type-C front panel ports supporting high-speed bandwidth (up to 20 Gbps).
Type-E internal connectors were designed specifically to accommodate reversible Type-C front ports.
4
Identify the multi-connector pin group responsible for chassis switches and indicators.
Match the System Panel Header Block with individual pin pairs for power/reset switches and status LEDs.
Front panel connectors rely on individual 1-pin or 2-pin motherboard headers for chassis control.

Key Concept

Motherboard internal header physical identification and functional roles
PreviousPage 16 / 27Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin