All practice questions

3551 questions

Question 2281Question

A systems engineer is assembling a high-performance workstation host designed to run multiple 64-bit client-side guest virtual machines simultaneously. The host must efficiently handle memory address translations between guest virtual memory and host physical memory while enabling direct hardware virtualization support. Which TWO of the following hardware features or firmware configurations are necessary on the host system to support these capabilities?

Select all that apply

Show answer & explanation

Answer: Enable hardware-assisted virtualization extensions (such as Intel VT-x or AMD-V) in the motherboard BIOS/UEFI firmware.; Ensure the host CPU supports Second Level Address Translation (SLAT), such as Extended Page Tables (EPT) or Nested Page Tables (NPT).

Answer

Enabling hardware-assisted virtualization extensions (Intel VT-x/AMD-V) in BIOS/UEFI firmware and utilizing a CPU with Second Level Address Translation (SLAT) support.
To support 64-bit client virtual machines efficiently, the physical CPU must have hardware virtualization extensions (Intel VT-x or AMD-V) enabled in BIOS/UEFI. Additionally, Second Level Address Translation (SLAT) technologies like Extended Page Tables (EPT) reduce overhead by managing memory page tables in hardware.

Step-by-Step Solution

1
Identify core CPU hardware virtualization requirements for 64-bit guest support.
Hardware virtualization extensions (Intel VT-x or AMD-V) must be enabled in firmware for the CPU to support hypervisor management calls directly.
64-bit client virtualization requires hardware acceleration features exposed through BIOS/UEFI settings.
2
Identify memory address management hardware technologies.
Second Level Address Translation (SLAT), implemented as EPT (Intel) or NPT/RVI (AMD), offloads memory mapping overhead from software to hardware.
SLAT drastically improves VM memory performance and decreases CPU overhead during virtual-to-physical address translation.
3
Evaluate and eliminate distractors related to resource overcommitment and hypervisor classification.
Allocating 100% of host RAM starves the host operating system, while claiming a Type 2 hypervisor loads into firmware misidentifies hypervisor architecture.
Host OS headroom is always required, and Type 2 hypervisors rely on an installed host OS rather than firmware deployment.

Key Concept

Virtual Machine Hardware Support and Memory Resource Requirements
Estimated Time:2m 0s
Question 2282Question

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 2283Question

A desktop support technician is investigating a thermal label printer at a warehouse workstation that stopped printing following a system driver update. The technician has interviewed the user, confirmed the error logs, and established a theory that the newly installed driver is incompatible with the label printer hardware. According to the standard CompTIA troubleshooting methodology, which of the following actions should the technician perform NEXT?

Show answer & explanation

Answer: Test the theory by rolling back the driver on a test machine to determine if normal printing functionality is restored.

Answer

The technician should test the theory by rolling back the driver on a test machine to determine if normal printing functionality is restored.
According to the CompTIA troubleshooting methodology, after establishing a theory of probable cause (Step 2), the technician must test the theory to determine the cause (Step 3). Rolling back the driver on a test machine directly verifies whether the updated driver is the root cause of the issue.

Step-by-Step Solution

1
Identify current stage in the CompTIA 6-step troubleshooting methodology.
The technician has already identified the problem (Step 1) and established a theory of probable cause (Step 2).
Sequential progression requires determining which step follows Step 2.
2
Determine the mandatory next step according to CompTIA standards.
Step 3 is 'Test the theory to determine the cause'.
Before creating a plan of action or making widespread changes, the technician must confirm if the theory is accurate.
3
Select the option corresponding to Step 3.
Testing the driver rollback on a test machine verifies whether the updated driver caused the fault.
Rolling back the driver in a controlled manner directly tests the established theory.

Key Concept

CompTIA Troubleshooting Methodology Order of Steps
Estimated Time:1m 0s
Question 2284Question

A technician is upgrading the memory on an enterprise rackmount server. The system documentation explicitly specifies that the motherboard requires Registered DIMMs (RDIMMs) to handle high-density memory configurations. The technician accidentally installs Unbuffered DIMMs (UDIMMs) of the same DDR generation and speed rating. Which statement correctly explains why the server fails to complete Power-On Self-Test (POST)?

Show answer & explanation

Answer: RDIMMs feature an onboard register that buffers control and address signals to reduce electrical load on the memory controller, whereas UDIMMs lack this register and cannot function in motherboards requiring buffered memory.

Answer

RDIMMs feature an onboard register that buffers control and address signals to reduce electrical load on the memory controller, whereas UDIMMs lack this register and cannot function in motherboards requiring buffered memory.
Registered memory (RDIMM) contains a dedicated hardware register chip that buffers command and address signals between the system memory controller and the memory modules. This reduces the electrical load placed on the memory controller, allowing servers to support larger quantities of RAM. Server motherboards specified for RDIMMs cannot communicate with Unbuffered DIMMs (UDIMMs), causing the system to fail POST.

Step-by-Step Solution

1
Identify the memory requirements of the system board.
The enterprise server board requires Registered DIMMs (RDIMMs).
Enterprise servers using high-density RAM configurations depend on signal registers to maintain signal integrity and manage electrical load on the CPU memory controller.
2
Compare RDIMM (Registered) architecture to UDIMM (Unbuffered) architecture.
RDIMMs include an extra register chip between the memory controller and DRAM, whereas UDIMMs connect directly to the memory controller without buffering.
Motherboards designed specifically for RDIMMs expect the register interface during system initialization; installing UDIMMs results in a hardware initialization failure.
3
Determine the system behavior during hardware boot.
The server fails the Power-On Self-Test (POST) before loading the operating system.
Incompatible memory architecture prevents the motherboard firmware from establishing valid communications with RAM during early boot checks.

Key Concept

Registered DIMMs (RDIMMs) vs. Unbuffered DIMMs (UDIMMs)
Estimated Time:1m 0s
Question 2285Question

An IT technician is setting up new desktop workstations in a conference room. The deployment guidelines require video interfaces capable of natively carrying both high-definition digital video and multi-channel digital audio over a single cable connection to integrated monitor speakers. Which of the following display cable standards fulfill these requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: DisplayPort; HDMI

Answer

DisplayPort and HDMI are the correct display standards because both natively support simultaneous transmission of digital video and multi-channel digital audio over a single cable.
Both DisplayPort and HDMI were designed modern digital display standards capable of carrying uncompressed/compressed digital audio alongside high-resolution video streams over a single physical cable.

Step-by-Step Solution

1
Identify the scenario requirements
The scenario requires cables that carry both digital video and multi-channel digital audio over a single connection.
The workstation configuration specifies integrated monitor speakers using a single video cable.
2
Evaluate each cable standard against signal capabilities
DisplayPort and HDMI natively support unified digital video and audio transport. DVI-D and VGA carry video signals only.
Standards like DVI-D (digital video only) and VGA (analog video only) require separate 3.5mm audio cables to output sound.

Key Concept

Display Interface Audio and Video Signal Capabilities
Question 2286Question

A technician is setting up a testing virtual machine (VM) on a desktop computer. The VM requires access to the Internet to download system updates, but it must share the physical host computer's single IP address and be masked from receiving direct, unsolicited incoming connections from the local physical network. Which virtual network interface configuration mode should the technician select?

Show answer & explanation

Answer: NAT (Network Address Translation)

Answer

NAT (Network Address Translation) mode provides Internet connectivity to the virtual machine while sharing the host's network identity and hiding the VM from external inbound traffic.
NAT (Network Address Translation) mode configures the hypervisor to act as a virtual router/DHCP server. The guest VM receives an internal IP on a private virtual subnet, and all outbound traffic is translated through the host system's physical IP address. This grants the VM outbound access to download updates while isolating it from unsolicited inbound network traffic.

Step-by-Step Solution

1
Identify the network access requirements for the virtual machine
The VM requires outbound Internet access for updates while being protected from direct inbound access from the physical local network.
Security policy and functionality dictate that the VM should connect out through the host's IP address without having a unique, publicly accessible address on the local network.
2
Compare virtual networking modes against the requirements
NAT grants outbound Internet connectivity by translating VM traffic through the host's IP, while Bridged exposes the VM to the LAN, and Host-Only/Internal block Internet access entirely.
NAT acts as a virtual router/firewall between the guest VM and the physical host interface.

Key Concept

Virtual Machine Network Adapter Modes and Isolation Characteristics
Estimated Time:45s
Question 2287Question

A field technician is assembling a high-performance desktop workstation and reviewing the motherboard power connections prior to cable management. Which TWO of the following statements correctly describe standard motherboard power connectors and their operational roles?

Select all that apply

Show answer & explanation

Answer: The main 24-pin ATX power connector supplies the primary voltage rails (+3.3V, +5V, and +12V) directly to the motherboard chipset and onboard buses.; The 8-pin EPS12V connector provides dedicated +12V power specifically to the CPU voltage regulator modules on the motherboard.

Answer

The two correct statements are: (1) The main 24-pin ATX power connector supplies the primary voltage rails (+3.3V, +5V, and +12V) directly to the motherboard chipset and onboard buses; and (2) The 8-pin EPS12V connector provides dedicated +12V power specifically to the CPU voltage regulator modules on the motherboard.
The 24-pin ATX connector delivers multi-voltage power (+3.3V, +5V, +12V) to the motherboard logic and expansion slots, while the 8-pin EPS12V connector delivers supplementary +12V power directly to the CPU power regulation system. Both of these statements correctly describe motherboard power standards.

Step-by-Step Solution

1
Identify the role of the primary P1 motherboard power connector.
The main 24-pin ATX power connector supplies multi-rail power (+3.3V, +5V, and +12V) across the motherboard PCB.
Motherboards require different DC voltages for chipset logic, PCIe slot power, and auxiliary circuits.
2
Identify the role of auxiliary CPU power connectors.
The 8-pin EPS12V connector supplies dedicated +12V power to the processor power phases.
Modern CPUs draw significant current that cannot be supplied solely through the primary 24-pin ATX connector.
3
Evaluate and discard distractor options regarding connector keying and pinouts.
Differentiate EPS12V (CPU) and PCIe (GPU) 8-pin connectors, noting that they use distinct pin arrangements and mechanical keying.
PCIe power cables provide +12V on different pin locations compared to EPS12V cables, making them non-interchangeable.

Key Concept

Motherboard Power Connector Standards and Voltage Delivery (24-pin ATX vs 8-pin EPS12V)
Question 2288Question

A system administrator is troubleshooting a Windows workstation that fails to start up, displaying an error indicating that the Boot Configuration Data (BCD) file is missing or corrupted. The administrator boots the workstation using Windows installation media, opens the Command Prompt within the Windows Recovery Environment (WinRE), and needs to repair the boot configuration. Which TWO of the following bootrec utility commands should the administrator run to repair the Master Boot Record and rebuild the BCD store?

Select all that apply

Show answer & explanation

Answer: bootrec /fixmbr; bootrec /rebuildbcd

Answer

To repair the Master Boot Record and rebuild a corrupted BCD store from the Windows Recovery Environment command prompt, the administrator must execute 'bootrec /fixmbr' and 'bootrec /rebuildbcd'.
Executing 'bootrec /fixmbr' writes a standard Windows-compatible MBR to the system partition to resolve boot code corruption. Executing 'bootrec /rebuildbcd' scans connected storage devices for compatible Windows installations and rebuilds the BCD configuration store.

Step-by-Step Solution

1
Identify the required boot recovery steps within the Windows Recovery Environment.
Determined that resolving BCD corruption and startup failure requires rewriting master boot code and repopulating the boot configuration store.
The bootrec.exe utility in WinRE provides dedicated flags for repair of MBR and BCD structures.
2
Select the command to repair master boot code.
Chosen command: bootrec /fixmbr.
This switch rewrites a master boot record without disturbing existing partition tables.
3
Select the command to reconstruct the missing or corrupted BCD file.
Chosen command: bootrec /rebuildbcd.
This switch scans volumes for installed operating systems and prompts to add them to the BCD configuration database.

Key Concept

Windows Recovery Environment (WinRE) Command-Line Diagnostics (bootrec)
Estimated Time:1m 30s
Question 2289Question

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 2290Question

An IT support technician is setting up a new fused deposition modeling (FDM) 3D printer. During the initial test print, the extruded filament fails to adhere to the heated build bed and gathers into a tangled mass of plastic around the print head nozzle. Which of the following maintenance or calibration procedures should the technician perform first to resolve this issue?

Show answer & explanation

Answer: Calibrate the bed leveling and adjust the nozzle Z-offset.

Answer

Calibrate the bed leveling and adjust the nozzle Z-offset.
In FDM (Fused Deposition Modeling) 3D printing, first-layer adhesion depends on having a level build plate and a correctly calibrated Z-offset. If the nozzle is too far from the bed, the melted filament will not adhere to the surface and will warp or drag, creating a tangled mass of plastic.

Step-by-Step Solution

1
Identify the symptom
Extruded thermoplastic filament is not sticking to the build platform, causing print failure and filament bunching around the nozzle.
In FDM 3D printing, poor first-layer adhesion is almost always caused by an incorrect distance between the nozzle tip and the print bed.
2
Determine the appropriate hardware maintenance/calibration action
Level the build plate and adjust the Z-offset distance.
Setting the proper initial Z-offset ensures the filament is squished slightly onto the build plate for proper adhesion.

Key Concept

FDM 3D Printer Bed Leveling and First-Layer Adhesion Maintenance
Question 2291Question

An IT technician is preparing to use a solvent-based aerosol contact cleaner to remove heavy residue and oxidation from circuit board connectors inside an industrial control cabinet. According to standard environmental safety protocols and Safety Data Sheets (SDS), which of the following safety precautions should the technician implement during this process? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Perform the cleaning operation in a well-ventilated area or utilize local exhaust ventilation.; Wear appropriate personal protective equipment (PPE), including chemical-resistant gloves and safety goggles.

Answer

The technician must perform the cleaning in a well-ventilated area and wear appropriate personal protective equipment (PPE) such as chemical-resistant gloves and safety goggles.
When working with aerosol chemical solvents, Safety Data Sheets (SDS) require adequate room ventilation or exhaust mechanisms to prevent toxic fume inhalation. Additionally, appropriate PPE such as safety goggles and chemical-resistant gloves must be worn to safeguard against accidental skin exposure or eye contact.

Step-by-Step Solution

1
Consult the Safety Data Sheet (SDS) for the aerosol contact cleaner.
Identified toxic vapor inhalation risks and dermal/ocular contact hazards associated with chemical solvents.
SDS documentation outlines mandated environmental controls and personal safety requirements for handling hazardous chemicals.
2
Establish proper environmental controls and personal protection.
Ensure continuous air circulation/ventilation and don safety goggles with chemical-resistant gloves prior to spraying.
Ventilation prevents chemical vapor accumulation while PPE protects the eyes and skin from direct splash hazards.

Key Concept

Safety Data Sheet (SDS) compliance, ventilation, and Personal Protective Equipment (PPE) for chemical contact cleaners.
Question 2292Question

An IT technician is troubleshooting a corporate mobile device where web browsing requests are being unexpectedly redirected to malicious external sites, accompanied by untrusted certificate warnings. Inspection of the device reveals an unauthorized configuration profile forcing web traffic through an unknown third-party proxy server. Which of the following actions should the technician perform FIRST to resolve the issue?

Show answer & explanation

Answer: Remove the unverified configuration profile from the device settings and re-enroll the device in the corporate MDM platform.

Answer

Remove the unverified configuration profile from the device settings and re-enroll the device in the corporate MDM platform.
Removing the unverified configuration profile directly addresses the root cause by deleting the malicious proxy directives routing device traffic through an unauthorized server. Re-enrolling the mobile device into the Mobile Device Management (MDM) platform ensures legitimate security controls, certificates, and compliant settings are re-applied.

Step-by-Step Solution

1
Identify the unauthorized profile
Discovered a rogue mobile configuration profile setting up an unauthorized network proxy.
Configuration profiles on mobile operating systems can silently override system network and proxy settings.
2
Remove the rogue profile
Eliminated the proxy redirection policy and untrusted root certificates tied to the profile.
Deleting the profile instantly restores default OS network stack behavior and stops traffic interception.
3
Re-enroll in MDM
Re-established trusted corporate policy enforcement.
Re-enrollment restores valid enterprise security baseline and prevents unauthorized re-configuration.

Key Concept

Mobile Configuration Profile Remediation
Estimated Time:1m 15s
Question 2293Question

An IT technician is deploying a client-server financial application across multiple Windows 11 Pro workstations. The installation requires access to a centralized database server over the network and needs to store shared temporary cached data locally on each machine. Which of the following configuration actions should the technician perform to ensure proper application functionality for standard users? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Configure an inbound and outbound rule in Windows Defender Firewall allowing communication for the application executable.; Grant Read/Write NTFS permissions for standard user groups on the designated application folder within %ProgramData%.

Answer

The technician should configure Windows Defender Firewall rules for the executable and grant Read/Write NTFS permissions on the application's %ProgramData% directory.
Configuring firewall exceptions allows the application executable to communicate over the network with the central database server. Additionally, placing shared local caching files in %ProgramData% and assigning Read/Write NTFS permissions ensures all standard users can read and update shared data without compromising the system's %ProgramFiles% security.

Step-by-Step Solution

1
Identify network communication requirements.
Network communication with a database server requires creating explicit firewall rules for the application executable.
Windows Firewall blocks unapproved inbound and outbound traffic by default.
2
Identify shared local storage requirements for multi-user application cache.
Application configuration and shared cached files must be placed in %ProgramData% rather than %ProgramFiles%.
Standard users do not have write permissions to %ProgramFiles%, but %ProgramData% can be configured to allow user write operations for shared application data.

Key Concept

Application Installation and Configuration Concepts
Question 2294Question

An IT administrator is writing a Python (.py) script to automate system memory auditing across network workstations. The script imports a memory limit value from a text configuration file as "16", but when the script attempts to add 4 to this value, it throws a type error and fails to execute the calculation. Which scripting construct and method should the administrator use to resolve this issue?

Show answer & explanation

Answer: Perform data type casting by wrapping the variable in the int() function to convert the string into an integer before calculation.

Answer

Perform data type casting by wrapping the variable in the int() function to convert the string into an integer before calculation.
The correct answer identifies that input read from text files is treated as a string data type. In Python and similar scripting languages, attempting to perform mathematical addition between a string and an integer results in a type error. Explicitly converting (casting) the string to an integer using the int() construct allows numerical operations to succeed.

Step-by-Step Solution

1
Identify the data type returned from file input.
The value imported from a text file is stored as a string data type ("16").
Text file streams and standard inputs treat numerical characters as literal text strings.
2
Determine why the arithmetic operation failed.
Adding an integer (4) to a string ("16") causes a type mismatch error in Python.
Python requires matching data types or explicit conversion when performing mathematical calculations.
3
Apply explicit data type conversion (casting).
Using int("16") converts the value to the numerical integer 16, allowing successful addition (16 + 4 = 20).
The int() function converts string representations of whole numbers into integer data types.

Key Concept

Scripting Data Types and Explicit Type Casting
Estimated Time:1m 0s
Question 2295Question

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 2296Question

A system integrator is calculating the power requirements for a video rendering workstation. The rated peak power draws for the selected system components are as follows:

- Processor (CPU): 140 W140\text{ W}
- Graphics Processing Unit (GPU): 310 W310\text{ W}
- Motherboard and RAM: 50 W50\text{ W}
- Solid-State Drives and Cooling Fans: 40 W40\text{ W}

To ensure stable operation under full workload and allow for component longevity, the specification mandates a minimum safety headroom of 20%20\% above the total peak power draw. What is the minimum power supply unit (PSU) wattage rating required to satisfy this specification?

Show answer & explanation

Answer: 648 W648\text{ W}

Answer

The minimum power supply unit rating required is 648 W648\text{ W}.
The correct option is 648 W648\text{ W}. Sizing a power supply requires identifying the total maximum power consumption of all internal components (140 W+310 W+50 W+40 W=540 W140\text{ W} + 310\text{ W} + 50\text{ W} + 40\text{ W} = 540\text{ W}) and applying the required 20%20\% safety overhead (540 W×1.20=648 W540\text{ W} \times 1.20 = 648\text{ W}).

Step-by-Step Solution

1
Sum the peak power consumption of all system components
Total peak draw = 140 W(CPU)+310 W(GPU)+50 W(Motherboard/RAM)+40 W(Drives/Fans)=540 W140\text{ W} (CPU) + 310\text{ W} (GPU) + 50\text{ W} (Motherboard/RAM) + 40\text{ W} (Drives/Fans) = 540\text{ W}
Before sizing a power supply, the combined baseline electrical load of all installed hardware must be established.
2
Calculate the 20% safety headroom requirement
Safety multiplier = 1.00+0.20=1.201.00 + 0.20 = 1.20
Power supplies operate most efficiently and reliably when not running at 100% capacity continuously.
3
Multiply total peak consumption by the safety factor
Minimum PSU capacity = 540 W×1.20=648 W540\text{ W} \times 1.20 = 648\text{ W}
This establishes the minimum continuous wattage rating required for the power supply unit.

Key Concept

Calculating Power Supply Unit Wattage and Safety Headroom
Question 2297Question

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 2298Question

A desktop workstation used for video rendering unexpectedly shuts down completely during intensive tasks without displaying any prior system warnings or error screens. Pressing the power switch immediately after the shutdown produces no response. However, after the workstation sits idle for ten minutes, it powers back on normally until heavy rendering is initiated again. Which TWO of the following are the most likely causes of this behavior?

Select all that apply

Show answer & explanation

Answer: The CPU heat sink has lost firm physical contact or the thermal compound has degraded, triggering emergency thermal shutdown protection.; The power supply unit internal over-temperature or over-current protection circuit is tripping under peak workload conditions.

Answer

The CPU thermal protection triggering due to insufficient thermal dissipation and the power supply unit tripping its internal safety cutouts under heavy workload are the two most likely causes.
Modern CPUs and high-quality power supply units feature automated hardware protection circuits. When CPU cooling fails or thermal paste degrades, CPU thermal sensors initiate an immediate thermal shutdown to protect the processor. Similarly, an overloaded or overheating power supply unit trips its internal circuit protection under heavy rendering loads. In both scenarios, the system will refuse to turn back on until internal component temperatures drop below safety thresholds.

Step-by-Step Solution

1
Analyze symptom patterns regarding power and system load.
Immediate power failure occurs under heavy workload, followed by a mandatory cool-down period before the system can restart.
This behavior indicates hardware protection mechanisms (thermal cutouts or over-current circuit breakers) within the CPU or power supply unit.
2
Evaluate potential component failure points causing thermal/power safety cutouts.
Failed thermal transfer at the CPU heat sink or an overheating/overloaded power supply unit matches all symptoms.
Both conditions allow normal operation at idle, experience instant shutdowns during heavy processing load, and require ambient cooling before motherboard power logic permits startup.

Key Concept

Differentiating CPU thermal protection cutouts and power supply unit safety trips from software or memory installation errors.
Question 2299Question

An organization recently upgraded all workstation computers to Windows 11 Enterprise 64-bit. However, the accounting department relies on a proprietary database client that only runs within a 32-bit Windows 7 environment. The organization wants to avoid buying dedicated legacy physical hardware while maintaining Windows 11 as the primary operating system on each user's desktop. Which of the following client-side virtualization purposes best addresses this requirement?

Show answer & explanation

Answer: Legacy application support

Answer

Legacy application support
Legacy application support is a key purpose of client-side virtualization. It enables users to run software designed for older operating systems by running that legacy OS inside a virtual machine hosted on top of modern desktop operating systems.

Step-by-Step Solution

1
Analyze the technical requirements and constraints
The user needs to run a 32-bit Windows 7 application on modern 64-bit Windows 11 hardware without dedicated physical legacy workstations.
Identifying the incompatibility between the current host OS and the software requirement defines the target operational goal.
2
Match the requirement to client-side virtualization purposes
Running the legacy OS inside a hosted (Type 2) hypervisor directly on the client machine fulfills the need for legacy application support.
Legacy application support provides a method to run older software natively inside an isolated guest OS while retaining the host OS for daily operations.

Key Concept

Client-Side Virtualization Purposes: Legacy Application Support
Question 2300Question

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
PreviousPage 115 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin