first interview was on js basics, about closures, event loop, hoisting nothing special there. and then a question about race condition in react, there was a select component with useEffect that called for an api request then put the data in an object. when the user selected a value it made the request. after that the second interview had two algorithmic questions and design
Interview questions [1]
Question 1
they asked this question from leetcode
https://leetcode.com/problems/valid-parentheses/description/
I applied online. I interviewed at AppsFlyer (Herzliya)
Interview
A screening interview with a developer on staff, who asks basic questions about JavaScript- scope of variables, basic algorithm. After that there are more interviews, most of which of a more technical nature.
I applied online. I interviewed at AppsFlyer (Herzliya) in July 2018
Interview
I was interviewed by a team leader, asked about past projects and experience. Been asked to draw a scheme of the project. He nice, and the feeling was good during the interview.
Interview questions [1]
Question 1
Given an array of integers and a target sum, find a pair that add up to the target sum.