Cant share questions because of NDA
Front End Software Engineer Interview Questions
852 front end software engineer interview questions shared by candidates
Can not disclose specific questions, but they are your basic technical coding questions. Some are more applicable to the position than others, but all are relevant to software engineering.
First Round: Questions on CSS specificity, position Questions on JS concepts like inheritance, arrow functions, variable hoisting, variable declaration and memory allocation etc. Second Round: Write an algorithm to merge overlapping ranges, given two sets of ranges. Discussion on implementation of infinite scroll Third Round: Program to efficiently deal with hierarchical data where the data itself is stored in a flat format
How were you helping to improve the culture of your team in your previous company?
What was one of the negative feedback that you have received?
2 OA question. One is by chair. One is Given two arrays where array 'a' is fixed and array 'b' can be rearranged, for example a: 1,2,3,4,5 and b: 2,6,4,3,5. The objective is to rearrange array 'b' in such a way that as many numbers in 'b' as possible are greater than their corresponding numbers in 'a'. Finally, the sum of numbers in 'b' that are greater than the corresponding numbers in 'a' is calculated. For example, if a: 1,2,3,4,5 and b: 2,3,4,5,6 -> return 2+3+4+5+6.
Data structure algorithm with a few parts/constraints
A question to filter out duplicates from an array using JS.
Write an algorithm that returns the angle of the hands of a clock
Graph problem with async and promises
Viewing 401 - 410 interview questions