Loading...
Record Filter
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
Problem
A pipeline filter step selects records that match a set of criteria. Return only the records from the list where every key-value pair in the criteria dict matches the record.
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.