
Python InstitutePCAD - Certified Associate in Data Analytics with Python
Domain 2Objective 1
Core Python Proficiency PCAD-31 Practice Questions (Page 3)
Part of the Programming and Database Skills domain, which accounts for 33.3% of the PCAD-31 exam. Python Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~8–8 in this domain), expect 2–2 from this objective — we provide 50 practice questions to prepare you well beyond it. (estimate)
50questions here
10free pages
5concepts
33.3%of the exam
Questions 11–15
- 11
A data analyst at a retail company receives a list of sales transactions as a list of tuples, where each tuple is (product_id, quantity, price). They need to compute the total revenue for each product and store the result in a dictionary. Which approach correctly accomplishes this?
Select an answer first - 12
A data analyst is writing a script that will be run daily. They want to ensure it is efficient and maintainable. Which practice is most important?
Select an answer first - 13
A data analyst has a dictionary mapping product IDs to prices. They need to find the product with the highest price. Which code snippet correctly does this?
Select an answer first - 14
A data analyst is writing a function that takes a variable number of keyword arguments representing column names and their default values. They want to use these to create a dictionary. Which function definition is correct?
Select an answer first - 15
A data scientist is using a Jupyter notebook to explore a dataset. They want to see the first few rows of a pandas DataFrame. Which command should they use?
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. “PCAD-31” is a trademark of its owner, used for identification only.