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.
Preguntas de entrevista [1]
Pregunta 1
Main difference between Lists and Tuples in Python.
Me postulé en línea. Acudí a una entrevista en Generation Success
Entrevista
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.
El proceso tomó 1 semana. Acudí a una entrevista en Generation Success
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Time complexity of a merge sort?
0(n), 0(n log n), 0 (n^3), 0