Loading...
The Matching Manifest
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- junior, mid
Problem
A data pipeline reconciliation step needs to find values present in both an incoming batch and an existing dataset. Given two lists of integers, return a sorted list of values that appear in both. Duplicates across lists should only produce one entry per matched value.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.