A 60-minute test mixing multiple alternative questions and coding problems. Weird questions, some of them you won't ever use the knowledge. A typical company that runs some leet code problems and ignores any other aspect of you, that just wants some cheap programmer and evaluates you by asking questions that you can find the answer using Google in 5 seconds. The new "let me see how many screws you can tight in 60 seconds" that we, software engineers, know so well. After my test, I got ghosted, of course.
Perguntas de entrevista [1]
Pergunta 1
How to add comments in python, solve some "leet code" problems.
Automated technical assessment. Some multiple choice questions. Some fill in the blank questions. Some coding questions. Questions were extremely pedantic and worthless, e.g. asking the names of library functions and classes.
Perguntas de entrevista [1]
Pergunta 1
How do you sort a list in Java? A) Arrays.sort(list); B) Collection.sort(list); C) Collections.sort(list) D) list.sort()