Online Access Free GPYC Practice Test

Exam Code:GPYC
Exam Name:GIAC Python Coder (GPYC)
Certification Provider:GIAC
Free Question Number:75
Posted:Aug 27, 2026
Rating
100%

Question 1

Which of the following import statements will add the ability to parse data with regular expressions to your script?

Question 2

A log file is stored in variable "a". The file has the following format for each log entry, in order, stored in big endian:
Field 1: 2-byte integer
Field 2: 2-byte integer
Field 3: 4-byte string
Which of the following would unpack a line from the log file into the proper fields?

Question 3

What is the output of the following command typed in Python interactive mode?

Question 4

What is the output of the following line of code typed into a Python interactive session?
>>>print (8 <<1)

Question 5

What is the output of the following line of code typed into a Python interactive session?
>>> print ( int ("1111", 2) )

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.