Instabase interview question

Given a table in a string format, write a json parser for it. Expectation was to write a function which can handle all the edge cases. Interview duration was only 1 hour including personal and project questions.

Interview Answer

Anonymous

3 Mar 2024

It is difficult to implement a json parser in 30-40 minutes if you are doing it for the first time. Mostly and implementation based question.