How many times would `addEventListener('scroll', handleScroll);` run as the user looks at their News Feed? And what would be user experience if the `handleScroll` function takes 100ms to execute.
End Developer Junior Front Interview Questions
15,856 end developer junior front interview questions shared by candidates
Can you write a function that deeply flattens an array?
write a function and return true or false if there is a pair of number that sum up as 10.
Write a basic template engine class
Related to question 1, how could you implement debouncing? Say you wanted the `handleScroll` function to be called only after 200ms has passed between scroll events.
How do you draw a diagonal line on a page without using SVG/VML ?
How many characters in the front of a string would need to be added in order to make it a palindrome.
round 1: Why coming to Berlin from India? Why Zalando? What do you know about Zalando? Salary expectations? Do you have any questions? round 2: Tell me about about a situation when there has been a conflict between you and your colleague, how you resolved it. Tell me about about a situation when there has been a conflict between two of your colleagues, they approached how you resolved it. How do you convince people to choose a technology? Tell me about about a situation when you went against odds / didn't listen to your manager. How you convince people to help you with technical issues. Tell me about about a situation which proves you are motivated to take up challenges and learn new technologies. How you choose a a particular technology/solution from among multiple technologies/solutions.
Describe some of the differences between HTML5 and HTML4.
Write the output of the following code: cout<<2++<<endl; count<<3++<<endl;
Viewing 21 - 30 interview questions