Very open, all the hiring information is online in their handbook. Even though I did not get an offer, would be interested in the future.
More of a informal chat about tech then an "interview" as I did not get the 2nd stage.
Interview questions [1]
Question 1
Kubernetes, Golang. Creating K8s providers with golang
Was contacted via email from a tech recruiter. I was given a rather lengthy questionnaire to complete. The questionnaire requires a major time/effort investment from the candidate. There were general soft skill questions related to tech, a scripting challenge, and a technical architecture question.
The recruiter didn't specify a time limit for the questionnaire, which was quite nice so they expect you to take your time and answer thoroughly. Unfortunately the questionnaire proved to be a little too much effort, so I definitely cut a lot of corners answering it. I feel like I was a bit arrogant and terse when answering most of the questions, so when they responding declining to move forward I was not surprised.
Interview questions [1]
Question 1
Write a program, topN, that given an arbitrarily large file and a number, N, containing individual numbers on each line (e.g. 200Gb file), will output the largest N numbers, highest first. Tell me about the run time/space complexity of it, and whether you think there's room for improvement in your approach.