Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Careem (Karachi) nel mese di mag 2022
Colloquio
The interview process consisted of a screening interview and 3 other interviews in the main loop.
Technical Interview (Algorithms , Architecture & Testing)
System Design
Bar Raiser Interview
Let me tell you how the interviews went. I got rejected because the bar is too high for iOS developers at Careem. They expect a guy to completely build a system standalone.
Domande di colloquio [3]
Domanda 1
In the first technical, they asked a question related to closure and capture values which was something like:
var string = "car"
let closure = { [string] in
print("I'm driving \(string)")
}
string = "truck"
closure()
Then a question related to lazy keyword whether lazy stuff is thread safe or not.
Then a question where there's a kingdom in which there is a king. If the king dies, his child becomes the king otherwise the dead king's sibling becomes the next king.
Write a function or computed property to get the currentHeir. (Had to use tree with depth first search to do this.)
In the bar raiser interview, they asked behavioural questions related to Careem's values.
How do you initiate things? How would your teammate describe you? How do you give feedback to your teammates? How can Careem benefit you? Taking ownership or not.
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Careem (Nuova Delhi) nel mese di ott 2019
Colloquio
[VERY UNPROFESSIONAL]
I was contacted by a recruiter from Careem on Linkedin, I decided to go ahead with the position.
Round 1 [Phone call]: A basic introduction followed up by basic skill test in iOS/Swift.
Round 2 [Video Call]: A call was scheduled but the person who was supposed to take the interview didn't show up. Highly unprofessional!
I kept following up with the recruiter but he never replied. After 2 weeks they emailed that they have decided to move ahead with another candidate.
Domande di colloquio [1]
Domanda 1
1. Introduction, previous work, challenges, etc.
2. Swift basics