What is meant by pass by reference vs pass by value? let x = 5; let y = x; //by value
Frontend Developer Interview Questions
8,957 frontend developer interview questions shared by candidates
What does MVC stand for and what does each component do?
What was the last thing you have learned?
First leetcode was the coin change problem, but you can use a greedy algorithm to solve it since the denominations include a 1 dollar coin. If you solve it fast they follow up with a very easy tree navigating problem. The second leet code was related to RegEx where they invent a regular expression to match strings, and you build an algorithm that performs the match. Much easier than it sounds, just think it through. The takehome assignment takes between 6-10 hours and involve building an application that displays statistics about your current and historical CPU load. They give you a lot of good hints, so focus on making it pretty and flashy. The "system design" interview is just a UI interview in disguise. They'll describe an application and you just have to come up with what the UI looks like, and ask questions about tradeoffs and what the user's requirements are. Don't dive into system design details, because they will ask you to get back on task with the UI stuff.
1. Cricket match for 10 team who is the winner 2. print the mathematical equation 3. Boggle Game 4. Current (where I am working) application system design and question around that.
Explain Redux in your own words.
What's SASS/SCSS/LESS, and what's BEM
Mainly about my work experience and what I expect from a position at BairesDev
I received the "Reverse each word in a string" problem to solve in a live coding challenge.
Technical questions for the Frontend positions mostly about the browser and how do applications written in js work there. But also there are some questions about architecture, design principles, and patterns.
Viewing 1221 - 1230 interview questions