Courseiva
Back to Certified Entry-Level Python Programmer PCEP questions

Scenario-based practice

Select Two (Multi-Select) Questions

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

20
scenario questions
PCEP
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 PCEP 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 TWO of the following exceptions are built-in Python exceptions? (Select exactly 2)

Which TWO of the following expressions evaluate to True in Python? (Choose two.)

Question 3mediummulti select
Full question →

Which THREE of the following expressions evaluate to the integer 1? (Select three.)

Which TWO of the following are valid variable names in Python? (Choose two.)

Which TWO of the following are valid Python data types?

Question 6hardmulti select
Full question →

Which THREE of the following are valid ways to iterate over a list?

Question 7mediummulti select
Full question →

Which TWO of the following are valid ways to create a tuple containing the elements 1 and 2? (Select two.)

Question 8hardmulti select
Full question →

Which TWO of the following expressions will evaluate to True?

Which TWO operators in Python yield an integer result when applied to two integers?

Question 10hardmulti select
Full question →

Which three of the following statements about lists are true? (Choose three.)

Which two of the following are valid Python variable names? (Choose two.)

Which THREE statements about the break statement in Python are correct? (Choose three.)

Which THREE of the following are Python built-in data types?

Question 15hardmulti select
Full question →

Which TWO of the following code snippets will produce the output '0 1 2'? (Choose two.)

Question 16hardmulti select
Full question →

Given the following code, which of the following statements are true after execution? (Choose three.)

x = 10 y = 3.0 z = x / y w = x // y

Question 17mediummulti select
Full question →

Which FOUR of the following are correct uses of the print() function?

Which of the following are valid Python variable names? (Choose two.)

Which THREE of the following are valid Python variable names?

Question 20hardmulti select
Full question →

Which two of the following expressions return the value 5? (Choose two.)

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