Tüm alıştırma soruları

3551 soru

Soru 821Soru

An IT technician is managing several system administration requests on Windows workstations. Match each technical scenario to the specific Control Panel utility required to accomplish the task.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Resolving file synchronization conflicts and managing schedule rules for legacy mapped network share files configured for offline access.
Enabling non-domain joined client computers to securely sync corporate server files across the internet using HTTPS.
Modifying file property vs. file content parsing rules and rebuilding catalog databases to improve local search speeds.
Removing cached enterprise domain authentication tokens and stored network share credentials after a password reset.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Resolving file synchronization conflicts for legacy network files matches Sync Center. Enabling secure server file sync for non-domain clients over HTTPS matches Work Folders. Modifying file content search rules and rebuilding the catalog matches Indexing Options. Removing cached domain and network share tokens matches Credential Manager.
Each Control Panel utility performs a distinct system management role: Sync Center handles legacy Offline Files conflict management; Work Folders provisions secure file synchronization over HTTPS for enterprise and BYOD computers; Indexing Options customizes local file search catalogs and file type parsing; Credential Manager handles cached network tokens and saved vault credentials.

Adım Adım Çözüm

1
Analyze the requirement for legacy network share offline sync conflicts.
Identify that Sync Center manages legacy Offline Files synchronization and conflict resolution.
Sync Center is built specifically for managing schedule rules and resolving file conflicts on Offline Files.
2
Analyze the requirement for syncing corporate server files over HTTPS on non-domain PCs.
Identify that Work Folders provides this functionality.
Work Folders is an enterprise file-sync solution that allows devices outside the Active Directory domain to securely sync work data.
3
Analyze the requirement for controlling file contents vs. properties in local search and index rebuilding.
Identify that Indexing Options handles Windows Search configuration.
Indexing Options allows granular configuration of file extensions, indexing behavior, and catalog rebuilds.
4
Analyze the requirement for removing stored single sign-on tokens and network share credentials.
Identify that Credential Manager maintains saved Windows and Web Vault entries.
Credential Manager stores user authentication tokens, certificate credentials, and network passwords.

Anahtar Kavram

Distinguishing Windows Control Panel applets by administrative function
Tahmini Süre:2m 0s
Soru 822Soru

A systems administrator needs to create a customized management interface for tier-1 help desk technicians that consolidates the Event Viewer, Services, and Device Manager snap-ins into a single window. To maintain administrative control, the administrator must ensure technicians can use the tools but cannot add or remove snap-ins or modify the console layout. Which of the following approaches best satisfies these requirements?

Cevabı ve açıklamayı göster

Cevap: Launch Microsoft Management Console (mmc.exe) in Author Mode, add the required snap-ins, and save the console file in User Mode - Limited Access.

Cevap

The administrator should launch Microsoft Management Console (mmc.exe) in Author Mode, add the necessary snap-ins, and save the console file in User Mode - Limited Access.
Building a custom management console using Microsoft Management Console (mmc.exe) allows administrators to select specific snap-ins (Event Viewer, Services, Device Manager) and combine them into a single file (.msc). By saving the file in User Mode (specifically Limited Access, Single Window or Multiple Window), technicians can execute the management tools within the console but are strictly prevented from adding/removing snap-ins or altering the interface design.

Adım Adım Çözüm

1
Identify the required tool for creating custom consolidated administrative views.
Microsoft Management Console (mmc.exe) provides a blank canvas where individual snap-ins (Event Viewer, Services, Device Manager) can be combined.
Pre-packaged consoles like Computer Management do not allow saving customized, restricted subset layouts under a unique console file.
2
Determine the mode required to configure and restrict the console.
The console is built in Author Mode (mmc /a) to grant full rights to add snap-ins and adjust view options.
Author mode provides full access to design options that are hidden when the console runs in User mode.
3
Select the appropriate saving option to enforce layout locks.
Saving the console file (.msc) in 'User Mode - Limited Access' locks the console layout and prevents users from adding or removing snap-ins.
User Mode - Limited Access restricts navigation and hides menu options for modifying snap-in structures.

Anahtar Kavram

Microsoft Management Console (MMC) Customization and Console Modes
Soru 823Soru

A field technician is configuring a Windows 11 Pro laptop for a workstation operating on a secure local subnet. The corporate firewall requires all client network interfaces to be categorized correctly to enforce network isolation policies. When the laptop connects to the internal office Wi-Fi network, Windows Network Location Awareness (NLA) classifies the connection as a Public network. As a result, network discovery is disabled and local printer access is blocked, even though the client has acquired a valid static IPv4 address. Which procedure in Windows 11 is the most direct and proper method to reclassify this connection profile to Private without creating custom firewall port exceptions?

Cevabı ve açıklamayı göster

Cevap: Navigate to Settings > Network & internet > Wi-Fi, select the connected network properties, and change the Network profile type to Private.

Cevap

Navigating to Settings > Network & internet > Wi-Fi, opening the active network properties, and selecting the Private network profile type.
In Windows 11, Network Location Awareness (NLA) automatically assigns a network category (Public or Private) to each network connection. The Public profile disables Network Discovery and File/Printer Sharing for security on untrusted networks. Changing the Network profile type to Private under Network & internet settings informs Windows Firewall that the local subnet is trusted, automatically allowing local discovery and printer sharing without creating manual firewall rule exceptions.

Adım Adım Çözüm

1
Identify the cause of blocked network discovery and local file/print sharing.
Recognize that Windows Network Location Awareness (NLA) has assigned the 'Public' network profile to the connection, causing Windows Defender Firewall to block inbound local subnet discovery.
Public profiles enforce strict isolation policies by turning off Network Discovery and File and Printer Sharing by default.
2
Select the correct administrative interface to adjust the connection profile.
Access the Windows 11 Settings app under Network & internet > Wi-Fi (or Ethernet) > Network Properties.
Network profile classification (Public vs. Private) is managed per-interface via NLA properties in the Settings app or via PowerShell (Set-NetConnectionProfile).
3
Switch the profile type from Public to Private.
The Private profile is applied, enabling standard network discovery and local subnet sharing rules in Windows Defender Firewall.
This resolves local resource accessibility without requiring manual firewall port exception overrides.

Anahtar Kavram

Windows Network Location Awareness (NLA) and Network Profile Types (Public vs. Private)
Soru 824Soru

A network administrator needs to deploy Windows 11 Enterprise across 75 new desktop computers in an enterprise organization. To minimize manual setup, the administrator wants to automate disk partitioning, user account creation, domain joining, and regional settings during the setup process without user intervention. Which file should the administrator prepare and include in the installation image to achieve this goal?

Cevabı ve açıklamayı göster

Cevap: An answer file named unattend.xml created using Windows System Image Manager (SIM)

Cevap

An answer file named unattend.xml created using Windows System Image Manager (SIM) is used to automate Windows OS installation settings.
An answer file (unattend.xml) contains pre-configured options for the Windows installation process. By using Windows System Image Manager (Windows SIM) to generate this XML file and placing it in the deployment media or image, administrators can automate disk layout, language settings, computer naming, domain joins, and product key entries without requiring manual input at each machine.

Adım Adım Çözüm

1
Identify the deployment requirement
The goal is to automate Windows installation settings (partitioning, domain join, user setup) without interactive user prompts.
Mass OS deployments require unattended configuration files to ensure consistency and save time.
2
Evaluate Windows deployment tools for automated installation
Windows System Image Manager (Windows SIM) builds unattend.xml files containing answers to setup configuration passes.
Including unattend.xml in the installation image passes configuration settings automatically to Windows Setup.

Anahtar Kavram

Unattended OS Installation and Answer Files
Soru 825Soru

A help desk technician needs to export a detailed summary of a user's system hardware resources (including IRQs and memory addresses), loaded drivers, and active environment details to assist a software vendor with troubleshooting. The technician must collect this baseline information from a single built-in tool without altering system startup settings or modifying background services. Which Windows administrative utility should the technician open?

Cevabı ve açıklamayı göster

Cevap: System Information (msinfo32.exe)

Cevap

The technician should use System Information (msinfo32.exe) to view and export the complete system inventory.
System Information (msinfo32.exe) compiles a comprehensive, read-only view of a computer's hardware resources (such as IRQ assignments, I/O addresses, and DMA channels), hardware components, and software environment (loaded drivers, running tasks, and services). It also allows saving or exporting these details into standard files for vendor troubleshooting.

Adım Adım Çözüm

1
Identify the administrative requirement.
The scenario requires gathering static hardware resource assignments (IRQs, memory addresses), loaded drivers, and software environment details without making configuration edits.
Choosing the appropriate administrative tool depends on matching tool capabilities with diagnostic needs.
2
Evaluate candidate Windows administrative tools.
System Information (msinfo32.exe) displays detailed read-only categories (Hardware Resources, Components, Software Environment) and allows exporting this data to a text file.
Utilities like Performance Monitor, Resource Monitor, and System Configuration serve real-time logging, process metric tracking, or startup troubleshooting instead of hardware summary exporting.

Anahtar Kavram

Windows System Information Utility (msinfo32)
Tahmini Süre:1m 15s
Soru 826Soru

A help desk technician is configuring static IPv4 parameters on a Windows 11 Workstation via Network Connections (ncpa.cpl). The workstation requires an IP address of 10.0.4.150 and a subnet mask of 255.255.255.0. When entering 10.0.5.1 as the Default Gateway, Windows displays a warning message stating that the default gateway is not on the same network segment defined by the IP address and subnet mask. Which of the following configuration changes will resolve the warning and allow proper local subnet communication and default routing?

Cevabı ve açıklamayı göster

Cevap: Change the Default Gateway address to a valid host IP address on the 10.0.4.0/24 subnet, such as 10.0.4.1.

Cevap

Change the Default Gateway address to a valid host IP address on the 10.0.4.0/24 subnet, such as 10.0.4.1.
For a host to communicate with destination networks outside its local broadcast domain, the assigned default gateway IP address must reside on the exact same network segment defined by the host IP address and subnet mask. With an IP of 10.0.4.150 and a subnet mask of 255.255.255.0 (/24), valid gateway addresses must fall between 10.0.4.1 and 10.0.4.254. Changing the gateway to 10.0.4.1 satisfies TCP/IP routing rules and eliminates the configuration error.

Adım Adım Çözüm

1
Analyze the IP address and subnet mask configuration.
The host IP address 10.0.4.150 with a subnet mask of 255.255.255.0 (/24) defines a local network segment spanning from 10.0.4.1 through 10.0.4.254.
Subnetting rules dictate that all devices on the same physical broadcast domain must share the same network identifier.
2
Evaluate the configured default gateway address against the subnet boundary.
The IP address 10.0.5.1 belongs to the 10.0.5.0/24 network segment, which is outside the host's local subnet (10.0.4.0/24).
A host cannot send packets directly to a gateway residing on a separate subnet without prior routing access.
3
Determine the required corrective action.
Assign a gateway IP address that falls within the 10.0.4.0/24 range (e.g., 10.0.4.1).
Aligning the gateway address within the host's subnet allows the Windows client to perform ARP requests and reach the local router interface directly.

Anahtar Kavram

IPv4 Subnet Boundaries and Default Gateway Alignment
Soru 827Soru

A field technician is troubleshooting a mobile workstation that experiences sudden display flickering and unexpected shutdowns during heavy graphic rendering. The technician gathered user reports, established a theory that the GPU cooling intake was clogged, and tested the theory by verifying that thermal throttling occurred under load. The technician then cleaned the internal heat sink, reapplied thermal paste, and replaced the degraded cooling fan to resolve the issue. According to the CompTIA 6-step troubleshooting methodology, which step should the technician perform NEXT?

Cevabı ve açıklamayı göster

Cevap: Perform a complete system check and execute a prolonged graphics benchmark to verify full system functionality.

Cevap

Perform a complete system check and execute a prolonged graphics benchmark to verify full system functionality.
After implementing a solution (cleaning the heat sink, reapplying thermal paste, and replacing the cooling fan), the next step in the CompTIA 6-step troubleshooting methodology is to verify full system functionality and implement preventive measures. Running a prolonged graphics benchmark confirms that thermal throttling and unexpected shutdowns are fully resolved under operational load.

Adım Adım Çözüm

1
Identify the completed steps in the CompTIA troubleshooting methodology.
The technician identified the problem (Step 1), established a theory (Step 2), tested the theory (Step 3), and implemented the solution (Step 4).
Determining the current phase of the troubleshooting process identifies what action must immediately follow.
2
Determine the next sequential step in the 6-step model.
Following Step 4 (implement solution), Step 5 requires verifying full system functionality and implementing preventive measures if applicable.
Testing the system under actual operating conditions ensures the fix resolved the primary issue without introducing new problems.

Anahtar Kavram

CompTIA 6-Step Troubleshooting Methodology (Step 5: Verify Full System Functionality)
Tahmini Süre:1m 0s
Soru 828Soru

A desktop technician needs to perform a clean operating system installation on a computer that currently holds user files. Arrange the following steps of the OS installation workflow in the correct chronological order from first to last.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence for a clean OS installation is: first back up user data, next configure BIOS/UEFI to boot installation media, then format/select the target storage partition, followed by completing the Out-of-Box Experience (OOBE), and finally installing hardware drivers and operating system updates.
A clean OS installation must follow a logical sequence: data preservation (backup) occurs first to prevent data loss; firmware configuration (BIOS/UEFI) enables booting the installer; disk partitioning prepares the target drive; the setup wizard (OOBE) builds user accounts; and driver/update installation finalizes system configuration.

Adım Adım Çözüm

1
Preserve existing user data
User files are stored safely on external media
Clean installations erase existing storage partitions, making pre-installation backup essential.
2
Modify boot order in system firmware
The system boots directly into the installer wizard from USB/optical media
The computer needs to boot from the installation media instead of the current internal drive.
3
Configure storage drive partitions
A fresh target drive partition is created and ready for file expansion
Clean installation requires selecting an unallocated target partition or wiping existing system partitions.
4
Run through OOBE administrative choices
The operating system user shell and account profile are created
The installer reboots into OOBE where administrative accounts, network configuration, and privacy choices are set.
5
Perform post-installation maintenance
All hardware functions optimally and security vulnerabilities are patched
Fresh installations require updated vendor drivers for graphics/network adapters and current OS updates.

Anahtar Kavram

Standard Clean OS Installation Workflow
Soru 829Soru

A system administrator receives an automated alert indicating that a critical server hardware RAID 10 array has entered a degraded state due to a single hard drive failure. The server supports hot-swappable drive bays, and an identical replacement drive is available. Which of the following actions should the administrator take FIRST to restore full array redundancy?

Cevabı ve açıklamayı göster

Cevap: Replace the failed drive in its hot-swap bay and initiate an array rebuild through the RAID management controller.

Cevap

Replace the failed drive in its hot-swap bay and initiate an array rebuild through the RAID management controller.
When a single drive fails in a fault-tolerant RAID array (such as RAID 10), the array enters a degraded state but continues to function using mirrored data. The correct procedure is to hot-swap the failed drive with a new, compatible drive and allow the RAID controller to rebuild the array onto the replacement disk.

Adım Adım Çözüm

1
Identify the failed disk using RAID controller management software or drive bay LED indicators.
The exact failed physical drive location in the enclosure is confirmed.
Ensures the correct drive is targeted for hot-swapping without disturbing healthy array drives.
2
Remove the failed drive from the hot-swap bay and insert the replacement drive of equal or greater capacity.
The new drive is physically seated and recognized by the hardware RAID controller.
Hot-swappable backplanes allow drive replacement while the system remains powered on.
3
Initiate or confirm automatic rebuild of the replacement disk using the RAID management interface.
The RAID controller copies mirrored data back onto the new drive, restoring full redundancy.
RAID 10 uses mirrored pairs to reconstruct missing data onto the replacement disk.

Anahtar Kavram

Degraded RAID Array Recovery
Soru 830Soru

A desktop workstation in an office environment fails to connect to network resources after a desk rearrangement. A technician decides to troubleshoot the issue using a bottom-up approach following the OSI model layers. In what order should the technician perform the following diagnostic steps, starting from Layer 1 (Physical) up through Layer 3 (Network)?

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence starts with checking physical cable connections and link lights (Layer 1), followed by verifying switch port settings and MAC/VLAN configurations (Layer 2), inspecting the local host's IP address assignment via `ipconfig` (Layer 3 configuration), and finally testing IP reachability to the gateway using `ping` (Layer 3 communication).
A bottom-up troubleshooting methodology starts at the Physical Layer (Layer 1), verifying cable connections and link lights. It then moves to the Data Link Layer (Layer 2) to check switch port status and VLAN configuration, followed by the Network Layer (Layer 3) to inspect host IP addressing (`ipconfig /all`) and test end-to-end ICMP connectivity (`ping`).

Adım Adım Çözüm

1
Check physical layer components (Layer 1).
Confirm Ethernet cable is securely connected and NIC link LEDs illuminate.
Troubleshooting bottom-up requires ensuring physical media and signaling are operational before checking logical configurations.
2
Verify data link layer components (Layer 2).
Check switch port LEDs and VLAN assignment.
Layer 2 framing and VLAN tagging must function properly for frames to reach network services.
3
Inspect local network layer configuration (Layer 3).
Determine if a valid DHCP IP address or an APIPA (169.254.x.x169.254.x.x) address is assigned.
Valid IP addressing is required for host communication beyond the physical/data link layer.
4
Test network layer reachability (Layer 3).
Verify ICMP echo responses from the default gateway.
Pinging the gateway tests active IP routing and confirms packets can leave the local subnet.

Anahtar Kavram

Bottom-up troubleshooting methodology follows the OSI model from Physical Layer (Layer 1) to Data Link Layer (Layer 2) and Network Layer (Layer 3).
Tahmini Süre:1m 30s
Soru 831Soru

A network administrator is writing an automated script to perform a full synchronization backup of a shared data directory to a secondary backup server in a Windows domain environment. The backup operation must replicate the full directory hierarchy, remove files in the destination that have been deleted from the source, and copy all file data, attributes, timestamps, NTFS security access control lists (ACLs), owner information, and auditing flags. Which of the following flags must be included in the Robocopy command string to meet these requirements? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: /MIR; /COPYALL

Cevap

The parameters that must be included in the Robocopy command string are `/MIR` and `/COPYALL`.
The correct parameters are `/MIR` and `/COPYALL`. The `/MIR` switch mirrors a directory tree by copying all subdirectories (including empty ones) while purging destination files or folders that no longer exist in the source. The `/COPYALL` switch explicitly copies all file information, including Data, Attributes, Timestamps, NTFS Security (ACLs), Owner information, and Auditing flags (equivalent to `/COPY:DATSOU`).

Adım Adım Çözüm

1
Identify the synchronization requirement
To mirror the directory structure and purge destination files that were removed from the source, the `/MIR` (Mirror) switch is required.
The `/MIR` flag combines `/E` (copy subdirectories, including empty ones) and `/PURGE` (delete destination files/folders that no longer exist in the source).
2
Identify the file attribute and security permission copying requirement
To preserve data, attributes, timestamps, NTFS ACLs, owner details, and auditing information, the `/COPYALL` switch must be specified.
The `/COPYALL` flag is shorthand for `/COPY:DATSOU`, ensuring complete security descriptor migration alongside file payload data.
3
Evaluate and discard invalid parameters
Reject Unix-based flags (`--archive --delete`) and unrelated system repair switches (`/SFC`).
Robocopy requires Windows-style switches preceded by forward slashes (`/`), and `/SFC` belongs to system file repair, not file replication.

Anahtar Kavram

Microsoft Command-Line Tools: Robocopy Switches
Tahmini Süre:2m 0s
Soru 832Soru

A desktop administrator is investigating performance degradation and service interruptions on a Windows workstation running an in-house database service. The administrator needs to set up automated actions so that system metrics are logged whenever CPU utilization exceeds 90%, and the database service automatically restarts if it crashes unexpectedly. Which of the following administrative configuration steps should the administrator perform to achieve these goals? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: In Performance Monitor, create a Data Collector Set with a Performance Counter Alert configured to trigger when CPU utilization exceeds 90%.; In the Services console, open the properties of the target service and configure the Recovery tab settings to restart the service upon failure.

Cevap

To automatically monitor high CPU usage and recover failed services, the administrator must configure a Performance Counter Alert within a Data Collector Set in Performance Monitor, and set service failure recovery actions on the Recovery tab within the Services console.
Performance Monitor (perfmon.msc) is used to track system resource utilization over time and can generate automated alerts via Data Collector Sets when thresholds like 90% CPU usage are exceeded. The Services console (services.msc) contains a dedicated Recovery tab in each service's properties window specifically designed to restart a service or run a command when that service unexpectedly fails.

Adım Adım Çözüm

1
Configure performance threshold monitoring in Performance Monitor.
Creating a User Defined Data Collector Set with a Performance Counter Alert configured for Processor Time > 90% enables automated diagnostic logging when CPU spikes occur.
Performance Monitor is the native tool designed for performance metrics, counters, and automated data collection alerts.
2
Configure service recovery parameters in the Services management console.
Accessing services.msc, opening the target service properties, and adjusting the 'First failure' and 'Second failure' options under the Recovery tab ensures automatic restart attempts.
The Services snap-in manages background service states and provides native recovery policies when service executables unexpectedly terminate.

Anahtar Kavram

Windows Administrative Tools Service Management and Performance Alerts
Soru 833Soru

A desktop support technician is configuring a newly deployed Windows 11 workstation that must connect to an isolated industrial subnet without a DHCP server. The technician opens an elevated Command Prompt and needs to assign a static IPv4 address of 10.12.4.50, a subnet mask of 255.255.255.0, and a default gateway of 10.12.4.1 to the network interface named "Ethernet0". Which command will successfully apply these network settings?

Cevabı ve açıklamayı göster

Cevap: netsh interface ipv4 set address name="Ethernet0" static 10.12.4.50 255.255.255.0 10.12.4.1

Cevap

The command `netsh interface ipv4 set address name="Ethernet0" static 10.12.4.50 255.255.255.0 10.12.4.1` correctly configures the static IP, subnet mask, and default gateway on Windows.
The command starting with `netsh interface ipv4 set address name="Ethernet0" static` provides the exact syntax required by the Windows Network Shell to assign a static IP address, subnet mask, and default gateway to a specific network adapter.

Adım Adım Çözüm

1
Identify the CLI utility designed for modifying Windows network adapter properties.
Recognize that `netsh` (Network Shell) is the command-line administrative tool for changing TCP/IP configuration parameters.
`ipconfig` is a query and DHCP management tool and cannot set static IP parameters.
2
Determine the proper syntax structure for assigning a static IPv4 address in netsh.
The correct command syntax is `netsh interface ipv4 set address name="<Interface_Name>" static <IP_Address> <Subnet_Mask> <Gateway_Address>`.
This sequence explicitly specifies the target interface name, sets the assignment type to static, and provides the three mandatory positional parameters in order.

Anahtar Kavram

Windows Network Shell (netsh) Interface Configuration
Soru 834Soru

A technician is configuring static IPv4 parameters on a newly deployed Windows client workstation. The workstation needs to communicate with systems outside its local subnet and resolve website domain names. Which of the following networking settings must be correctly configured on the client? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Default gateway; DNS server address

Cevap

The default gateway and DNS server address must both be properly configured on the Windows client workstation.
Configuring the default gateway provides the local router's IP address, allowing packets destined for external subnets or the Internet to be routed correctly. Configuring the DNS server address enables the workstation to query name servers for translating human-friendly domain names into IP addresses.

Adım Adım Çözüm

1
Identify the routing requirement for external subnets.
Determined that traffic destined for remote networks must be sent to the default gateway address.
Without a default gateway configured, Windows clients can only communicate within the local broadcast domain.
2
Identify the domain name resolution requirement.
Determined that translating hostname queries to IP addresses requires a DNS server.
Clients rely on DNS servers to map internet domain names to destination IPv4 addresses.

Anahtar Kavram

Basic IPv4 Client Configuration Parameters
Tahmini Süre:45s
Soru 835Soru

Match each Windows desktop administration task to its corresponding Control Panel utility.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configuring microphone input for voice control and adjusting text-to-speech preferences
Viewing, adding, and removing stored network passwords and web credentials
Previewing installed typeface families and adding new font files to the operating system
Configuring continuous automated backups of user library files to an external drive

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Speech Recognition maps to configuring voice control and text-to-speech preferences; Credential Manager maps to managing stored passwords and web credentials; Fonts maps to previewing and installing typeface files; File History maps to configuring automated user file backups.
Each administrative task corresponds directly to its specialized Control Panel applet: Speech Recognition handles voice input profiles and text-to-speech engine options; Credential Manager maintains saved Windows and web login credentials; Fonts manages typeface installations and previews; File History controls user file backup routines.

Adım Adım Çözüm

1
Identify the primary task for voice input and text synthesis.
Voice training and text-to-speech settings are managed under Speech Recognition.
Control Panel provides the Speech Recognition applet specifically for audio command input and voice options.
2
Identify the vault location for saved passwords.
Saved website and network login credentials reside within Credential Manager.
Credential Manager serves as the centralized store for Windows Credentials and Web Credentials.
3
Identify the management tool for system typefaces.
Installing and previewing font files is performed using the Fonts applet.
The Fonts applet lists all active system typefaces and allows new TrueType/OpenType files to be dragged and dropped for installation.
4
Identify the personal file backup utility.
Automated backups of personal folders and libraries belong to File History.
File History is designed for backing up user files to external storage without requiring full system image creation.

Anahtar Kavram

Windows Control Panel Utilities
Tahmini Süre:1m 0s
Soru 836Soru

A system administrator needs to quickly retrieve detailed system configuration information from a Windows workstation, including the operating system build number, system architecture, BIOS version, and installed hotfixes. Which command-line utility should the administrator run to generate this summary?

Cevabı ve açıklamayı göster

Cevap: systeminfo

Cevap

Running the systeminfo command displays a detailed summary of operating system properties, hardware specifications, BIOS settings, memory capacity, network configuration, and installed hotfixes.
Executing systeminfo queries the Windows operating system and prints a structured summary containing OS version, build info, system architecture, manufacturer, BIOS settings, memory usage, network interface details, and installed hotfixes.

Adım Adım Çözüm

1
Identify the administrative requirement.
The requirement is to view OS details, hardware info, BIOS version, and installed hotfixes via the Windows command line.
Choosing the correct command requires understanding which tool aggregates complete system hardware and software metadata.
2
Evaluate the native Windows command options.
The systeminfo command gathers and outputs all requested categories of information directly in the console.
The systeminfo utility is designed explicitly for displaying comprehensive system properties.

Anahtar Kavram

Windows Command-Line Utilities for System Information Gathering
Soru 837Soru

An IT support technician receives a ticket regarding a shared network laser printer. When users on the graphic design team send complex vector graphics documents to the printer, the machine outputs dozens of pages containing lines of garbled text and raw control code headers such as %!-PS-Adobe-3.0. However, administrative staff printing standard text documents to the same printer experience no issues. Which of the following is the most likely cause of this problem?

Cevabı ve açıklamayı göster

Cevap: An incompatible print driver (such as a PostScript driver assigned to a PCL-only printer) is installed on the graphic design workstations.

Cevap

An incompatible print driver (such as a PostScript driver assigned to a PCL-only printer) is installed on the graphic design workstations.
Garbled print jobs containing PostScript header code (%!-PS-Adobe-3.0) occur when the client computer sends print jobs using a driver language (e.g., PostScript) that the target printer cannot interpret (e.g., a PCL-only printer). The printer attempts to print the raw commands as plain text.

Adım Adım Çözüm

1
Analyze the reported symptom and patterns of failure.
Standard text documents print fine, but complex graphic files output raw code headers like %!-PS-Adobe-3.0.
Garbled output containing explicit print command language indicates that the printer receives raw data streams it cannot interpret.
2
Evaluate printer driver compatibility and page description language (PDL) settings.
The workstations sending vector graphics are using a PostScript driver, but the physical printer only supports PCL or lacks a PostScript interpreter.
When a non-supported PDL driver sends data, the printer renders the interpreted code commands directly onto paper as literal text.
3
Determine the correct remediation step.
Install and configure the correct vendor-specific PCL driver or universal print driver on the affected workstations.
Aligning the client driver with the printer's supported language resolves the garbled print issue.

Anahtar Kavram

Printer Page Description Languages (PDL) and Driver Compatibility
Soru 838Soru

A user reports that the glass display assembly on their corporate smartphone is physically lifting away from the aluminum chassis along the left edge. Although the display screen still outputs a clear image, the touchscreen digitizer has become intermittently unresponsive in the affected area. Which of the following is the most likely root cause of this hardware issue?

Cevabı ve açıklamayı göster

Cevap: A swollen lithium-ion battery pushing against the display assembly from within the casing

Cevap

A swollen lithium-ion battery pushing against the display assembly from within the casing
The correct answer identifies a swollen lithium-ion battery as the root cause. When lithium-ion batteries degrade or suffer thermal stress, gas accumulates within the battery casing, causing it to swell significantly. In compact mobile devices like smartphones and tablets, this expansion pushes directly against the back of the screen assembly, causing the glass to pop or lift away from the frame and putting mechanical strain on the touch digitizer.

Adım Adım Çözüm

1
Analyze the physical symptoms reported
The screen is physically separating/lifting from the frame, and digitizer touch sensitivity is impacted despite the display output remaining functional.
Physical separation indicates internal volumetric pressure inside the sealed mobile device chassis.
2
Identify internal mobile components capable of swelling or expanding
Lithium-ion polymer batteries accumulate gas and swell when degraded, overcharged, or exposed to excessive heat.
No other mobile hardware component expands in volume inside the enclosure to push the display outwards.
3
Select the correct root cause and safety hazard mitigation
Recognize battery swelling as the cause, requiring safe battery replacement and handling procedures.
Replacing the swollen battery relieves physical pressure on the display and restores normal screen seating.

Anahtar Kavram

Mobile Device Battery Swelling and Screen Separation
Soru 839Soru

Match each video display or projector symptom to its underlying root cause.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

An LCD desktop monitor displays isolated, permanently illuminated red and green single-pixel dots across all applications and resolution changes.
An OLED mobile workstation display exhibits faint, permanent outline silhouettes of a fixed application toolbar when viewing full-screen content.
A high-resolution external monitor intermittently drops signal, flickers, or displays sparkling pixel artifacts across an unamplified 15-meter video connection.
A 3LCD projector renders dark text with prominent green and magenta color halos around high-contrast edges across the entire projected image.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each display symptom maps directly to its hardware or signal root cause: single illuminated dots correspond to stuck sub-pixel transistors; static toolbar ghosting on OLED corresponds to display burn-in; 4K signal dropouts over long cables correspond to digital signal attenuation; and color halos on projected text correspond to optical convergence failure.
Each display symptom directly corresponds to a specific hardware or signal failure mechanism: single-point illuminated sub-pixels indicate stuck transistors; permanent toolbar ghosting on self-emissive panels indicates OLED burn-in; image sparkling and signal dropouts over extended distances indicate passive cable attenuation; and color edge halos in three-panel projection systems indicate optical convergence misalignment.

Adım Adım Çözüm

1
Analyze single-pixel defects
Identify that fixed, bright single-color sub-pixels are caused by stuck thin-film transistors in the LCD array rather than dead pixels (which remain black) or GPU artifacts (which affect larger pixel clusters).
Liquid crystal sub-pixels require active transistor gate control to block light; constant energization leaves sub-pixels open.
2
Evaluate persistent ghosting on organic displays
Determine that permanent ghost images on OLED panels stem from localized organic diode aging (burn-in) caused by static content.
OLED pixels emit their own light and degrade proportional to usage time and brightness, unlike traditional backlit LCD panels.
3
Diagnose intermittent high-bandwidth video loss over distance
Recognize that sparkling artifacts ('snow') and dropouts over long unamplified video cables represent digital signal attenuation.
High-bandwidth video signals suffer high-frequency attenuation over long passive runs, dropping bit transitions below decoding thresholds.
4
Diagnose color fringing on multi-panel projectors
Identify that green/magenta halos around high-contrast edges indicate misregistration of the red, green, and blue optical paths (convergence error).
3LCD projectors merge three distinct monochromatic light paths through a dichroic prism; structural misalignment shifts individual color channels.

Anahtar Kavram

Video Display and Projector Troubleshooting
Soru 840Soru

A systems technician is troubleshooting a Windows 11 Enterprise workstation where local file content searches are omitting custom data files. The technician needs to modify the search index configuration to include specific file extensions, enable indexing of full file contents for those extensions, and execute a manual rebuild of the entire search index database without accessing the Windows Services console. Which Control Panel applet should the technician open to accomplish these tasks?

Cevabı ve açıklamayı göster

Cevap: Indexing Options

Cevap

Indexing Options is the Control Panel applet used to manage index locations, select file extensions for content indexing, and trigger a search index rebuild.
Indexing Options directly controls indexed file locations, allows specifying whether file properties or file contents are indexed for given file extensions under Advanced Settings, and provides the Rebuild button to regenerate the search index.

Adım Adım Çözüm

1
Identify the required administrative requirements.
The requirements involve configuring search file extensions, enabling full content indexing, and executing a manual index rebuild.
These administrative tasks specifically pertain to the search index database catalog.
2
Evaluate the capabilities of Windows Control Panel applets.
Indexing Options contains the Advanced button which opens controls for File Types (to choose property or content indexing) and Index Settings (to rebuild the catalog).
Neither File Explorer Options nor administrative MMC snap-ins contain the specific dialog to rebuild the search index or configure file extension indexing behavior.

Anahtar Kavram

Windows Control Panel Indexing Options management and catalog maintenance.
ÖncekiSayfa 42 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin