[feih] companies/reddit: add GFE user experiences (#510)
This commit is contained in:
parent
6ef102e5fb
commit
2786acf03e
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: Reddit Front End Interview Questions
|
||||
sidebar_label: Reddit interview questions
|
||||
---
|
||||
|
||||
## 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 Reddit.
|
||||
|
||||
**14th May 2025**:
|
||||
|
||||
> Hi! You should prepare JavaScript fundamental and building UI problems with html, and JavaScript
|
||||
|
||||
**20th Feb 2025**:
|
||||
|
||||
> Reddit tech screen: question involving HTML forms and using the form data to construct a JSON object
|
||||
|
||||
**27th Oct 2024**:
|
||||
|
||||
> Yes I just had Reddit interview.
|
||||
>
|
||||
> Phone screen - ask some generic questions like GET & POST, XSS, implement feed (just talk about it). 20 mins simple coding with arrays and filters.
|
||||
>
|
||||
> Onsite
|
||||
> coding: manipulating arrays
|
||||
> system design: design quiz like game app
|
||||
> UI frontend coding: form related
|
||||
> - hiring manager round
|
||||
>
|
||||
> Reddit focus on communication and collaboration. No reactjs, just prep for JavaScript and html.
|
||||
|
||||
For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)!
|
||||
|
|
@ -57,6 +57,7 @@ module.exports = {
|
|||
'companies/lyft-front-end-interview-questions',
|
||||
'companies/twitter-front-end-interview-questions',
|
||||
'companies/salesforce-front-end-interview-questions',
|
||||
'companies/reddit-front-end-interview-questions',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue