
Python InstitutePCPP1 - Certified Professional Python Programmer 1
Domain 1Objective 10
PCPP-32-101 1.10 Perform Shallow and Deep Copy Operations PCPP-32-1 Practice Questions (Page 3)
Part of the Advanced Object-Oriented Programming domain, which accounts for 35% of the PCPP-32-1 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~9–16 in this domain), expect 1–1 from this objective — we provide 20 practice questions to prepare you well beyond it. (estimate)
20questions here
4free pages
5concepts
35%of the exam
Questions 11–15
- 11
A developer debugs a memory leak in a long-running service. The code maintains a list of processed request objects. After processing, the developer sets request = None but the memory usage keeps growing. Investigation shows the request objects are still referenced elsewhere. Which statement correctly explains the situation?
Select an answer first - 12
A developer maintains a configuration system where a base configuration contains a nested dictionary of feature flags. The developer creates config_copy = base_config.copy() and then modifies a feature flag via config_copy['features']['dark_mode'] = True. The developer is surprised to find the base configuration also changed. What is the most accurate explanation?
Select an answer first - 13
In Python, a variable name such as `x` is best described as which of the following?
Select an answer first - 14
After `a = [[1, 2], 3]` and `b = a.copy()`, what happens if you modify `b[0][0] = 99`?
Select an answer first - 15
Which statement correctly distinguishes an object's identity from its value?
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 Python Institute. “PCPP-32-1” is a trademark of its owner, used for identification only.