Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCAD - Certified Associate in Data Analytics with Python

Domain 1Objective 3

Data Validation and Integrity PCAD-31 Practice Questions (Page 1)

Part of the Data Acquisition and Pre-Processing domain, which accounts for 29.2% of the PCAD-31 exam. Python Institute does not publish an official question count, but from its 60-minute exam (~25–40 total, ~7–7 in this domain), expect 2–2 from this objective — we provide 10 practice questions to prepare you well beyond it. (estimate)

10questions here
2free pages
2concepts
29.2%of the exam

Questions 1–5

  1. 1application · medium

    A retail analytics team receives daily CSV exports from 200 store locations. Each file has columns: store_id, transaction_date, amount, and currency. The team notices that some files contain rows where amount is negative, and a few rows have transaction_date formatted as 'YYYY-MM-DD' while others use 'MM/DD/YYYY'. The data must be loaded into a single DataFrame for reporting. What is the most appropriate validation approach to apply during ingestion?

    Select an answer first
  2. 2application · medium

    A university's registrar office collects student enrollment data. Each record must have a valid student_id (existing in the student master table) and an enrollment_date that is not in the future. What is the most appropriate validation strategy?

    Select an answer first
  3. 3application · medium

    A marketing team collects customer feedback via an online form. The form includes a 'rating' field (1–5 stars) and a 'comments' field (free text). The team wants to ensure that the rating is always an integer between 1 and 5, and that comments are not empty when the rating is 1. Which validation approach should be used?

    Select an answer first
  4. 4application · medium

    A subscription service stores customer records. The 'subscription_type' column must be one of 'basic', 'premium', or 'enterprise'. The 'monthly_fee' must be greater than 0. A data analyst discovers rows with subscription_type 'gold' and monthly_fee of -5. What is the best way to enforce integrity for future data entries?

    Select an answer first
  5. 5foundation · easy

    A data analyst is reviewing a pandas DataFrame and needs to identify which columns contain missing values. Which pandas method is specifically designed to return a Boolean mask indicating the presence of missing values?

    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.