I applied through a recruiter. The process took 1 week. I interviewed at InfoCare (Dublin, Dublin) in Jan 2017
Interview
The Interview was done via skype, started with some personal questions and talked about work history then moved onto some technical questions and ended with a live coding challenge. total time was just over an hour.
Interview questions [1]
Question 1
how to combine two strings of different length alternating each char
string one = abcdefg
string two = 12345
result = a1b23c4d5efg