I had a really good experience with the interview process. From the first hr call to both of the technical reviews. Each interviewer was very informative and clear and overall all of them were very nice.
Questions d'entretien [1]
Question 1
questions about personal projects from the last year.
Le processus a pris 1 semaine. J'ai passé un entretien chez AppsFlyer (Herzliya)
Entretien
Phone call with a recruiter, a technical Interview with the hiring manager, another technical Interview with a team member and a group manager, HR Interview. All were very nice and the experience was great. They also invited me to a zoom meeting to meet the other team members and to let me ask questions.
Questions d'entretien [1]
Question 1
Question about creating a system for shortening links
J'ai passé un entretien chez AppsFlyer (Herzliyya)
Entretien
Phone call with the HR to introduce yourself, home leetcode style test in codility with 2 questions and time limit, 2 whiteboard interviews in the company place with working staff
J'ai postulé via la recommandation d'un employé. Le processus a pris 7 semaines. J'ai passé un entretien chez AppsFlyer (Herzliya) en juin 2022
Entretien
I applied to a student position @ AppsFlyer via referral. AppsFlyer just opened a program from student, hiring 10+ students.
The process took 50 days (from applying my CV to final answer), and included:
1. Phone interview with HR.
2. Home Assignment via Codility.
3. 2 technical interviews on-site.
4. Final HR interview
Everybody I interacted with was nice and welcoming, I also got a tour of the office while on the on-site interview day.
Only reason I describe the experience as neutral is due to the time I had to invest with the process (50 days) which was substantial and should be a lot shorter.
Questions d'entretien [1]
Question 1
Home assignment:
1. easy question: find the maximum 1 digit number in an array of numbers. focus on correctness and not performance.
2. medium question: find the longest sub-array of alternating 2 numbers (i.e [6, 2,3,2,3,5,8] should return [2,3,2,3])
On-site interview 1:
1. TwoSum with variations
2. Implement a stack with a max function in O(1).
3. You have tons of data that you need to process concurrently. How would you split the data?
On-site interview 2:
Design a modular scoring methodology to events at the AppsFlyer system.