Which three fields are present in every /etc/fstab entry? (Choose three.)
Correct. The mount point specifies where the filesystem will be attached to the directory tree and is required.
Why this answer
Every /etc/fstab entry consists of six whitespace-separated fields: device, mount point, filesystem type, options, dump, and pass. Although dump and pass can be omitted and default to 0, the dump field is considered present in every entry due to its default value. The question asks for three fields that are present in every entry; these include the mount point (A), device (B), and dump field (C).
The filesystem type (D) is also present, but the question requires exactly three choices, and the dump field is often overlooked. UUID (E) is not a separate field; it is a method to specify the device.
Exam trap
Candidates often think the dump field is optional and thus not present in every entry, but it defaults to 0, making it a field present in all entries. The question asks for fields present, not only mandatory ones.