Senior Frontend Developer Interview Questions

1,608 senior frontend developer interview questions shared by candidates

- How do you make issue queries/mutations to a graphql server - how do you create graphql server ? What things you need ? - What is directive in graphql ? What is Fragment in GraphQL ? - How do you write unit tests for your Queries/Mutation (on server side) - TypeScript basics - Partial in TS - Decorators - union & discriminating unions - What are Generics in TS ? simple example - useCallback vs useMemo - call parent func from child component in React
avatar

Senior Frontend Developer-React JS

Interviewed at Firstsource Solutions

4.1
Jul 25, 2023

- How do you make issue queries/mutations to a graphql server - how do you create graphql server ? What things you need ? - What is directive in graphql ? What is Fragment in GraphQL ? - How do you write unit tests for your Queries/Mutation (on server side) - TypeScript basics - Partial in TS - Decorators - union & discriminating unions - What are Generics in TS ? simple example - useCallback vs useMemo - call parent func from child component in React

5. HIRING MANAGER INTERVEW (1 hour, Zoom). Two interviews in one: one part was a traditional interview describing my experience and why I wanted to work for Datadog and what I wanted to do at Datadog, and the other part was the presentation of a project that I had worked on in the past. They wanted to see that I had a sense of ownership of the project, that I had experience working across teams, that I was capable of leading a team and being the point person for implementing a technically challenging solution. They wanted to know how I navigated the difficulties of heading a project. I prepared a diagram ahead of time using excalidraw to explain the technical aspects and architecture to make things go a bit smoother.
avatar

Senior Software Engineer - Frontend

Interviewed at Datadog

4
Aug 4, 2023

5. HIRING MANAGER INTERVEW (1 hour, Zoom). Two interviews in one: one part was a traditional interview describing my experience and why I wanted to work for Datadog and what I wanted to do at Datadog, and the other part was the presentation of a project that I had worked on in the past. They wanted to see that I had a sense of ownership of the project, that I had experience working across teams, that I was capable of leading a team and being the point person for implementing a technically challenging solution. They wanted to know how I navigated the difficulties of heading a project. I prepared a diagram ahead of time using excalidraw to explain the technical aspects and architecture to make things go a bit smoother.

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
avatar

Senior Software Engineer - Frontend

Interviewed at Microsoft

4
May 7, 2022

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

Viewing 1051 - 1060 interview questions

Glassdoor has 1,608 interview questions and reports from Senior frontend developer interviews. Prepare for your interview. Get hired. Love your job.