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.
Preguntas de entrevista [1]
Pregunta 1
questions about personal projects from the last year.
El proceso duró 1 semana. Acudí a una entrevista en AppsFlyer (Herzliya)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Question about creating a system for shortening links
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
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 7 semanas. Acudí a una entrevista en AppsFlyer (Herzliya) en jun 2022
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.