You are given four numbers (type int), and have four basic math operators at your disposal (+, -, x, /). Given arbitrary ways to group the numbers and using any of the operators, determine if you can make the number 24 from the four numbers. The numbers must be processed in the order they appear.
Software Engineer Front End Interview Questions
947 software engineer front end interview questions shared by candidates
Cant share questions because of NDA
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?
What is your day-to-day routine in your current job?
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.
Viewing 441 - 450 interview questions