Dropbox interview for frontend dev

Oracle
OsRE25

Go to company page Oracle

OsRE25
Aug 22, 2020 15 Comments

I recently interviewed for a frontend role at Dropbox. The interview went well and I was able to answer all of the questions and got the correct output by using all the right techniques. The question was about selecting and returning all html nodes with a given class (I was not allowed to use any of the existing APIs). I used recursion to parse through the dom and return all nodes. The test cases ran successfully. But I still got rejected. Can someone point me to a good solution that would have helped me clear the interview? #dropboxinterview #dropbox #frontend

comments

Want to comment? LOG IN or SIGN UP
TOP 15 Comments