realistic practice questions and answers for the GIAC GFACT (Foundational Cybersecurity
Technologies) exam. Designed to mirror the exact style, difficulty, and domains of the official test.
Why Choose This Practice Exam?
• Targeted Preparation: Covers all essential domains of the GFACT curriculum, including
Network Security, Cryptography, Linux/Windows Foundations, and Basic Programming.
• Overcome Exam Anxiety: Familiarize yourself with the layout and question structures so
you can maximize your time on the actual 2-hour, 75-question proctored exam.
• Instant Delivery: Get immediate access to your downloadable PDF, allowing you to study
anytime, anywhere.
Exam Topics Covered
• Security & Risk Concepts: Basics of CIA Triad, hashing algorithms, encryption, and
encoding.
• Networking & Servers: TCP/IP, OSI model, DNS, and essential network devices.
• Operating Systems & Hardware: Windows CLI commands, Linux architecture,
virtualization, and computer components.
• Exploitation & Forensics: Incident response stages, forensics tools, and attack anatomy.
• Practical Programming: Foundational scripting concepts in Python and C.
Who Is This For?
Perfect for IT students, beginners launching their cybersecurity careers, and candidates taking the
SANS SEC275 course. This resource is an invaluable supplement to your exam prep to ensure you
easily hit the required passing score.
1
, Quiz_________________?
(B1, Pg 236) If the user agent is used, where would it be found in the HTTP protocol?
A) In the response body
B)In the response header
C) Delimited by an h1 tag
D) In a GET Request -
ANSWER✅
In a GET Request
Quiz_________________?
(B1, Pg83) What kind of storage system are in USB's?
A)exFAT
B)FAT32
C)NTFS
D)HFS Plus -
ANSWER✅
exFAT
Quiz_________________?
(B1, Pg100) The user starts Microsoft Word and clicks File | Open. What does word do as a
result?
A) Generates a software interrupt
B) Loads the kernel
C) Opens the appropriate output HID
2
, D) Yo Mama -
ANSWER✅
Generates a software interrupt
Quiz_________________?
(B1, Pg100) When is a software interrupt issued by a computer?
A) When a user switches from one visible program to another in the GUI
B) When power is suddenly cut off the CPU
C) When a user has not taken action in a pre-specified amount of time
D) When a new event occurs that requires attention from the processor -
ANSWER✅
When a new event occurs that requires attention from the processor
Quiz_________________?
(B1, Pg107) What is the software or firmware platform that hosts a virtual machine called?
A) Guest System
B) Hypervisor
C) Container
D) Operating System -
ANSWER✅
Hypervisor
Quiz_________________?
(B1, Pg128) What is the result of the following Linux command?
3
, sudo find /etc -exec sh -i /;
A)Updating files in /etc with sh
B)Listing executable file in /etc
C) Gaining a shell with root access -
ANSWER✅
Gaining a shell with root access
Quiz_________________?
(B1, Pg128) Which Linux command will allow a user to run a command with escalated
privileges using their own password?
A)sudo
B)bash
C)su
D)which
*HINT* The "blank" program will allow a user to temporarily take on the privileges of the
root account to run a command and then it will drop user privilege level back down to your
normal account levels after the command runs. The way "blank" works is there is a
configuration file called "sudoers" file, which basically a list of which accounts are allowed to
do what with superuser privileges (and only root can edit it). When a user wants to run a
command with privileges, they append "blank" before the command. They will then be
prompted for their normal account password (not the root password), and then the
command will run with super user privileges. -
ANSWER✅
sudo
4