I applied online. The process took 1 week. I interviewed at IBNQ (Stockholm, Stockholm)
Interview
Conducting technical interviews without prior introduction is not a good picture.
You can't expect people to invest in you if you don't show them that you care about your future employees.
On top of that, conducting tests with algo problems doesn't highlight candidates' true experience. LeetCode problems are usually memorized (similar patterns). It's a clear sign that there is no management with engineering experience and perspective.
This may be seen as a major red flag and might lead to hiring the wrong candidates which usually don't stay long in the company.
This is a common mistake done by companies which try to follow what FAANG companies do and something tells me this is not a FAANG company.
Interview questions [2]
Question 1
Given an array of integers(some of which contain x number of 0s init). Return an array with a number of 0s on each integer.
You are given an array with 0 and positive integers and a location index of a bird within the array. Bird has to go right and collect sticks (values which are not 0) and come back to its nest and sum. Then go left, then go right, until all sticks are collected. Return list of indexes with sticks
Complexity: Medium