The Config Blender
A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- easy
- Seniority
- L3
Problem
Given two dicts base and override, recursively deep-merge them. For any key, if both sides have dict values, recurse. Otherwise the override value wins. Do not mutate inputs.
Summary
Config collision. The surviving values after a merge.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.