the basics questions talk about your self?
Senior Front End Engineer Interview Questions
2,000 senior front end engineer interview questions shared by candidates
In Mettl online test they have 45 Questions which one needs to answer in 45 min. There are Questions from ReactJS HTML CSS OOPS Concepts RESTful Web Services GIT Jenkins SVN Linux SQL NoSQL
Simple application with sorting, listing, filtering.
Do you have a github account?
3 algorithms, questions about javascript, angular, es6, the problem consisted in the person who made the test and analyzed my test, how is it possible that they look for a senior developer and the person who made a test is a person who lacks frontend knowledge when he has less than 3 years of knowledge
Give me an overview of your career to date and what you are working on now
We have this small dashboard built in React. Complete these tasks: add the user's name to the dashboard, so that it says, "Welcome, [user]!"; how would we pass properties from the parent component to child components; what are some ways we can update data in the component as the user types into the text box?
Do not really remember interview questions, but IT team did technical question, and CEO more personal questions.
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)
Coding assignment was given, bonus points for not using any libraray / Framework
Viewing 181 - 190 interview questions