I applied online. The process took 1 week. I interviewed at Take Off Labs (Cluj-Napoca) in Jan 2020
Interview
After application, you get a set of algorithmic problems to solve in your desired programming language. If the solutions are good in regards to speed, complexity, and memory, a technical interview takes place. The technical interview is about general programming knowlegde, oop / solid principles, databases(indexing, queries, etc).
Interview questions [1]
Question 1
1. Given an array of N distinct natural numbers, how many pairs of numbers sum up to a given number S? 2. Given an array of N natural numbers, find the number that appears more than N/2 times.
I applied online. The process took 2 weeks. I interviewed at Take Off Labs (Cluj-Napoca) in Oct 2022
Interview
A simple problem (you chose the programming language) but I was told that my problem was not solved in an efficient way so that I got did not get to the interview part.
Very interesting alghoritms problems that you will encounter during the interview. Prepare yourself to be strong at alghoritms. You should check some of the interview questions, some of them are almost like Google/Amazon interview questions.
Interview questions [1]
Question 1
Alghoritms, database and some additional questions.