Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCPP1 - Certified Professional Python Programmer 1

Domain 5Objective 1

PCPP-32-101 5.1 Database Programming in Python PCPP-32-1 Practice Questions (Page 3)

Part of the File Processing and Communicating with a Programs Environment domain, which accounts for 15% of the PCPP-32-1 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~4–7 in this domain), expect 2–4 from this objective — we provide 26 practice questions to prepare you well beyond it. (estimate)

26questions here
6free pages
14concepts
15%of the exam

Questions 11–15

  1. 11application · medium

    A long-running script opens a SQLite connection, performs many read-only SELECT queries, and then exits. The developer notices that the database file remains locked even after the script finishes. What is the most likely cause and the best fix?

    Select an answer first
  2. 12foundation · easy

    What argument should you pass to sqlite3.connect() to create an in-memory database?

    Select an answer first
  3. 13foundation · easy

    Which SQL statement is used to create a new table in a database?

    Select an answer first
  4. 14foundation · easy

    Which SQL statement is used to retrieve data from a table?

    Select an answer first
  5. 15foundation · easy

    What does the fetchone() method return?

    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.