What is webpack?
Senior Front End Engineer Interview Questions
2,000 senior front end engineer interview questions shared by candidates
Write CSS/JavaScript to change display of html elements?
Tell me about your background.
In the casual interview, the recruiter asked about general work experience, expectation. In the technical interview, I was asked 2 questions, one regarding data structure, and another regarding DOM.
How would you use forms in React
How to flatten this array [[4,5,6],3,2,1,[7,8]]
They asked me to write a function that takes several different ratios for currency exchanges and asks me to calculate the exchange rates.
Write a javascript function to add up values in an array
Lets say you have two strings: 'the' and 'The cop has a nice little hat.' Write a function that will check each character from first string and count the same in the second string. Return the total count. For example, character 't' occurred 3 times (case sensitive), character 'h' occurred 3 times and character 'e' occurred 3 times in the second string. Total count = 9.
write a Java program to print the 1st 25 Fibonacci numbers
Viewing 61 - 70 interview questions