Junior Frontend Developer Interview Questions

13,299 junior frontend developer interview questions shared by candidates

Use React to make a 4x4 grid where each cell can have a normal, active, or dead state (should be reflected with colors). Clicking a cell will toggle it between normal and active, and activating a normal cell while another cell is active will make those two cells "fight" (use random number) and return one to normal and the other to dead. At the end, output the winning cell and all the cells that that cell defeated. Follow up: "What would you change about the code if you were going to add more functionality to the cells later"
avatar

Senior Frontend Engineer

Interviewed at Ramp

3.7
Jul 26, 2022

Use React to make a 4x4 grid where each cell can have a normal, active, or dead state (should be reflected with colors). Clicking a cell will toggle it between normal and active, and activating a normal cell while another cell is active will make those two cells "fight" (use random number) and return one to normal and the other to dead. At the end, output the winning cell and all the cells that that cell defeated. Follow up: "What would you change about the code if you were going to add more functionality to the cells later"

Write a calendar with overlaying events from scratch. It should have 1 column with hour markers, another column with events spanning these hours. Add input fields panel. User should be able to create/edit/delete these events Clicking on any event should autofill the input and allow for edit. All this in 45 mins time. Good luck!
avatar

Senior Frontend Engineer

Interviewed at Ramp

3.7
Jan 24, 2025

Write a calendar with overlaying events from scratch. It should have 1 column with hour markers, another column with events spanning these hours. Add input fields panel. User should be able to create/edit/delete these events Clicking on any event should autofill the input and allow for edit. All this in 45 mins time. Good luck!

Viewing 9761 - 9770 interview questions

Glassdoor has 13,299 interview questions and reports from Junior frontend developer interviews. Prepare for your interview. Get hired. Love your job.