What is ASP.NET life cycle?
Software Engineer Front End Interview Questions
946 software engineer front end interview questions shared by candidates
They played a video and then recorded your response using your own camera.
What is the difference between stack and queue? What is a circular linked list?
Merge k sorted Array lists
Minesweeper problem. Write a function reveal() that outputs the number of tiles shown when a user clicks on a tile. Each tile shows the number of bombs as its neighbor. If the user click on a tile that is a bomb, the game is over. If that tile is 0, reveal all its neighbors.
They asked me to do a technical challenge first and in later interviews about how I would deal with many different circumstances.
System design for a simple API request, saving data to database, pros and cons of different design decisions.
JS coding questions ReactJS tech questions
How does browser work under the hood?
Using these arrays, return how many times a pair of numbers occurs in the array. [(3, 2), (3, 2), (2, 1), (1, 2)] -> 2 [(3, 1), (4, 5)] -> 0 [(1, 2), (5, 6), (6, 5)] -> 1
Viewing 81 - 90 interview questions