Have you developed anything using WebGPU?
Senior Frontend Engineer Interview Questions
2,921 senior frontend engineer interview questions shared by candidates
What is the salary that I would want.
Capture the flag then print on screen with a typewriter effect
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"
Define a javascript class to represent a spreadsheet with read/write access and basic formula parsing.
Given a string, decode and complete a React challenge on codesandbox
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!
Q: How React works? What is Virtual DOM?
Most of the assessment question were centred around the specific requirement topics, which in my case were tightly related to 3D and Three.js. Other than that, the focus was primarily on the experience and general conceptual programming knowledge.
Who do you consider a good JavaScript developer?
Viewing 2091 - 2100 interview questions