I applied through a staffing agency. The process took 3 days. I interviewed at Smarkets (London, England) in Nov 2017
Interview
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.
Interview questions [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.
I applied online. The process took 1 day. I interviewed at Smarkets in Apr 2024
Interview
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.
Interview questions [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
I applied online. I interviewed at Smarkets in Mar 2024
Interview
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