Write a function in the language of your choice that would return number n in the Fibonacci sequence. The interviewer was surprised that I didn't approach this function recursively, and I was surprised that he suggested it, because that would be the common mistake, an I think it would be something like O n(n-1), as opposed to the iterative O(n) approach.
Senior Front End Engineer Interview Questions
690 senior front end engineer interview questions shared by candidates
Average JS / Front-End focused questions. Some discussion around state management libraries like Redux & Vuex. Design a chat application using any component based library (verbally).
Make a todo list with vue
Did you have any exprerience with Redux, styling in React, etc
How to take a dirty dataset and using a language of my choice clean up the data so it could be useful.
Complete a todo app within 3 hours
Google Javascript interview questions. Create an image rotation solution without any javascript framework.
Interview process was how about things are done in my current company and why I leaving it and why I want to join Veeva systems. Explain how you did design a new product.
General questions about my background
1.difference between relative and absolute positioning with eg 2. what is html5 doctype 3. what are some html5 tags 4. manipulation of <a> tag via css 5. scope 6. SASS 7. what will be o/p and use closure to solve it 8. write a program to find odd number in object 9. given a string A and string B which is rotated string how would you fin it is actually rotated string ? 10. draw a pyramid of stars.
Viewing 581 - 590 interview questions