Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCPP1 - Certified Professional Python Programmer 1

Domain 1Objective 4

PCPP-32-101 1.4 Understand Extended Function Argument Syntax and Use Decorators 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 30 practice questions to prepare you well beyond it. (estimate)

30questions here
6free pages
14concepts
35%of the exam

Questions 11–15

  1. 11expert · hard

    A developer has two decorators: @validate which checks input and raises ValueError if invalid, and @log which logs the function call. They apply them as: @log @validate def process(data): return data * 2 They call process('invalid') and validate raises ValueError. What is the order of execution?

    Select an answer first
  2. 12foundation · easy

    Can the @decorator syntax be applied to classes?

    Select an answer first
  3. 13foundation · easy

    What is the @decorator syntax equivalent to?

    Select an answer first
  4. 14foundation · easy

    Which of the following is a common use case for a decorator pattern?

    Select an answer first
  5. 15foundation · easy

    In a class-based decorator, what is stored in __init__?

    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.