
GIAC Python Coder
Domain 1Objective 2
Data Structures GPYC Practice Questions (Page 3)
Part of the Python Fundamentals domain, which makes up ~43% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 120-minute exam (~50–80 total, ~22–34 in this domain), expect 4–7 from this objective — we provide 37 practice questions to prepare you well beyond it. (estimate)
37questions here
8free pages
12concepts
Questions 11–15
- 11
What does the string method split() return by default when called without arguments?
Select an answer first - 12
What is the result of the expression 'x' in ['x', 'y']?
Select an answer first - 13
What is the difference between a shallow copy and a deep copy of a nested list?
Select an answer first - 14
Which set method adds an element to the set only if it is not already present, and does not raise an error if it is already present?
Select an answer first - 15
A developer has a list 'items' and needs to iterate over it, printing each item with its index. Which code snippet correctly uses enumerate()?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GPYC” is a trademark of its owner, used for identification only.