I applied through a recruiter. The process took 1 week. I interviewed at Spotify (Stockholm, Stockholm) in Mar 2018
Interview
HR wrote me in LinkedIn. And we scheduled our conversation and he didn't give me any information about the interview. I thought that it should was the sync call but it was the interview. We discussed my experience and after he started ask questions. It was my fault that I stated answer on they.... Questions were easy but I wasn't ready to it.
Interview questions [9]
Question 1
Which of these standard Java collections is fastest to use if you want to find a specific element?
An unsorted Vector
TreeSet
A sorted LinkedList
When will the system call a Service onDestroy method?
When it’s explicitly stopped, regardless of any existing bindings
Only when the system needs the memory
When it’s in a stopped state and no bindings exist
If the UI thread is idle, and a background thread is busy-looping, when will the system display an Application Not Responding message?
After 5 seconds
After 10 seconds
Neve
Which of the following apps does Android consider most important to keep alive?
A hidden app with a started service
A visible app without any services
A hidden app without any services
The process was great overall. I met nice people from the team and felt like the interviews were nicely conducted.
The virtual onsite consists on:
1. Behavioral
2. Android
3. DSA
4. System Design
I believe the interviews went well except for the Android one where I lost lots of time on arch when they seemed most interested on solving app functionality part. So, if you have interviews scheduled for Android, run for the juicy part. I'd personally conduct that type of interview differently.
I applied through a recruiter. I interviewed at Spotify (Stockholm, Stockholm) in Sep 2019
Interview
A recruiter reached me through Linked In, for an opportunity in Stockholm. I set a calendar appointment and also sent a private message to ask more details about the proccess. Never got a response.Nevetheless, the date of the appointment reached ( Google Meet Room) and I enter the specified room with the correct code and the recruiter never let me join our meeting . I tried another three times. Waited half an hour and then I closed the application. The calendar was no longer availble ,so I wasn't able to rescedule the appointment from the attached link. Don't know what happened , but i would be nice if I had a heads up . If she couldn't make it, she should have reached me to find a solution . I got a day off from my work for nothing.
I applied through a recruiter. The process took 2 weeks. I interviewed at Spotify (Stockholm, Stockholm) in Jun 2018
Interview
Step 1 : Non technical discussion with HR (Video) - 30min approx
Step 2 : Interview with Android engineers (Video) - 90 min
Interview with Android engineers ( Android + Computer science question + live coding )
#Android questions :
1) what is activity
2) what is fragment
3) what is content providder
4) what is service
5) what is boundservice & startedservice
6) what is intentservice
7) what is lint
8) what are ways to pass data from activity yo activity without using intent
9) what is broadcastreceiver
#Computer Science questions
1) what is time complexity?
2) what is the timecomplexity of a sorted array
3) what is the difference between arraylist ani linkedlist
4) how do you keep your code clean
5) What is polymorphism