Round 2: In-person White boarding: 1. Write the code to achieve the following: let myStr = "hello world!"; // your code here console.log(myStr); // !dlrow olleh 2. What is the output? Why? console.log(“one”); SetTimeout(function(){ console.log(“two”); }, 0); console.log(“three”); 3. For a given number ("n"), write a function that loops from 1 to "n" and outputs "Fizz" if the number is divisible by 3, "Buzz" if it is divisible by 5, "FizzBuzz" if it is divisible by both 3 & 5, and the number itself otherwise 4. What is the output? How to fix it? console.log(“start”); for(var i=0;i<5;i++){ setTimeout[function(){ console.log(i); },0); } console.log(“end”); 5. For a given array ([8, 7, 5, 3, 3, 0, 9, 1]), do the following: (must use ES6 Array methods) i) Sort in ascending order ii) Remove duplicates iii) Find numbers greater than a particular number (for ex: greater than 3)
Senior Front End Developer Interview Questions
1,305 senior front end developer interview questions shared by candidates
There was a coding test involving scss
There was a coding test that seemed to involved string replacement
Design a REST interface for this specific use case
How will you design a menu with submenu with again a submenu like country/state/city with api calls
please create a form and html
I had various types of questions, technical looking for SPA architecture, business related on how to handle client request along with software development cycle.
Why did you choose React as a framework for the test task?
Virtual DOM, Component Life Cycle, some JS questions, HackerRank calculator with testing
I received questions as if two teams are doing a development in OAuth for authentication and one of these teams ends first that it could be done to share the development to the other team
Viewing 131 - 140 interview questions