J'ai postulé via une agence de recrutement. Le processus a pris 3 jours. J'ai passé un entretien chez Smarkets (Londres, Angleterre) en nov. 2017
Entretien
The same day after receiving my CV I was sent an online HackerRank test by the Smarkets hiring team. A 30 minute practice test is available, and the actual test is 90 minutes long with 3 coding questions.
Within an hour of submitting my test I was emailed to let me know I had failed the technical test screening.
Questions d'entretien [1]
Question 1
The input is an NxN array of integers representing depth level (higher value = higher depth). With an input of the form string[N], return an array of the same format with all 'cavities' replaced with an 'X' character, where a cavity is a local minima - all surrounding values (non-diagonal) must be a lower depth.
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Smarkets en avr. 2024
Entretien
The interview was a hackerrank contest with 3 questions 1 easy 2 hard. You need to pass all of them to get to the next round. The questions were mainly around arrays, strings, graphs, heaps, etc. Make sure to revise DSA and algorithms.
Questions d'entretien [1]
Question 1
1. Simple cipher -> need to decipher alphabets at a distance k, eg: lets say k=2, then C->A, D->B, E->C and so on...
2. Question similar to full bloom flowers from leetcode.
3. Question similar to Malware spread 1 from leetcode
J'ai postulé en ligne. J'ai passé un entretien chez Smarkets en mars 2024
Entretien
1st stage is a hackkerank questions test with a 90 mins time limit and you have to answer 3 questions. I answered the first correctly, got Time limit error on 2nd question and didn't attempt 3rd