GFACT CERTIFICATION EXAM 2026 UPDATE
QUESTIONS AND CORRECT VERIFIED ANSWERS
ALREADY GRADED A+ (BRAND NEW VISION)
(B2, Pg369) What command is used to generate lists of images that are stored locally and
provides arguments for handling them?
A) docker images
B) docker pull
C) docker run
D) vi Dockerfile
E) docker ps - ANS-docker images
What is the significance of the items listed in pwbdbg's backtrace?
A) They are all of the functions called up to this point
B) They are functions currently loaded in the CPU cache
C) It is a list of functions that are about to be called
D) They are pointed to by the _GLOBAL_OFFSET_TABLE_ - ANS-They are all of the functions
called up to this point
(B3, Pg340) Which packet header field characteristic is a strong indicator of data exfiltration?
A) TCP Packets in a session with varying message data sizes
B) ICMP echo requests with varying data field sizes
,C) UDP packets with invalid checksums
D) Yo mama - ANS-ICMP echo requests with varying data field sizes
(B3, Pg108) During which stage of incident response should the adequacy of policies be
examined?
A) Lessons learned
B) Eradication
C) Recovery - ANS-Lessons Learned
(B3, Pg21) What is a way to check the symmetric or asymmetric encryption?
A) The Website's SSL certificate
B) The Public Key
C) The Private Key
D) Yo Mama - ANS-The Website's SSL certificate
Which of the follow C:\Windows\System32 subdirectories may provide stored credentials from
unattended installs?
A) Restore
B) Boot
C) Sysprep
D) Dism - ANS-Sysprep
(B2, Pg292) Which of the following is one of the four User Account Control (UAC) settings on a
Windows system?
,A) Access this computer from the network
B) Full control
C) Run as Administrator
D) Always notify - ANS-Always notify
(B1, Pg236) What HTTP protocol request asks a web server to retrieve metadata without the
data?
A) PUT
B) HEAD
C) GET
D) POST - ANS-HEAD
(B1, Pg132) What command will change your directory to the current home folder?
A) cd ~
B) cd ..
C) cd //
D) cd Yo Mama - ANS-cd ~
What does the home folder contain?
A) The user directories for every user other than the root
B) All directories under the Windows machine
C) The specific user's directory
, D) Yo Mama - ANS-The user directories for every user other than the root
Examine the list from a Python program below. Which statement will display Oregon?
PNW_states = [ 'Washington' , 'Oregon' , 'Idaho' , 'Montana' , 'Wyoming' ]
A) print(PNW_states[2])
B) print(PNW_states(2))
C) print(PNW_states[1])
D) print(PNW_states[0][2]) - ANS-print(PNW_states[1])
If you run the command "Python" on a Linux system where it is installed, what will happen?
A)Python will list all currently installed libraries and modules
B) The computer will run Python in the background upon reboot
C) The operating system will prompt you for a Python code file to open
D) An interactive console will open for writing simple Python code - ANS-An interactive console
will open for writing simple Python code
A Web application is configured to validate a unique token value for each submitted user
request. What threat is being mitigated?
A) Local file inclusion
B) Cross site request forgery
C) Drive-by downloads
D) Command injection - ANS-Cross site request forgery
QUESTIONS AND CORRECT VERIFIED ANSWERS
ALREADY GRADED A+ (BRAND NEW VISION)
(B2, Pg369) What command is used to generate lists of images that are stored locally and
provides arguments for handling them?
A) docker images
B) docker pull
C) docker run
D) vi Dockerfile
E) docker ps - ANS-docker images
What is the significance of the items listed in pwbdbg's backtrace?
A) They are all of the functions called up to this point
B) They are functions currently loaded in the CPU cache
C) It is a list of functions that are about to be called
D) They are pointed to by the _GLOBAL_OFFSET_TABLE_ - ANS-They are all of the functions
called up to this point
(B3, Pg340) Which packet header field characteristic is a strong indicator of data exfiltration?
A) TCP Packets in a session with varying message data sizes
B) ICMP echo requests with varying data field sizes
,C) UDP packets with invalid checksums
D) Yo mama - ANS-ICMP echo requests with varying data field sizes
(B3, Pg108) During which stage of incident response should the adequacy of policies be
examined?
A) Lessons learned
B) Eradication
C) Recovery - ANS-Lessons Learned
(B3, Pg21) What is a way to check the symmetric or asymmetric encryption?
A) The Website's SSL certificate
B) The Public Key
C) The Private Key
D) Yo Mama - ANS-The Website's SSL certificate
Which of the follow C:\Windows\System32 subdirectories may provide stored credentials from
unattended installs?
A) Restore
B) Boot
C) Sysprep
D) Dism - ANS-Sysprep
(B2, Pg292) Which of the following is one of the four User Account Control (UAC) settings on a
Windows system?
,A) Access this computer from the network
B) Full control
C) Run as Administrator
D) Always notify - ANS-Always notify
(B1, Pg236) What HTTP protocol request asks a web server to retrieve metadata without the
data?
A) PUT
B) HEAD
C) GET
D) POST - ANS-HEAD
(B1, Pg132) What command will change your directory to the current home folder?
A) cd ~
B) cd ..
C) cd //
D) cd Yo Mama - ANS-cd ~
What does the home folder contain?
A) The user directories for every user other than the root
B) All directories under the Windows machine
C) The specific user's directory
, D) Yo Mama - ANS-The user directories for every user other than the root
Examine the list from a Python program below. Which statement will display Oregon?
PNW_states = [ 'Washington' , 'Oregon' , 'Idaho' , 'Montana' , 'Wyoming' ]
A) print(PNW_states[2])
B) print(PNW_states(2))
C) print(PNW_states[1])
D) print(PNW_states[0][2]) - ANS-print(PNW_states[1])
If you run the command "Python" on a Linux system where it is installed, what will happen?
A)Python will list all currently installed libraries and modules
B) The computer will run Python in the background upon reboot
C) The operating system will prompt you for a Python code file to open
D) An interactive console will open for writing simple Python code - ANS-An interactive console
will open for writing simple Python code
A Web application is configured to validate a unique token value for each submitted user
request. What threat is being mitigated?
A) Local file inclusion
B) Cross site request forgery
C) Drive-by downloads
D) Command injection - ANS-Cross site request forgery