What are you currently working on?
Software Engineer Front End Interview Questions
960 software engineer front end interview questions shared by candidates
Why are you leaving your current job?
- Build a search bar and table - Build a month year input form
What are your salary requirements? Are you interviewing with other companies?
Do you know people like John Papa and many other people which participate in open source projects.
What are your greatest strengths or weaknesses? How do you handle conflict? How do you work in teams and solve problems as a part of a team?
Owner ask you to describe the job you are interviewing for, a simple scan on the Job description is enough
Say something about Hadoop and how to deal with millions data in MySQL
The fibonacci sequence was the hardest, but still not very hard. The odd bit is that the interviewer seemed to think I should have solved this recursively, but that would be a common mistake for recursion. fib(n-1) + fib(n), as it gives exponential growth, something like O(n^n-1). Not sure which but exponentially longer than an the iterative method of O(n)
Design a web app that retrieves data from a given api, and then displays that data. Each element in the data should have it's own page with details about it and people's posted comments. The code must be written in react or backbonejs, and it should be production quality. Also include unit tests for everything. The only really hard part is that the rich text data comes back in a very strange syntax. Random sequences of characters have specific meanings as far as how the text should be formatted, and they are not following any type of standard. You have to just write code for handling all of the different character sequences. Also you pretty much have to be comfortable with React or BackboneJS.
Viewing 501 - 510 interview questions