Netflix L4 Phone Screen
Summary
Passed the Netflix L4 phone screen with two coding challenges: one easy and one medium level problem. The interview focused on implementing a JSON path query system and extending it to support wildcar...
Interview Experience
first an easy followed by mediumnot complicated as it soundsQuestion :1. Given a Json Object in the form of Map, and given a query to match a key by path (similar to jq), extract its value.2. How can you extend the functionality to support any key (“*”) match?Note: No json parsing required.Examples:...


