GFACT ACTUAL TEST PAPER COMPLETE
QUESTIONS AND SOLUTIONS TESTED
ANSWERS
◉ 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_
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: HEAD
, ◉ (B1, Pg132) What command will change your directory to the
current home folder?
A) cd ~
B) cd ..
C) cd //
D) cd Yo Mama
Answer: 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
Answer: 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' ]
QUESTIONS AND SOLUTIONS TESTED
ANSWERS
◉ 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_
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: 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
Answer: HEAD
, ◉ (B1, Pg132) What command will change your directory to the
current home folder?
A) cd ~
B) cd ..
C) cd //
D) cd Yo Mama
Answer: 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
Answer: 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' ]