Courseiva
Back to Certified Associate Python Programmer PCAP questions

Scenario-based practice

Select Two (Multi-Select) Questions

Practise Certified Associate Python Programmer PCAP practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
PCAP
exam code
Python Institute
vendor

Scenario guide

How to approach select two (multi-select) questions

Multi-select questions tell you to 'Choose TWO' or 'Choose THREE'. Getting partial credit is not a thing — you must select all correct answers with no incorrect ones. The stem always states how many to choose, so trust it. These questions require precision, not best-guess elimination.

Quick answer

Select Two (Multi-Select) Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related PCAP topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Which THREE statements about inheritance in Python are correct?

Which THREE of the following statements about Python's module search path are true?

Which TWO of the following statements about Python's `sys.path` are true?

Which three statements about the Method Resolution Order (MRO) in Python are true? (Choose three.)

Which THREE of the following are true about the `__init__` method in Python?

Which TWO of the following statements about class attributes in Python are true?

Which TWO statements about Python's name mangling are correct?

Question 8hardmulti select
Full question →

Given s = 'a1b2c3', which TWO of the following expressions return the string '123'?

Which THREE of the following are true about method overriding in Python?

Which THREE of the following escape sequences are valid in a Python string and represent a single character? (Select exactly three.)

Which THREE of the following are valid ways to create a string in Python?

Question 12mediummulti select
Full question →

Which TWO of the following can be used to remove leading whitespace (spaces, tabs, newlines) from a string? (Choose exactly 2 correct answers.)

Which THREE of the following are immutable types in Python?

Question 14mediummulti select
Full question →

Which TWO of the following are valid ways to import a function 'foo' from a module 'bar' that is located in a package 'mypackage'?

Question 15easymulti select
Full question →

Which TWO statements about the 'from package import *' statement are correct?

Which THREE factors influence Python's module search path (sys.path)?

Which TWO of the following are special methods in Python?

Which THREE are valid ways to create a multiline string in Python?

Which THREE of the following statements about Python's 'with' statement are true? (Select exactly 3)

Which TWO of the following string methods modify the string in place? (Note: Python strings are immutable.)

These PCAP practice questions are part of Courseiva's free Python Institute certification practice question bank. Courseiva provides original exam-style PCAP questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.