Given an object with an ID and array of dependancies that reference other IDs within the main object, create a function that accepts the main object and the desired ID such that the output would be all the dependancies, then the given ID. EX: all = [ {id:1, dep:[4,5]}, {id:4, dep:[6]}, {id:5, dep:[]}, {id:6, dep:[]} ] func(all, 1) => 6,4,5,1
Frontend Engineer Interview Questions
13,298 frontend engineer interview questions shared by candidates
What was the last thing you have learned?
How do you help engineers adopt or move forward with a new initiative when there's resistance?
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.
Gave question - computeAmount().thousand(55).lacs(45).crores(43).lacs(14).crores(23).thousand(1).value() Output- 665956000 Question further will be based on what approach you take to arrive at solution.
what exactly happen when you hit the url in the browser and the website loads?
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
Viewing 1781 - 1790 interview questions