Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCPP1 - Certified Professional Python Programmer 1

Domain 1Objective 9

PCPP-32-101 1.9 Advanced Techniques for Creating and Serving Exceptions PCPP-32-1 Practice Questions (Page 2)

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 18 practice questions to prepare you well beyond it. (estimate)

18questions here
4free pages
7concepts
35%of the exam

Questions 6–10

  1. 6application · medium

    A library defines a hierarchy: class AppError(Exception), class ConfigError(AppError), class DBError(AppError). A caller wants to catch any application-specific error but still be able to distinguish ConfigError from DBError for logging. Which except clause structure achieves this?

    Select an answer first
  2. 7foundation · easy

    When a new exception is raised inside an `except` block without explicit chaining, what attribute of the new exception references the original exception?

    Select an answer first
  3. 8foundation · easy

    What effect does `raise NewException from None` have on exception chaining?

    Select an answer first
  4. 9foundation · easy

    In Python, when an exception is raised, what is the exception itself?

    Select an answer first
  5. 10foundation · easy

    Which syntax explicitly chains an exception and sets the `__cause__` attribute?

    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.