I applied online. The process took 1 day. I interviewed at Turing in Jun 2021
Interview
Horrible!
During my "Live" (why quoted - below) Coding Challenge, while working on the second task, I had to fix THEIR own issues with the testing system:
- their parser of the input data was NOT working, thus I had to replace it's logic with the hardcoded test data.
- the pre-defined arguments for the function you're expected to write were not enough to solve the issue (specifically, the only argument provided to the function-to-be-implemented was of type "int []". It's impossible to figure out the size of a C-array in C++ without explicitly providing it e.g. as a second argument. Or, you should use std::vector<int> instead)
Finally, when I submitted my second task to the system I got "timeout" response, even though there were still some seconds left and I spent last minutes writing comments for them to fix their(!) issues.
Another weird thing was that in their email it's stated that the interview would be "held over a video conference. During the interview, you will be asked to share your screen and webcam", but in fact no one contacted me at all, I solved the challenge on my own, without any web-conference/web-cam/talking/chatting. The only "live" element was the timer, preventing me from spending more than half an hour on this stupid platform.
Interview questions [1]
Question 1
1. Rotating an array.
2. Calculating product of all elements of an array except i.
I applied through other source. The process took 4 weeks. I interviewed at Turing in Jan 2019
Interview
First step was chit-chat on email, proceed with short call on Google Meet.
After the call they sent me a take home assignment. It was a whole e-commerce platform! There were design files for all the pages and candidate was supposed to build everything from scratch.
Needless to say, I've declined to do the assignment.
I applied online. I interviewed at Turing (Los Angeles, CA) in May 2021
Interview
I had a general interview on zoom about my status and how fast I can start. I was briefed about the vetting process and it was friendly. I was then tested on technical proficiency in my laravel skills.