a few questions from hr
Front End Software Interview Questions
21,107 front end software interview questions shared by candidates
Describe a time of failure in your career. How did you remedy it (and prevent it from happening again)?
Build a simple interactive UI to display a list of an arbitrary organization or user's Github projects ranked by any meaningful metric you'd like, and allow the user to browse recent commits on that project.
The coding challenge was to build a program in Javascript that determines the best poker hand a player has given 5 cards
They asked about Final Year Project and other basic stuff about React
Asked me about my capabilities and what the job would require.
Are you willing to move to sweden
var X = function(someValue){ this.hello = function(){ return someValue; }; }; X.prototype.test = function(){ return this.someValue; }; var x = new X("hi"); ------ what will the following code return? alert(x.hello()); alert(x.test());
Event Propagation - specifically event bubbling. Give example.
Flex-box. CSS. JS.
Viewing 751 - 760 interview questions