CCNA macOS Features and Tools Questions

30 questions · macOS Features and Tools · All types, answers revealed

1
MCQeasy

A user calls the help desk saying that after upgrading to macOS Ventura, the 'Documents' folder in the sidebar keeps disappearing after every reboot. They need it to stay visible. Which macOS feature or tool should you use to fix this?

A.System Settings > Desktop & Dock
B.Finder > Preferences > Sidebar
C.Terminal command 'defaults write com.apple.finder ShowSidebar -bool true'
D.Spotlight Preferences
AnswerB

This is exactly where users enable or disable folder visibility in the Finder sidebar.

Why this answer

Option B is correct because the visibility of folders like 'Documents' in the Finder sidebar is controlled directly through Finder's own preferences, not through global system settings. By opening Finder > Preferences > Sidebar, you can check the 'Documents' checkbox, which persists the folder's visibility across reboots. This setting is stored per-user in the Finder plist and is not affected by macOS upgrades.

Exam trap

The trap here is that candidates confuse the global 'Show Sidebar' toggle (which hides the entire sidebar) with the per-item visibility settings in Finder's preferences, leading them to choose the Terminal command or System Settings instead of the correct Finder-specific interface.

How to eliminate wrong answers

Option A is wrong because System Settings > Desktop & Dock controls the Dock, Stage Manager, and desktop appearance, but does not include any options for customizing the Finder sidebar. Option C is wrong because the command 'defaults write com.apple.finder ShowSidebar -bool true' only toggles the entire sidebar's visibility (show/hide), not the individual items within it; the specific folder visibility is controlled by a different key (e.g., 'SidebarDevicesSectionDisclosedState'). Option D is wrong because Spotlight Preferences manage search indexing and results, not the persistent visibility of folders in the Finder sidebar.

2
MCQmedium

A graphic designer is running out of storage space on their MacBook Air. They have a large collection of old design files that they rarely access but want to keep available on demand without manual intervention. Which macOS feature should you enable to automatically free up space?

A.Enable Time Machine to an external drive
B.Turn on iCloud Drive and select 'Optimize Mac Storage'
C.Use Disk Utility to erase and repartition the drive
D.Configure a local Time Machine snapshot schedule
AnswerB

This setting automatically stores older files in iCloud and keeps space-optimized versions locally, freeing up disk space.

Why this answer

Option B is correct because iCloud Drive with 'Optimize Mac Storage' automatically moves rarely accessed files from the local drive to iCloud, keeping them available on demand while freeing up local space. This feature is designed exactly for the scenario of maintaining access to large, infrequently used files without manual intervention, leveraging cloud storage to offload data seamlessly.

Exam trap

CompTIA often tests the misconception that backup solutions like Time Machine can free up space, when in reality they only duplicate data and require manual deletion of local files to reclaim storage.

How to eliminate wrong answers

Option A is wrong because Time Machine is a backup solution that creates incremental backups to an external drive; it does not automatically free up local storage by offloading files—it only duplicates them for recovery purposes. Option C is wrong because erasing and repartitioning the drive is a destructive process that would delete all data, not preserve it for on-demand access, and is unrelated to automatic space management. Option D is wrong because local Time Machine snapshots are temporary backups stored on the same drive; they consume additional space rather than freeing it, and they are not designed for on-demand file retrieval without manual restoration.

3
MCQhard

A user reports that their Mac running macOS Ventura frequently asks for the admin password when trying to change network settings, even though they are the only user. They want this to stop. What is the most secure way to address this?

A.Disable System Integrity Protection (SIP)
B.Change the user account type from Standard to Administrator in Users & Groups
C.Use the 'security authorizationdb' command to remove the requirement
D.Turn off FileVault
AnswerB

Admin accounts can change network settings without re-entering credentials. This is the standard fix, though it broadens privileges.

Why this answer

Option B is correct because changing the user account type from Standard to Administrator in System Settings > Users & Groups grants the user the necessary privileges to modify network settings without repeated authentication prompts. On macOS Ventura, only administrator accounts can unlock network preferences by default; a standard user is prompted for admin credentials each time. This is the most secure approach because it avoids disabling security features like SIP or FileVault.

Exam trap

CompTIA often tests the misconception that disabling a security feature like SIP or FileVault is a valid shortcut to stop password prompts, when the correct approach is to adjust user account privileges within the existing security framework.

How to eliminate wrong answers

Option A is wrong because disabling System Integrity Protection (SIP) removes critical kernel-level protections and does not address the authentication requirement for network settings; SIP controls file system integrity, not authorization policies. Option C is wrong because using the 'security authorizationdb' command to remove the requirement would globally weaken the authorization database, potentially allowing any process to change network settings without authentication, which is less secure than simply elevating the user account. Option D is wrong because turning off FileVault disables full-disk encryption and has no effect on per-application or per-preference authentication prompts; FileVault protects data at rest, not authorization for system preferences.

4
MCQhard

A security incident has occurred: a user's Mac running macOS Ventura was infected with malware that modified system files. The technician needs to boot the Mac into a mode that loads only essential Apple-signed kernel extensions and prevents third-party software from loading, in order to safely remove the malware. Which startup mode should they use?

A.Single-user mode (Command + S).
B.Verbose mode (Command + V).
C.Safe Mode (Shift key during startup).
D.Target Disk Mode (T key).
AnswerC

Safe Mode disables all non-Apple kernel extensions, startup items, and login items, providing a clean environment to remove malware. It also checks the startup disk for errors.

Why this answer

Safe Mode (Shift key during startup) is correct because it forces macOS to load only essential kernel extensions that are signed by Apple, disables all third-party startup items and login items, and runs a directory integrity check. This minimal environment prevents the malware from loading its own kernel extensions or other malicious code, allowing the technician to safely remove the infected files without interference.

Exam trap

Cisco often tests the distinction between startup modes that change the boot environment (Safe Mode) versus those that only alter the user interface or provide diagnostic output (Verbose, Single-user), leading candidates to mistakenly choose Single-user mode for malware removal when it does not restrict third-party kernel extensions.

How to eliminate wrong answers

Option A is wrong because Single-user mode (Command + S) boots into a command-line interface as root without the GUI, but it does not restrict kernel extension loading—third-party kexts can still be loaded, and the malware may already be active in the kernel space. Option B is wrong because Verbose mode (Command + V) merely displays detailed boot logs on screen; it does not disable third-party software or kernel extensions, so the malware would still load normally. Option D is wrong because Target Disk Mode (T key) turns the Mac into an external disk for file transfer over Thunderbolt or FireWire; it does not provide a secure environment for malware removal and does not prevent the malware from executing on the host system.

5
MCQmedium

A user reports that their MacBook Pro running macOS Big Sur will not boot past the Apple logo. You suspect a corrupted system file. You need to boot into a special mode to run Disk Utility's First Aid on the startup volume. Which key combination should you hold during startup?

A.Hold the Option (⌥) key.
B.Hold Command (⌘) + R.
C.Hold the Shift key.
D.Hold Command (⌘) + Option (⌥) + P + R.
AnswerB

This boots into macOS Recovery, where Disk Utility is available. Running First Aid can repair disk errors that may be preventing the system from booting.

Why this answer

Holding Command (⌘) + R during startup boots macOS into the built-in macOS Recovery system, which includes Disk Utility. From there, you can run First Aid on the startup volume to repair a corrupted system file. This is the standard recovery mode for Intel-based Macs running macOS Big Sur.

Exam trap

The CompTIA A+ exam often tests the distinction between recovery modes (Command+R) and other startup key combinations (like Option for Startup Manager or Shift for Safe Mode), expecting candidates to confuse the purpose of each key combination.

How to eliminate wrong answers

Option A is wrong because holding the Option (⌥) key boots into the Startup Manager, which lets you select a different startup disk, not a recovery environment. Option C is wrong because holding the Shift key boots into Safe Mode, which disables non-essential kernel extensions and login items but does not provide Disk Utility or First Aid for repairing system files. Option D is wrong because holding Command (⌘) + Option (⌥) + P + R resets the NVRAM/PRAM (non-volatile random-access memory/parameter RAM), which clears certain hardware settings but does not load a recovery environment or allow disk repair.

6
MCQmedium

A graphic designer reports that their MacBook Pro running macOS Monterey suddenly shows a gray screen with a folder icon containing a question mark at startup. They have important client files on the internal SSD. What is the most likely cause of this issue?

A.The user’s Time Machine backup has failed
B.The firmware password is enabled
C.macOS cannot locate a valid boot volume or system folder
D.The user’s login keychain is corrupted
AnswerC

This is the classic symptom of a missing or corrupted boot volume, often fixable via Recovery Mode or Disk Utility.

Why this answer

The gray screen with a folder icon containing a question mark indicates that the Mac's startup process cannot locate a valid boot volume or system folder. This is a classic symptom of a missing or corrupted boot loader, damaged system files, or a disconnected internal SSD, which prevents macOS from finding the required bootable system.

Exam trap

The A+ exam often tests the distinction between boot-level failures (folder icon) and post-boot authentication issues (keychain), so candidates mistakenly choose a corrupted login keychain because they associate question marks with 'missing' items without understanding the boot sequence.

How to eliminate wrong answers

Option A is wrong because a failed Time Machine backup does not affect the startup process; it only impacts the ability to restore files from a backup. Option B is wrong because a firmware password prevents unauthorized booting from external drives or recovery mode but does not cause a folder-with-question-mark icon; that icon specifically indicates no bootable system is found. Option D is wrong because a corrupted login keychain prevents user authentication after macOS loads, not the initial boot process; the folder icon appears before any user login occurs.

7
MCQmedium

A user complains that their Mac running macOS Big Sur suddenly shows a message 'Your system has run out of application memory' and applications crash frequently. Activity Monitor shows high memory pressure. What is the most effective built-in tool to diagnose the cause?

A.Console
B.Disk Utility
C.Activity Monitor
D.System Information
AnswerC

Activity Monitor's Memory tab shows memory pressure, usage per app, and can help identify the culprit.

Why this answer

Activity Monitor is the correct tool because it provides real-time metrics on memory pressure, including the 'Memory Pressure' graph, which indicates whether the system is efficiently using memory or thrashing. High memory pressure, combined with the 'Your system has run out of application memory' alert, points to excessive memory usage or a memory leak, which Activity Monitor can pinpoint by sorting processes by memory consumption.

Exam trap

CompTIA often tests whether candidates confuse 'Console' (log viewer) with 'Activity Monitor' (performance monitor), assuming that error messages logged in Console would be the primary diagnostic tool for a memory issue.

How to eliminate wrong answers

Option A is wrong because Console is used for viewing system logs and diagnostic messages, not for real-time memory pressure analysis or identifying which processes are consuming excessive memory. Option B is wrong because Disk Utility is designed for managing and repairing storage volumes, not for diagnosing memory or application memory issues. Option D is wrong because System Information provides a static overview of hardware and software configuration, but lacks the dynamic, process-level memory usage data needed to diagnose a memory pressure problem.

8
MCQeasy

A user complains that their MacBook Air running macOS Monterey frequently runs out of memory and slows down when they have multiple browser tabs and apps open. They want to see which processes are consuming the most memory without installing third-party software. Which macOS tool should you instruct them to use?

A.Force Quit Applications window (Cmd+Option+Esc).
B.System Preferences > Memory.
C.Terminal with the 'top' command.
D.Activity Monitor from the Utilities folder.
AnswerD

Activity Monitor provides a graphical interface to view memory usage, CPU load, and other system metrics. It is the appropriate tool for this scenario.

Why this answer

Activity Monitor (option D) is the built-in macOS utility that provides real-time monitoring of CPU, memory, energy, disk, and network usage. It allows users to view memory pressure, list processes sorted by memory consumption, and identify resource hogs without any third-party software. This directly addresses the user's need to see which processes are consuming the most memory.

Exam trap

CompTIA often tests the distinction between a diagnostic tool (Activity Monitor) and a troubleshooting shortcut (Force Quit), leading candidates to mistakenly choose the Force Quit window because it is a common keyboard shortcut for dealing with unresponsive apps, even though it lacks memory monitoring capabilities.

How to eliminate wrong answers

Option A is wrong because the Force Quit Applications window (Cmd+Option+Esc) only lists running applications and allows you to force quit them; it does not show memory usage details or process-level memory consumption. Option B is wrong because System Preferences does not have a 'Memory' pane; macOS Monterey's memory management settings are not exposed in System Preferences, and there is no dedicated memory configuration interface there. Option C is wrong because while the 'top' command in Terminal can display process memory usage, it is a command-line tool that requires familiarity with terminal syntax and does not provide the graphical, user-friendly interface the user would expect for diagnosing memory issues; Activity Monitor is the recommended GUI tool for this task.

9
MCQmedium

A technician is troubleshooting a Mac that fails to connect to a Wi-Fi network. The network is visible, but entering the correct password results in an 'unable to join the network' error. The technician wants to delete the saved network configuration to start fresh. Which macOS tool or location should they use?

A.System Settings > Network > Wi-Fi > Details > Remove this network.
B.Keychain Access and delete the Wi-Fi password entry.
C.Terminal with the 'networksetup -setairportnetwork' command.
D.System Information > Network > Wi-Fi.
AnswerA

This is the correct graphical method to forget a Wi-Fi network. It removes the saved password and any custom network settings, allowing a fresh connection attempt.

Why this answer

Option A is correct because macOS stores Wi-Fi network configurations (including SSID, security type, and saved passwords) in the system's network preferences. By navigating to System Settings > Network > Wi-Fi, clicking Details next to the network, and selecting 'Remove This Network', the technician completely deletes the saved configuration, forcing macOS to treat the network as new on the next connection attempt. This resolves issues where a corrupted or outdated saved configuration prevents successful authentication despite entering the correct password.

Exam trap

The trap here is that candidates often assume deleting just the password from Keychain Access (Option B) is sufficient, but Cisco tests the understanding that macOS requires removing the entire network configuration to clear all cached parameters that could cause authentication failures.

How to eliminate wrong answers

Option B is wrong because deleting the Wi-Fi password entry from Keychain Access only removes the stored password, not the full network configuration (e.g., security type, proxy settings, or 802.1X profiles). The 'unable to join' error can persist if other saved parameters are corrupted. Option C is wrong because the 'networksetup -setairportnetwork' command is used to join a network by specifying the SSID and password, not to delete a saved network configuration; it does not remove existing saved settings.

Option D is wrong because System Information > Network > Wi-Fi only displays read-only hardware and connection details (e.g., MAC address, signal strength) and provides no capability to modify or delete saved network configurations.

10
MCQeasy

A graphic designer needs to create a bootable macOS installer on an external SSD to deploy macOS Sonoma to multiple iMacs in the office. They have the 'Install macOS Sonoma.app' file. Which built-in macOS tool should they use to create the bootable drive?

A.Disk Utility to restore the .app file to the SSD.
B.System Information to verify the SSD is bootable.
C.Terminal with the 'createinstallmedia' command.
D.Migration Assistant to copy the app to the SSD.
AnswerC

This is the correct built-in tool. The command syntax is 'sudo /Applications/Install macOS Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume'. It creates a bootable installer.

Why this answer

The correct tool is Terminal with the 'createinstallmedia' command because it is the built-in macOS utility specifically designed to create a bootable installer from the 'Install macOS Sonoma.app' file. This command writes the necessary boot files and installer data to the target volume, ensuring the external SSD can boot and install macOS on multiple iMacs.

Exam trap

The trap here is that candidates may think Disk Utility can create a bootable installer by simply restoring the .app file, but Disk Utility cannot interpret an application bundle as a bootable source; only the 'createinstallmedia' command properly writes the installer's bootable structure.

How to eliminate wrong answers

Option A is wrong because Disk Utility cannot restore a .app file to create a bootable installer; it is used for formatting, partitioning, and restoring disk images, not for creating bootable macOS installers. Option B is wrong because System Information only reports hardware and software details, such as whether a drive is connected or its partition scheme, but it cannot create a bootable installer. Option D is wrong because Migration Assistant is designed to transfer user data, applications, and settings from one Mac to another, not to create bootable installer media.

11
MCQhard

A user reports that their MacBook Air running macOS Monterey will not connect to a Wi-Fi network that other devices can connect to. The Wi-Fi menu shows the network but clicking it does nothing. Which macOS tool should you use to reset the Wi-Fi configuration?

A.Network Utility
B.Wireless Diagnostics
C.System Information > Wi-Fi
D.Terminal command 'sudo ifconfig en0 down'
AnswerB

Wireless Diagnostics, when launched with Option-click on the Wi-Fi icon, offers a 'Monitor' and 'Log' but also a 'Wi-Fi Reset' option that clears saved networks and preferences.

Why this answer

Wireless Diagnostics is the correct tool because it includes a dedicated 'Wi-Fi Reset' option under the Window menu (or accessible via the 'Utilities' menu in some versions). This option resets Wi-Fi configuration without requiring manual removal of plist files or terminal commands. Network Utility is deprecated and not used for Wi-Fi resets.

System Information provides hardware/software info but cannot reset Wi-Fi. The ifconfig command can bring the interface down but does not reset persistent Wi-Fi settings.

12
MCQhard

During a forensic investigation, a technician needs to recover files that a user deleted from their Mac's internal SSD several days ago. The Trash has been emptied. Which macOS feature or tool should be attempted first to recover these files?

A.Use the Terminal command 'fs_usage' to locate the deleted files
B.Restore from a Time Machine backup
C.Run Disk Utility First Aid on the SSD
D.Use a third-party file recovery tool immediately
AnswerB

If Time Machine was enabled, you can browse backups and restore the deleted files from before they were deleted.

Why this answer

Time Machine is the built-in macOS backup feature that automatically creates incremental backups of the system. If a Time Machine backup was made before the files were deleted, the user can browse the backup timeline and restore the deleted files directly, even after the Trash has been emptied. This is the simplest and most reliable first step because it does not require specialized tools or risk overwriting data.

Exam trap

The exam often tests the misconception that a built-in utility like Disk Utility First Aid can recover deleted files, when in fact it only repairs volume metadata and has no file recovery capability.

How to eliminate wrong answers

Option A is wrong because 'fs_usage' is a real-time file system monitoring tool that logs current system calls; it cannot locate or recover previously deleted files. Option C is wrong because Disk Utility First Aid repairs file system structure errors (e.g., directory corruption) but does not recover deleted files; it has no undelete capability. Option D is wrong because while third-party tools can sometimes recover deleted files from an SSD, they should not be attempted first if a Time Machine backup exists, as they may overwrite the very data they aim to recover and are less reliable on SSDs due to TRIM.

13
MCQmedium

A small business uses a shared iMac for customer check-ins. The manager wants to restrict which apps users can open and prevent changes to system settings without creating separate user accounts. Which macOS feature should you configure to meet this requirement?

A.Enable FileVault full-disk encryption
B.Configure Parental Controls (Screen Time) for the user account
C.Use the Guest User account
D.Apply a firmware password
AnswerB

Parental Controls (under Screen Time) allow you to limit app usage, block specific apps, and restrict system settings changes for a standard user.

Why this answer

Parental Controls (Screen Time) allows administrators to restrict app usage and system settings changes on a per-user basis without creating separate user accounts. This feature can limit which applications a user can open and prevent modifications to system preferences, meeting the manager's requirement directly.

Exam trap

The trap here is that candidates often confuse Guest User accounts with managed restrictions, not realizing that Guest User only provides a clean session without persistent data but no app or settings controls.

How to eliminate wrong answers

Option A is wrong because FileVault provides full-disk encryption to protect data at rest, not application or settings restrictions. Option C is wrong because the Guest User account allows temporary access with no persistent data but does not provide granular controls to restrict specific apps or prevent system setting changes. Option D is wrong because a firmware password prevents unauthorized users from booting from external devices or accessing recovery mode, but it does not restrict app usage or system settings within macOS.

14
MCQhard

A technician needs to deploy a custom configuration profile to 20 Mac computers in a small office without using a third-party MDM. The profile must enforce Wi-Fi settings and disable iCloud. Which macOS tool can create and sign this configuration profile?

A.Apple Configurator
B.System Settings > Profiles
C.Terminal with 'profiles' command
D.Profile Manager in macOS Server
AnswerA

Apple Configurator allows you to create, edit, and sign configuration profiles for macOS and iOS, suitable for small deployments without MDM.

Why this answer

Apple Configurator is the correct tool because it can create and sign custom configuration profiles (.mobileconfig files) for macOS without requiring a third-party MDM. It allows a technician to specify Wi-Fi settings and restrictions like disabling iCloud, then export the signed profile for manual deployment to the 20 Macs via USB or email.

Exam trap

Candidates often confuse Apple Configurator (which creates and signs profiles) with built-in tools like System Settings or the 'profiles' terminal command, which only install or manage existing profiles—not create or sign them.

How to eliminate wrong answers

Option B is wrong because System Settings > Profiles is only for viewing and manually installing profiles that are already signed, not for creating or signing them. Option C is wrong because the Terminal 'profiles' command can install, remove, or list profiles but cannot create or sign a new configuration profile from scratch. Option D is wrong because Profile Manager in macOS Server requires a running MDM service and is considered a third-party MDM solution, which the question explicitly excludes.

15
MCQeasy

A user reports that their MacBook Pro running macOS Ventura is unable to open any applications after a recent system update. They see a spinning beach ball when clicking app icons. Which macOS tool should you use first to diagnose and resolve this issue?

A.Terminal
B.Activity Monitor
C.Disk Utility
D.System Information
AnswerB

Activity Monitor shows real-time system resource usage, allowing you to identify processes consuming excessive CPU or memory, which is the correct first step.

Why this answer

Activity Monitor is the correct first tool because it allows you to inspect running processes, CPU usage, memory pressure, and disk activity. The spinning beach ball indicates a hung or unresponsive process, likely caused by a kernel extension or system daemon failing after the update. Activity Monitor can identify the offending process (e.g., a high CPU or stuck I/O process) so you can force quit it or gather logs for further troubleshooting.

Exam trap

CompTIA A+ exams often test the misconception that Disk Utility is the universal fix for post-update issues, but the spinning beach ball is a process-level symptom, not a filesystem problem, so Activity Monitor is the correct initial diagnostic tool.

How to eliminate wrong answers

Option A is wrong because Terminal is a command-line interface that requires prior knowledge of specific commands (e.g., `top`, `kill`, `fs_usage`) and is not the first diagnostic tool for a GUI-level hang; it is more advanced and less accessible for initial triage. Option C is wrong because Disk Utility is used for repairing disk permissions, verifying disk integrity, and managing volumes, but the issue here is a process hang, not a filesystem corruption or disk error. Option D is wrong because System Information provides hardware and software configuration details but does not show real-time process activity or resource usage, making it useless for diagnosing a spinning beach ball caused by a stuck application.

16
MCQmedium

A user has accidentally deleted several important files from their Documents folder on their Mac running macOS Ventura. They need to recover them immediately. Which built-in macOS tool should you guide them to use first?

A.Time Machine from the menu bar.
B.The Trash folder in the Dock.
C.Terminal with the 'cd' and 'ls' commands.
D.System Settings > General > Storage.
AnswerB

When files are deleted normally, they are moved to the Trash. The user can open the Trash, select the files, and choose 'Put Back' to restore them to their original location.

Why this answer

Option B is correct because when files are deleted from the Documents folder on macOS, they are first moved to the Trash, not permanently erased. The Trash folder in the Dock provides immediate access to these files, allowing the user to drag them back to their original location or use the 'Put Back' context menu option. This is the fastest and simplest recovery method before considering any backup or advanced tools.

Exam trap

The trap here is that candidates may overthink the question and jump to Time Machine as a recovery tool, forgetting that macOS first moves deleted files to the Trash, making it the immediate and correct first step.

How to eliminate wrong answers

Option A is wrong because Time Machine is a backup restoration tool that requires a previously configured backup destination and is not the first step for recovering recently deleted files that are still in the Trash. Option C is wrong because Terminal commands like 'cd' and 'ls' are used for navigating directories and listing files, not for recovering deleted files from the Trash or any other location. Option D is wrong because System Settings > General > Storage provides a storage management overview and recommendations, but it does not offer a direct file recovery mechanism for recently deleted files.

17
MCQmedium

A technician is troubleshooting a Mac that fails to boot and displays a prohibitory symbol (a circle with a slash). The user had recently installed a new third-party SSD. What is the most likely cause?

A.The SSD is formatted as NTFS
B.The SSD is not properly connected or is incompatible with the Mac’s storage controller
C.The user’s home folder is corrupted
D.The Mac’s NVRAM needs resetting
AnswerB

Incompatible or improperly connected drives prevent macOS from loading, shown by the prohibitory symbol.

Why this answer

The prohibitory symbol indicates that the Mac cannot locate a valid operating system on the startup disk. Since the user recently installed a third-party SSD, the most likely cause is that the drive is either not properly connected (e.g., loose SATA or NVMe cable) or is incompatible with the Mac's storage controller (e.g., using a PCIe 4.0 SSD in a Mac that only supports PCIe 3.0, or a non-Apple NVMe drive lacking the required firmware for macOS). This prevents the Mac from reading the boot loader or system files.

Exam trap

Candidates often mistakenly think the prohibitory symbol is caused by file system format (like NTFS) or software corruption, when in fact it is almost always a hardware or firmware-level incompatibility preventing the drive from being recognized as bootable.

How to eliminate wrong answers

Option A is wrong because NTFS is a Windows file system, but macOS can read NTFS volumes; the prohibitory symbol is not caused by the file system format—it appears when the drive is not recognized as bootable, regardless of format. Option C is wrong because a corrupted home folder would prevent the user from logging in after the system boots, not stop the boot process itself; the prohibitory symbol appears before the login window. Option D is wrong because resetting NVRAM clears certain hardware settings but cannot fix a physical connection issue or an incompatible SSD; if the drive were properly connected and compatible, NVRAM reset might help with boot selection, but it is not the root cause here.

18
MCQeasy

During a security incident, a technician needs to verify whether a specific application was granted camera and microphone permissions on a macOS computer. Which macOS tool should they use to check these privacy settings?

A.Keychain Access
B.System Settings > Privacy & Security
C.Console
D.Terminal with 'tccutil' command
AnswerB

This is the correct location to view and manage app permissions for camera, microphone, and other privacy-sensitive features.

Why this answer

System Settings > Privacy & Security is the correct tool because macOS centralizes all privacy-related permissions—including camera and microphone access—in this GUI panel. The technician can navigate to the specific application under the Camera and Microphone sub-sections to verify granted permissions. This is the standard, user-facing interface for managing privacy controls on macOS.

Exam trap

The trap here is that candidates may confuse the 'tccutil' command (Option D) as a tool for checking permissions, when in fact it is only used for resetting or modifying the TCC database, not for viewing current permissions.

How to eliminate wrong answers

Option A is wrong because Keychain Access manages passwords, certificates, and secure notes, not application permissions for hardware like the camera or microphone. Option C is wrong because Console displays system logs and diagnostic messages, not privacy settings or permission states. Option D is wrong because while the 'tccutil' command can reset privacy permissions via Terminal, it is not designed to simply check or view current permissions; it requires administrative privileges and is used for bulk resets, not verification.

19
MCQhard

A technician needs to deploy a custom configuration profile to 50 macOS devices in a lab. The profile must restrict access to System Settings and disable iCloud. Which tool is most appropriate for this task?

A.Terminal with 'profiles' command
B.Apple Configurator
C.System Preferences > Profiles
D.Remote Desktop
AnswerB

Apple Configurator allows creating and exporting configuration profiles (.mobileconfig) for macOS and iOS devices.

Why this answer

Apple Configurator is the correct tool because it is designed for bulk deployment and management of configuration profiles on macOS and iOS devices. It allows a technician to create a single profile that restricts System Settings and disables iCloud, then apply it to multiple devices simultaneously via USB or network, making it ideal for lab environments with 50 machines.

Exam trap

A common pitfall in the A+ exam is thinking that the 'profiles' command in Terminal is sufficient for bulk deployment, but candidates overlook that it requires per-device execution and lacks the centralized management capabilities of Apple Configurator.

How to eliminate wrong answers

Option A is wrong because the 'profiles' command in Terminal is used for installing, removing, or managing configuration profiles on a single device, not for deploying to multiple devices in bulk without additional scripting or MDM infrastructure. Option C is wrong because System Preferences > Profiles is a user interface for viewing or manually installing profiles on a single Mac, not a tool for deploying profiles to multiple devices. Option D is wrong because Remote Desktop is primarily for remote control, screen sharing, and software distribution, but it lacks native support for creating or deploying configuration profiles; it would require manual profile installation on each device.

20
MCQmedium

A user calls the help desk because their MacBook Pro running macOS Sonoma suddenly shows a folder with a flashing question mark when booting. They were not performing any system updates. Which macOS tool or feature should you use to attempt to repair the startup volume?

A.Boot to Recovery mode and run Disk Utility First Aid
B.Use the Terminal command 'sudo fsck -fy' at boot
C.Reinstall macOS from Internet Recovery
D.Enable Target Disk Mode on the Mac
AnswerA

This is the standard method to check and repair the startup disk's file system structure, which can resolve the missing boot volume issue.

Why this answer

A flashing question mark folder at boot on a Mac indicates that the startup volume is not found or is corrupt. Booting to Recovery mode (by holding Command-R at startup) and running Disk Utility First Aid allows you to verify and repair the volume's directory structure and file system, which is the appropriate first step to resolve this issue without reinstalling macOS.

Exam trap

CompTIA often tests the misconception that 'fsck' is the modern repair tool for macOS, but candidates must know that Disk Utility First Aid is the correct GUI tool for APFS volumes, and the deprecated 'fsck -fy' command is no longer the standard approach.

How to eliminate wrong answers

Option B is wrong because 'sudo fsck -fy' is a legacy Unix command for checking file systems, but on modern macOS with APFS, Disk Utility First Aid is the recommended tool; additionally, you cannot run 'sudo' in single-user mode without proper syntax, and the correct command would be '/sbin/fsck -fy' in single-user mode, which is deprecated. Option C is wrong because reinstalling macOS from Internet Recovery is a more drastic step that should only be attempted after Disk Utility First Aid fails to repair the volume, as it erases the current system and user data. Option D is wrong because Target Disk Mode makes the Mac act as an external drive for another computer, which does not repair the startup volume; it only provides access to the drive for data transfer or diagnostics from another Mac.

21
MCQeasy

A small business owner wants to ensure that only authorized users can access their iMac. They need to set up separate accounts for three employees, each with a username and password, and restrict one employee from installing software. Which macOS feature should they use to create and manage these user accounts?

A.System Settings > Users & Groups.
B.Terminal with the 'dscl' command.
C.System Information > Software > Installations.
D.Keychain Access to create user passwords.
AnswerA

This is the correct graphical interface for managing user accounts. From here, you can create new users, set passwords, and change account types to restrict privileges.

Why this answer

Option A is correct because the 'Users & Groups' pane in System Settings (macOS Ventura and later) is the native graphical interface for creating, editing, and managing local user accounts, including setting passwords and controlling administrative privileges. It allows the owner to create separate accounts for each employee and restrict one from installing software by setting that account as a 'Standard' user rather than an 'Administrator'.

Exam trap

The trap here is that candidates may confuse the 'Users & Groups' GUI with the command-line 'dscl' tool, thinking both are equally appropriate for a non-technical business owner, but the exam expects you to recognize that the GUI is the correct and intended method for typical user management scenarios.

How to eliminate wrong answers

Option B is wrong because while the 'dscl' command in Terminal can create and manage user accounts, it is a command-line tool intended for advanced administration and scripting, not the recommended or primary method for a small business owner who needs a straightforward GUI. Option C is wrong because 'System Information > Software > Installations' only displays a list of installed software and their installation dates; it cannot create or manage user accounts. Option D is wrong because Keychain Access is used to store and manage passwords, certificates, and secure notes, not to create user accounts or set account-level restrictions.

22
MCQmedium

A technician is configuring a new Mac mini for a kiosk application. The kiosk should run only a single web browser in full-screen mode, and users should not be able to exit the app or access the desktop. Which macOS feature should be used to enforce this?

A.Enable Guided Access in Accessibility settings
B.Configure a user account with Parental Controls set to allow only the browser app
C.Use the 'Single App Mode' setting in System Settings
D.Set the browser as a Login Item for a standard user
AnswerB

Parental Controls (Screen Time) can limit the user to a single app, and combined with auto-login and the app set as a login item, this approximates kiosk mode.

Why this answer

Option B is correct because macOS Parental Controls (now part of Screen Time) can restrict a standard user account to a single app, such as a web browser. When configured to 'Allow only this app,' the system prevents the user from switching apps, accessing the desktop, or exiting the browser, which is exactly what a kiosk requires.

Exam trap

The trap here is that candidates confuse macOS Parental Controls with iOS Guided Access, or assume a nonexistent 'Single App Mode' setting exists in System Settings, leading them to pick A or C.

How to eliminate wrong answers

Option A is wrong because Guided Access is an iOS/iPadOS feature, not available on macOS; it cannot be used to lock a Mac into a single app. Option C is wrong because 'Single App Mode' is not a setting in macOS System Settings; macOS uses Parental Controls or Managed Apple IDs for this purpose, not a dedicated toggle. Option D is wrong because setting the browser as a Login Item only launches it at login, but does not prevent the user from switching to other apps or accessing the desktop.

23
MCQmedium

A user reports that their MacBook Air running macOS Monterey is running slowly and they suspect a startup item is consuming resources. They want to see which applications launch automatically at login and disable unnecessary ones. Which macOS tool should they use?

A.Activity Monitor and sort by CPU usage.
B.System Settings > General > Login Items.
C.Terminal with the 'launchctl list' command.
D.Force Quit Applications window.
AnswerB

This is the correct location to view and manage login items. The user can remove unnecessary applications to speed up the login process and reduce background resource usage.

Why this answer

Option B is correct because macOS Monterey's System Settings (formerly System Preferences) includes a dedicated 'Login Items' pane under General that allows users to view and disable applications that launch automatically at login. This is the intended graphical interface for managing startup items, directly addressing the user's need to identify and disable unnecessary login applications without requiring command-line tools or performance monitors.

Exam trap

CompTIA often tests the distinction between managing login items (System Settings > General > Login Items) and managing background processes (Activity Monitor or launchctl), leading candidates to confuse resource monitoring with startup management.

How to eliminate wrong answers

Option A is wrong because Activity Monitor shows current running processes and CPU usage but does not manage login items; it can help identify resource hogs after they start but cannot disable them from launching at login. Option C is wrong because 'launchctl list' lists launchd jobs (system and user daemons/agents), not the user's login items managed by the Login Items framework; it is a command-line tool for advanced users and does not directly disable login applications. Option D is wrong because the Force Quit Applications window only allows terminating currently running applications, not viewing or disabling startup items.

24
MCQeasy

A small business owner wants to restrict app installations on company Macs to only the Mac App Store to prevent employees from downloading unapproved software. Which macOS security feature should you configure?

A.FileVault
B.System Integrity Protection (SIP)
C.Gatekeeper
D.Parental Controls
AnswerC

Gatekeeper allows administrators to set allowed app sources: App Store, App Store and identified developers, or anywhere.

Why this answer

Gatekeeper controls where apps can be installed from. Setting it to 'App Store' restricts installations to only Mac App Store apps, meeting the business requirement.

25
MCQeasy

A school IT administrator needs to remotely lock a lost MacBook and display a custom message with contact information. The MacBook is enrolled in the school’s MDM and has an internet connection. Which macOS feature should they use?

A.Remote Desktop
B.Find My Mac
C.FileVault
D.Terminal command 'sudo pmset'
AnswerB

Find My Mac allows locking, erasing, and displaying a message on the lost device via iCloud.

Why this answer

Find My Mac is the correct feature because it is specifically designed to locate, lock, and display a custom message on a lost Apple device that is enrolled in MDM and connected to the internet. It leverages Apple's Activation Lock and MDM integration to remotely lock the Mac and present a contact message on the Lock screen, fulfilling the administrator's requirement without needing physical access.

Exam trap

The A+ exam often tests the distinction between remote management tools (like Remote Desktop) and dedicated lost-device recovery features (like Find My Mac). Candidates may mistakenly assume that any remote access tool can perform the lock-and-message function, but only Find My Mac provides the specific lost-mode lock with custom message display.

How to eliminate wrong answers

Option A is wrong because Remote Desktop is a screen-sharing and remote management tool that requires the Mac to be online and accessible via VNC, but it cannot remotely lock the device or display a custom message on the Lock screen; it is not designed for lost-device scenarios. Option C is wrong because FileVault provides full-disk encryption to protect data at rest, but it does not include any remote lock or message-display capability; it is a security feature, not a lost-device recovery tool. Option D is wrong because the Terminal command 'sudo pmset' is used to manage power management settings (e.g., sleep, wake, power-saving) and has no function for locking the device or displaying a custom message; it is a common misconception that a command-line tool can substitute for Find My Mac.

26
MCQhard

A user on a Mac running macOS Big Sur needs to share a folder on their local network with a Windows colleague. The user wants the folder to appear as a network drive on the Windows machine without installing additional software. Which macOS feature should they enable and configure?

A.Screen Sharing in System Settings > Sharing.
B.File Sharing in System Settings > Sharing, and ensure SMB is enabled.
C.Internet Sharing in System Settings > Sharing.
D.Remote Login in System Settings > Sharing.
AnswerB

File Sharing with SMB is the standard way to share folders with Windows clients. The user must also add the specific folder to the Shared Folders list and set appropriate permissions.

Why this answer

Option B is correct because File Sharing in macOS Big Sur includes the ability to enable SMB (Server Message Block) sharing, which is the native file-sharing protocol used by Windows. By turning on File Sharing and checking the SMB option, the Mac acts as an SMB server, allowing the Windows colleague to map the shared folder as a network drive without any additional software.

Exam trap

Cisco often tests the misconception that Screen Sharing or Remote Login can be used for file sharing, but the trap here is that only File Sharing with SMB enabled provides the cross-platform network drive functionality required for Windows clients.

How to eliminate wrong answers

Option A is wrong because Screen Sharing enables remote desktop access (VNC protocol), not file sharing, and would not allow the folder to appear as a network drive on Windows. Option C is wrong because Internet Sharing allows the Mac to share its internet connection with other devices (e.g., via NAT or bridging), not to share files as a network drive. Option D is wrong because Remote Login enables SSH access for command-line connections, not SMB-based file sharing, and Windows cannot natively mount a folder via SSH as a network drive.

27
MCQmedium

A user reports that their MacBook Pro running macOS Monterey frequently displays a message saying 'Your system has run out of application memory.' They have 16 GB of RAM and are only using Safari and Mail. Which macOS tool should you use to investigate the cause?

A.System Information
B.Terminal with 'vm_stat' command
C.Activity Monitor
D.Console
AnswerC

Activity Monitor's Memory tab displays memory pressure and per-process usage, allowing you to diagnose memory issues.

Why this answer

Activity Monitor is the correct tool because it provides real-time, graphical monitoring of memory pressure, process-specific memory usage, and the 'Memory' tab's 'Memory Pressure' graph directly indicates whether the system is under memory strain. Since the user has 16 GB of RAM and is only using Safari and Mail, the 'out of application memory' error typically indicates a memory leak or excessive memory consumption by a specific process, which Activity Monitor can pinpoint by sorting processes by memory usage.

Exam trap

The A+ exam often tests the distinction between diagnostic tools by making candidates confuse a static information tool (System Information) or a log viewer (Console) with a real-time performance monitor (Activity Monitor), especially when the symptom is a dynamic resource exhaustion issue.

How to eliminate wrong answers

Option A is wrong because System Information provides a static hardware and software inventory (e.g., RAM type, serial numbers) but does not show real-time memory usage or process-level memory consumption, so it cannot diagnose the cause of a memory pressure event. Option B is wrong because while 'vm_stat' in Terminal shows virtual memory statistics (e.g., page-ins, page-outs), it does not provide a user-friendly, process-level view of memory usage or the 'Memory Pressure' graph, making it less practical for quickly identifying the offending application. Option D is wrong because Console displays system logs and diagnostic messages, which can show kernel panics or app crashes, but it does not offer a live, graphical overview of memory usage or process memory footprints, so it is not the primary tool for investigating memory pressure.

28
MCQeasy

A user reports that their MacBook Pro running macOS Ventura suddenly lost all desktop icons and the menu bar is missing. They can still move the cursor and click on open applications. Which macOS feature or tool should you use to restore the desktop and menu bar?

A.Restart the MacBook by holding the power button.
B.Open Activity Monitor and force quit the WindowServer process.
C.Use Force Quit (Cmd+Option+Esc) and select Finder, then click Relaunch.
D.Run the command 'sudo killall Dock' in Terminal.
AnswerC

This is the correct method to restart the Finder process, which controls the desktop, menu bar, and file system display. It is a standard macOS troubleshooting step.

Why this answer

Option C is correct because the Finder process manages the desktop icons and the menu bar in macOS. When the Finder becomes unresponsive or crashes, relaunching it via Force Quet (Cmd+Option+Esc) restores the desktop environment and menu bar without requiring a full system restart. This is the standard troubleshooting step for a hung Finder that still allows cursor movement and interaction with open applications.

Exam trap

Candidates often confuse the Finder and the Dock, mistakenly choosing 'sudo killall Dock' because they think the Dock is responsible for the desktop and menu bar, when in fact the Finder manages those elements.

How to eliminate wrong answers

Option A is wrong because holding the power button performs a forced shutdown, which is overly aggressive and can cause data loss or file system corruption; a normal restart via Apple menu or keyboard shortcut is preferred, but even that is unnecessary when the Finder can be relaunched. Option B is wrong because force quitting the WindowServer process would terminate the entire windowing system, causing all graphical elements (including open applications) to disappear and requiring a login window restart, which is excessive for a Finder-only issue. Option D is wrong because 'sudo killall Dock' only restarts the Dock process, which manages the application dock and not the desktop icons or menu bar; the desktop and menu bar are controlled by the Finder, not the Dock.

29
MCQhard

A user's MacBook Air running macOS Ventura is experiencing intermittent kernel panics. The crashes seem to occur when the laptop is connected to a specific USB-C hub. Which macOS tool should you use to analyze the crash logs and identify the faulty driver?

A.System Information
B.Console
C.Activity Monitor
D.Terminal with 'sudo dmesg' command
AnswerB

Console allows you to view kernel panic logs and filter them by date and process to identify the problematic driver.

Why this answer

The Console app is the correct tool because it provides a centralized interface for viewing all system logs, including kernel panic reports (stored in /Library/Logs/DiagnosticReports). When a kernel panic occurs, macOS generates a .panic file containing stack traces and loaded kext (kernel extension) information. By examining these logs in Console, you can identify the specific kext or driver (e.g., a USB hub driver) that triggered the panic, especially when the crash is hardware-dependent like this USB-C hub scenario.

Exam trap

CompTIA often tests the misconception that 'dmesg' or 'System Information' can retrieve historical crash logs, when in fact Console is the only tool that provides persistent access to kernel panic reports across reboots.

How to eliminate wrong answers

Option A is wrong because System Information provides a static snapshot of hardware and software configuration (e.g., USB device tree, kext versions) but does not display real-time or historical crash logs; it cannot show the dynamic stack traces needed to pinpoint a faulty driver. Option C is wrong because Activity Monitor shows running processes, CPU/memory usage, and system resource statistics, but it does not capture kernel panic logs or driver-level crash data. Option D is wrong because 'sudo dmesg' displays kernel ring buffer messages from the current boot session only; after a kernel panic and reboot, the dmesg buffer is cleared, so it cannot show the panic log from the previous crash.

30
MCQmedium

During a macOS deployment, you need to create a bootable USB installer for macOS Sonoma to upgrade multiple iMacs. You have the 'Install macOS Sonoma' app in the Applications folder. Which command-line tool should you use to create the installer?

A.diskutil
B.asr
C.createinstallmedia
D.hdiutil
AnswerC

This is the correct command, typically used as: sudo /Applications/Install\ macOS\ Sonoma.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Why this answer

The `createinstallmedia` command is the official Apple tool for creating a bootable USB installer from the 'Install macOS Sonoma' app. It is located inside the app bundle at `/Applications/Install macOS Sonoma.app/Contents/Resources/createinstallmedia` and is specifically designed for this purpose, ensuring the USB drive is properly formatted and the installer is written correctly for UEFI boot.

Exam trap

CompTIA often tests the distinction between disk management tools (`diskutil`, `hdiutil`) and the specific installer creation tool (`createinstallmedia`), leading candidates to pick `diskutil` or `hdiutil` because they are familiar with formatting drives or mounting images, but they cannot create a bootable installer from the macOS app bundle.

How to eliminate wrong answers

Option A is wrong because `diskutil` is used for managing disks and partitions (e.g., formatting, mounting, unmounting) but cannot create a bootable installer from an app bundle. Option B is wrong because `asr` (Apple Software Restore) is used for restoring disk images to volumes, not for creating bootable USB installers from macOS installer apps. Option D is wrong because `hdiutil` is used for manipulating disk images (e.g., mounting, converting, resizing DMG files) and cannot directly create a bootable USB installer from the macOS installer application.

Ready to test yourself?

Try a timed practice session using only macOS Features and Tools questions.