Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
CertNexus logo

CertNexusCertified Data Science Practitioner (CDSP)

Domain 2Objective 3

Objective 2.3 Merge and Load Data Sets CERTIFIED-DATA-SCIENCE-PRACTITIONER Practice Questions (Page 1)

Part of the 2.0 Extracting, Transforming, and Loading Data domain, which accounts for 17-25% of the CERTIFIED-DATA-SCIENCE-PRACTITIONER exam.

18questions here
4free pages
8concepts
17-25%of the exam

Questions 1–5

  1. 1expert · hard

    A data scientist has two tables: `transactions` (transaction_id, customer_id, amount, date) and `customer_feedback` (feedback_id, customer_id, rating, date). The scientist needs a dataset with all transactions and any matching feedback, but only for customers who have at least one transaction. Which join is correct?

    Select an answer first
  2. 2foundation · easy

    Which Python framework is commonly used to create a lightweight REST API endpoint to serve a cleaned dataset?

    Select an answer first
  3. 3foundation · easy

    You are merging a customer table with a transaction table on `customer_id`. The customer table has unique `customer_id` values, but the transaction table has multiple rows per customer. What type of join will this produce?

    Select an answer first
  4. 4expert · hard

    A database administrator needs to load a large CSV into a PostgreSQL table that has a foreign key constraint to a parent table. Some rows in the CSV reference non-existent parent keys. The load must succeed, and the bad rows must be identified. What is the best approach?

    Select an answer first
  5. 5foundation · easy

    Why is it important to ensure that a join key is unique in at least one of the datasets before performing a many-to-one merge?

    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 CertNexus. “CERTIFIED-DATA-SCIENCE-PRACTITIONER” is a trademark of its owner, used for identification only.