Cultural fit questions regarding your previous experiences, managing difficult situations, communication style, team player examples. Tech questions about fixing a height issue with CSS, event propagation (differences between preventDefault and stopPropagation plus fixing an issue with this), a practical case using prototype, a small case using a for within a React application.
Front End Engineer Interview Questions
14,983 front end engineer interview questions shared by candidates
What are the angular operators?
what kind of function is this? func = () => {}
How much was your salary in the last company that you work for?
If you go to amazon.com website, you'll see that there is a section which shows you the top selling items in amazon. Write an algorithm that mimics the same. For example, you have 10 items and each has number of sales increasing randomly per second. Use the right data structure and algorithm to host the top selling item.
If was to choose what JS framework would I pick for a new project (e.g. from Ember, React and Angular).
2. setTimeout, Promise statements - Which one will be executed first
explain the process of working in react
2) Two Sum Leetcode and a modification after
We are given an array asteroids of integers representing asteroids in a row. For each asteroid, the absolute value represents its size, and the sign represents its direction (positive meaning right, negative meaning left). Each asteroid moves at the same speed. Find out the state of the asteroids after all collisions? If two asteroids meet, the smaller one will explode. If both are the same size, both will explode. Two asteroids moving in the same direction will never meet.
Viewing 1231 - 1240 interview questions