Use this JSON data we provided to insert it into our React component.
Senior Front End Engineer Interview Questions
688 senior front end engineer interview questions shared by candidates
Without specifics, I was expected to understand common JS techniques, such as variable scope, and OO-programming. A predefined list of tests were written to ensure accuracy, and the question was iterative, meaning we built upon the previous solution. The interviewer was happy to help along the way
Do you think it is okay to ghost candidates and not attend the meeting?
All external JS files download at once?
Merge K sorted array list.
1st technical: Problem solving round - Write down steps on how to get a certain amount of water from two different sized jugs (problem from Die Hard 3 I guess). Write a function to automate steps. 2nd technical: Code a timer using JS and DOM manipulation. Hook up timer value and start, pause, and reset buttons.
Was given a parent div and 3 child divs inside. Asked to add CSS to each giving some height and width to the child divs and border of a certain thickness to all. Asked to add another child div inside the second child. Was asked to give absolute position to this div with some bottom and left positioning and asked to draw the layout.
Given a sentence, Hello how are you HELLO. Find the minimum distance between two words. Given input: hello, you. Output: 1. The input words are case insensitive.
Lets say you have two strings: 'the' and 'The cop has a nice little hat.' Write a function that will check each character from first string and count the same in the second string. Return the total count. For example, character 't' occurred 3 times (case sensitive), character 'h' occurred 3 times and character 'e' occurred 3 times in the second string. Total count = 9.
write a Java program to print the 1st 25 Fibonacci numbers
Viewing 11 - 20 interview questions