A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L3
Problem
Given a list of JSON strings, parse each and recursively extract every integer value (not float, not boolean). Return a dict mapping each distinct integer (as string key in output) to its total count across all parsed strings.
Summary
JSON strings are hiding numeric secrets - dig them out.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.