
Python InstitutePCAP - Certified Associate Python Programmer
Domain 3Objective 2
PCAP-31-03 3.2 Operate on Strings PCAP-31 Practice Questions (Page 1)
Part of the Strings domain, which accounts for 18% of the PCAP-31 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~5–8 in this domain), expect 2–3 from this objective — we provide 22 practice questions to prepare you well beyond it. (estimate)
22questions here
5free pages
10concepts
18%of the exam
Questions 1–5
- 1
What is the output of the following code? s = "Hello" print(s[1])
Select an answer first - 2
A developer is implementing a search that needs to find all positions where a substring `sub` appears in a string `s`. Which approach correctly returns a list of all starting indices?
Select an answer first - 3
Given the string s = "Python", what is the result of s[-1]?
Select an answer first - 4
Which of the following statements about Python strings is true?
Select an answer first - 5
A data-cleaning script processes a string `s = 'abcdefghij'`. The developer needs to extract every second character starting from the beginning, producing 'acegi'. Which slice expression achieves this?
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. “PCAP-31” is a trademark of its owner, used for identification only.