5th round: Behavioral - Some deep behavioral questions, best to be answered using STAR (scheduled same day of system design round).
Frontend Software Engineer Interview Questions
869 frontend software engineer interview questions shared by candidates
what is memo in React?
what are the most boring aspects in your job? What is instead the aspect you like most?
What is Object-Oriented Programming, and what are its principles?
What are the differences between the UDP and TCP protocols?
write an algorithm in the language you prefer that given a string (or an array of letters - was a little ambiguous) returns the duplicates found. Describe its time and space complexity.
The attached Candidate Preparation Pack will help you familiarize yourself with Blueground and make the most of the recruitment process.
1. Given binary matrix write algorithm to find rectangle with largest area. e.g. [ [1,0,0,0] [0,1,1,1] [0,1,1,1] [0,0,0,0] 2. Analog to MS paint where you click a point, and all connected areas are auto filled with a color, you're given a matrix/grid with random number in it, so write a function that takes as parameters: canvas (matrix), x/y coordinates, and the color number to replace with. e.g. coordinates: 1,3, newColor:3 [[0,1,1,2,0,1] [1,0,2,2,1,1] [1,0,2,2,2,0]] so all adjacent 2's should be replaced with 3 3. Design front-end for an online chess game 4. Manager interview, just conversation about the interview process and about your background
Given React code, implement proper error handling and idle state
How did you work in a team and the other departments to get a work done?
Viewing 551 - 560 interview questions