What is Lazy loading in angular
Front End Engineer Interview Questions
14,961 front end engineer interview questions shared by candidates
Given an array of numbers list out all quadruplets that sum to 0. Do so with a running time of less than O(n^4)
Given an array of numbers list out all triplets that sum to 0. Do so with a running time of less than O(n^3)
Given a function print(obj) how will you print obj with few values changed without changing original obj.
They wanted to know if I had worked with Agile software development.
Asked about closure in JS
Without specifics, I was expected to understand common JS techniques, such as variable scope, and OO-programming. A predefined list of tests were written to ensure accuracy, and the question was iterative, meaning we built upon the previous solution. The interviewer was happy to help along the way
Implement this in JS then in python for bonus points: var init = "RR..LRL"; var animation = new Animation(init); Displays "XX..XXX" animation.animate(3); Displays ".X.XX.." What is happening here is that the R character should go to the right based on the input from animate, and L should go to the Left based on the amount in the animate function.
2nd stage: Technical Exercise Introduced me as a very simple React exercise to be done in around 2 hours. It was a table that would be filled by submissions of a form.
I do not remember specifically the questions, but they were puzzles to see the way one approaches problems.
Viewing 441 - 450 interview questions