Clipboard Interview Question

Asked to pull a repo which contained simple api(s) and asked to write a function which leveraged responses from multiple api calls and normalize into a pre-determined model object.

Interview Answer

Anonymous

Feb 19, 2025

Once I actually got their assessment to work, the function was very simple. They actually provide you with all the data endpoints and its just a matter of calling them and deriving a resultant object from the responses.