Candidates applying for Graduate Software Developer roles take an average of 7 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Generation Success overall takes an average of 10 days.
Round 1. CV Sumbission uploaded to their website
Round 2. Technical Interview on Coderbyte. There’s a coding challenge of easy to average difficulty and a section of MCQs for the programming language of your choice. Last part is more behavioral. I only completed the technical assessment and never heard back from them lol.
Interview questions [1]
Question 1
Main difference between Lists and Tuples in Python.
I applied online. I interviewed at Generation Success
Interview
I completed a questionnaire and was then moved to the coding test using Coderbyte. The link was not working for me so I sent an email to the recruiter asking for help with this. No response. I was able to complete the coding test a few weeks later with all test cases passed when the link started working for me but I never heard back. I sent an email asking for an update but was ghosted. Lack of communication or any assistance for that matter has left a poor impression for me.
The process took 1 week. I interviewed at Generation Success
Interview
I was contacted by a recruiter, who forwarded me on a link to complete a multiple choice test that was difficult and far above my understanding. i passed and was then given a link to complete a coding assessment which i had to complete a specific time, which again was very difficult.
the process didn't make sense to me and the platform the assessments were on were confusing to use. the tests didn't open when they were supposed to. The English used in some of the questions was poor.
Interview questions [1]
Question 1
Time complexity of a merge sort?
0(n), 0(n log n), 0 (n^3), 0