[feih] companies/dropbox: add GFE user experiences (#501)

This commit is contained in:
Zhou Yuhang 2025-06-22 09:36:36 +08:00 committed by GitHub
parent 901e4915d5
commit 5ddd3a13f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -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)!