From 5ddd3a13f9c06c76615590a31ed51f306c8fd862 Mon Sep 17 00:00:00 2001 From: Zhou Yuhang <54398705+xquisite0@users.noreply.github.com> Date: Sun, 22 Jun 2025 09:36:36 +0800 Subject: [PATCH] [feih] companies/dropbox: add GFE user experiences (#501) --- .../dropbox-front-end-interview-questions.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contents/companies/dropbox-front-end-interview-questions.md b/contents/companies/dropbox-front-end-interview-questions.md index 50336ced7..9e53366cd 100644 --- a/contents/companies/dropbox-front-end-interview-questions.md +++ b/contents/companies/dropbox-front-end-interview-questions.md @@ -38,3 +38,14 @@ Refer to the [full official Dropbox Web Developer Interview Preparation Guide](/ - You want to log the number of hits to a site. Implement two functions, `log_hit()` which gets called when a hit is registered, and `get_hits_in_last_five_minutes()` which returns the total number of hits in the last five minutes. _Source: [Glassdoor Dropbox Front End Developer Interview Questions](https://www.glassdoor.sg/Interview/Dropbox-Front-End-Developer-Interview-Questions-EI_IE415350.0,7_KO8,27.htm), [Glassdoor Dropbox Web Developer Interview Questions](https://www.glassdoor.sg/Interview/Dropbox-Web-Developer-Interview-Questions-EI_IE415350.0,7_KO8,21.htm?filter.jobTitleFTS=Web+Developer)_ + +## Insider tips from the GreatFrontEnd community + +These tips were shared by [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) users who have completed interviews with Dropbox. + +**11th Feb 2024**: + +> I did Dropbox two years ago. They loved testing Vanilla JS, no react +> i had to build carousel with vanilla js and there's debugging round purely made of vanilla JS + +For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)!