Asked me to spin up a new React environment and program Minesweeper on the spot in TypeScript and React and would not answer any of my questions or help me when I was stuck on small syntax issues. I have never been in an interview with a person who was so completely silent, it was really weird. I was talking the entire time and maybe on 3 occasions, he would mutter a one or two-word response. Stopped me before we even hit the time limit and told me I would not go to round 2 of the panel interview. Clearly what they're looking for is someone who has created this game before and has memorized a solution.
Software Engineer Front End Interview Questions
852 software engineer front end interview questions shared by candidates
Question related to currying
Questions revolve around JS scope and closures, recursion, and some basic OOP.
Was given a function q(func) which accepts another function as input. Each time this function is called, it will execute the pass in function after 3 seconds. So, if it is called 3 times, q(func); q(func); q(func); the func passed inside will only get called after 3 seconds and the second one will get called only after the first one completes and so on.
Difference between == and === javascript
Public transportation monitor
System design: Design Zillow API.
Write a function that randomly selects item from a list. This is was just the first phase before you have to build more on top of the question.
First Round : 1. Define object. 2. Create an object and instantiate it. 3. When to use array and when to use linked-list. 4. Why we use AngularJS? (pros and cons). 5. Difference between event bind, and delegation. 6. Write a code to reverse every word in a give sentence string. Second Round: 1. Discussion about how to design a component on there web page using angularJS? 2. Difference between '==' and '==='. 3. other similar typeof ques. asked in 1st round
Call our API. Get some data. Do something. Put it in github. Send us the link.
Viewing 101 - 110 interview questions