diff --git a/contents/companies/reddit-front-end-interview-questions.md b/contents/companies/reddit-front-end-interview-questions.md new file mode 100644 index 000000000..e00504b12 --- /dev/null +++ b/contents/companies/reddit-front-end-interview-questions.md @@ -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)! diff --git a/website/sidebars.js b/website/sidebars.js index f4ccd2525..d0d437481 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -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', ], }, ],