Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCPP1 - Certified Professional Python Programmer 1

Domain 1Objective 3

PCPP-32-101 1.3 Understand and Use Inheritance, Polymorphism, and Composition PCPP-32-1 Practice Questions (Page 1)

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

26questions here
6free pages
6concepts
35%of the exam

Questions 1–5

  1. 1application · medium

    A developer is designing a notification system. The system has EmailNotifier and SMSNotifier classes that both have a `send(message)` method. A NotificationManager class needs to use either notifier based on configuration. Which design is most appropriate?

    Select an answer first
  2. 2expert · hard

    A developer is designing a class hierarchy for a game. The classes are: class Animal: pass; class Flying: pass; class Bird(Animal, Flying): pass; class Penguin(Bird): pass. The developer wants to add a `move` method to Flying and Animal. When a Penguin instance calls `move()`, which class's method will be invoked?

    Select an answer first
  3. 3foundation · easy

    Which statement correctly describes the purpose of a class hierarchy in Python?

    Select an answer first
  4. 4foundation · easy

    Which attribute of a class provides its Method Resolution Order as a tuple?

    Select an answer first
  5. 5application · medium

    A developer is modeling a vehicle system. The base class Vehicle has a start() method. Car and Motorcycle inherit from Vehicle and override start(). The developer wants to add an ElectricCar class that is a Car but also has a Battery. Which design is most appropriate?

    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.