Skip to content

Commit 2786acf

Browse files
authored
[feih] companies/reddit: add GFE user experiences (#510)
1 parent 6ef102e commit 2786acf

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Reddit Front End Interview Questions
3+
sidebar_label: Reddit interview questions
4+
---
5+
6+
## Insider tips from the GreatFrontEnd community
7+
8+
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.
9+
10+
**14th May 2025**:
11+
12+
> Hi! You should prepare JavaScript fundamental and building UI problems with html, and JavaScript
13+
14+
**20th Feb 2025**:
15+
16+
> Reddit tech screen: question involving HTML forms and using the form data to construct a JSON object
17+
18+
**27th Oct 2024**:
19+
20+
> Yes I just had Reddit interview.
21+
>
22+
> Phone screen - ask some generic questions like GET & POST, XSS, implement feed (just talk about it). 20 mins simple coding with arrays and filters.
23+
>
24+
> Onsite
25+
> coding: manipulating arrays
26+
> system design: design quiz like game app
27+
> UI frontend coding: form related
28+
> - hiring manager round
29+
>
30+
> Reddit focus on communication and collaboration. No reactjs, just prep for JavaScript and html.
31+
32+
For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)!

website/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = {
5757
'companies/lyft-front-end-interview-questions',
5858
'companies/twitter-front-end-interview-questions',
5959
'companies/salesforce-front-end-interview-questions',
60+
'companies/reddit-front-end-interview-questions',
6061
],
6162
},
6263
],

0 commit comments

Comments
 (0)