WGU D281 Linux Foundations Practice Exam 2026–2028 | Questions
with Detailed Answers & Explanations | Bash, Linux Commands,
Networking, Security, Filesystems, Package Management & System
Administration – JUST RELEASED.pdf
DOMAIN 1: SYSTEM ARCHITECTURE & LINUX INSTALLATION
Question 1
What is the core component of the Linux operating system that manages
hardware, memory, and processes?
A) The X Window System
B) The GNU utilities
C) The Shell
D) The Kernel
Correct Answer: D) The Kernel
Rationale: The kernel is the heart of the OS, acting as the bridge between
software and hardware. The shell is a command-line interface, and the GNU
utilities are user-space tools .
Question 2
Which component is loaded into memory first by the bootloader to start the
Linux operating system?
A) The init system
B) The bash shell
C) The Linux kernel
D) GRUB
Correct Answer: C) The Linux kernel
Rationale: The bootloader (like GRUB) loads the Linux kernel into memory. The
kernel then initializes hardware and starts the first process (init or systemd) .
,Question 3
What is the first process started by the Linux kernel, identified by PID 1?
A) bash
B) systemd
C) init or systemd (depending on distribution)
D) GRUB
Correct Answer: C) init or systemd (depending on distribution)
Rationale: PID 1 is the first user-space process started by the kernel. On older
systems it is init, while most modern distributions use systemd. Both serve as the
parent of all other processes .
Question 4
Which of the following is an example of embedded Linux?
A) Android
B) Red Hat Linux
C) Fedora
D) Linux Mint
Correct Answer: A) Android
Rationale: Android is built on the Linux kernel and is designed for mobile and
embedded devices. Red Hat, Fedora, and Linux Mint are desktop/server
distributions .
Question 5
Which version of Linux should be installed on a system with a 32-bit processor?
A) x64
B) x86_64
C) x86
D) x32
,Correct Answer: C) x86
Rationale: x86 refers to the 32-bit architecture. x86_64 and x64 refer to 64-bit
architectures .
Question 6
Which of the following does Raspbian Linux run on?
A) AWS Cloud
B) Smartphone
C) Raspberry Pi
D) Vehicle entertainment system
Correct Answer: C) Raspberry Pi
Rationale: Raspbian (now Raspberry Pi OS) is the official operating system for the
Raspberry Pi single-board computer .
Question 7
What directly controls hardware and translates commands from software into
something the hardware can understand?
A) Finder
B) Explorer
C) Kernel
D) Procmon
Correct Answer: C) Kernel
Rationale: The kernel is the core of the operating system that directly interacts
with hardware and translates software commands into hardware actions .
Question 8
Where is the operating system typically stored on a Raspberry Pi?
, A) On a built-in BIOS chip
B) On a removable SD card
C) On an NVMe SSD connected via PCIe
D) On a read-only partition of the firmware
Correct Answer: B) On a removable SD card
Rationale: Unlike a PC, the Raspberry Pi has no internal storage. It relies on an SD
card (or USB drive) containing the bootloader and OS .
Question 9
Which of the following is a requirement of the GPL license but not the BSD
license?
A) The GPL license forbids the removal of copyright and license notices
B) The GPL license contains a disclaimer of warranty
C) The GPL license requires mediation with the Free Software Foundation
D) Users who modify and distribute GPL software must make modifications
available under the same license
Correct Answer: D) Users who modify and distribute GPL software must make
modifications available under the same license
Rationale: The GPL is a "copyleft" license requiring derivative works to be
distributed under the same terms. BSD licenses are more permissive and do not
require this .
Question 10
What does GUI stand for?
A) General User Interface
B) Great User Image
C) Generic Unique Interlink
D) Graphical User Interface
Correct Answer: D) Graphical User Interface
with Detailed Answers & Explanations | Bash, Linux Commands,
Networking, Security, Filesystems, Package Management & System
Administration – JUST RELEASED.pdf
DOMAIN 1: SYSTEM ARCHITECTURE & LINUX INSTALLATION
Question 1
What is the core component of the Linux operating system that manages
hardware, memory, and processes?
A) The X Window System
B) The GNU utilities
C) The Shell
D) The Kernel
Correct Answer: D) The Kernel
Rationale: The kernel is the heart of the OS, acting as the bridge between
software and hardware. The shell is a command-line interface, and the GNU
utilities are user-space tools .
Question 2
Which component is loaded into memory first by the bootloader to start the
Linux operating system?
A) The init system
B) The bash shell
C) The Linux kernel
D) GRUB
Correct Answer: C) The Linux kernel
Rationale: The bootloader (like GRUB) loads the Linux kernel into memory. The
kernel then initializes hardware and starts the first process (init or systemd) .
,Question 3
What is the first process started by the Linux kernel, identified by PID 1?
A) bash
B) systemd
C) init or systemd (depending on distribution)
D) GRUB
Correct Answer: C) init or systemd (depending on distribution)
Rationale: PID 1 is the first user-space process started by the kernel. On older
systems it is init, while most modern distributions use systemd. Both serve as the
parent of all other processes .
Question 4
Which of the following is an example of embedded Linux?
A) Android
B) Red Hat Linux
C) Fedora
D) Linux Mint
Correct Answer: A) Android
Rationale: Android is built on the Linux kernel and is designed for mobile and
embedded devices. Red Hat, Fedora, and Linux Mint are desktop/server
distributions .
Question 5
Which version of Linux should be installed on a system with a 32-bit processor?
A) x64
B) x86_64
C) x86
D) x32
,Correct Answer: C) x86
Rationale: x86 refers to the 32-bit architecture. x86_64 and x64 refer to 64-bit
architectures .
Question 6
Which of the following does Raspbian Linux run on?
A) AWS Cloud
B) Smartphone
C) Raspberry Pi
D) Vehicle entertainment system
Correct Answer: C) Raspberry Pi
Rationale: Raspbian (now Raspberry Pi OS) is the official operating system for the
Raspberry Pi single-board computer .
Question 7
What directly controls hardware and translates commands from software into
something the hardware can understand?
A) Finder
B) Explorer
C) Kernel
D) Procmon
Correct Answer: C) Kernel
Rationale: The kernel is the core of the operating system that directly interacts
with hardware and translates software commands into hardware actions .
Question 8
Where is the operating system typically stored on a Raspberry Pi?
, A) On a built-in BIOS chip
B) On a removable SD card
C) On an NVMe SSD connected via PCIe
D) On a read-only partition of the firmware
Correct Answer: B) On a removable SD card
Rationale: Unlike a PC, the Raspberry Pi has no internal storage. It relies on an SD
card (or USB drive) containing the bootloader and OS .
Question 9
Which of the following is a requirement of the GPL license but not the BSD
license?
A) The GPL license forbids the removal of copyright and license notices
B) The GPL license contains a disclaimer of warranty
C) The GPL license requires mediation with the Free Software Foundation
D) Users who modify and distribute GPL software must make modifications
available under the same license
Correct Answer: D) Users who modify and distribute GPL software must make
modifications available under the same license
Rationale: The GPL is a "copyleft" license requiring derivative works to be
distributed under the same terms. BSD licenses are more permissive and do not
require this .
Question 10
What does GUI stand for?
A) General User Interface
B) Great User Image
C) Generic Unique Interlink
D) Graphical User Interface
Correct Answer: D) Graphical User Interface