Candidatei-me por meio de recrutador(a). O processo levou 2 dias. Fui entrevistado pela iStreamPlanet (Cincinnati, OH) em ago. de 2021
Entrevista
First started off with a recruiter. They asked me some pretty technical intro questions to vet me. Then it was 3 interviews, each about an hour long, back to back. First one was more HR/Personality type questions. Next two were very technical discussions, as well as coding challenges.
Perguntas de entrevista [3]
Pergunta 1
Describe how you would design a parking garage ticket system.
Given an input of a list of cardinal directions (N, S, E, W), return the number of directions that can be removed to get you to the exact same point if you followed the original directions.
Given a collection of "batteries" each with a specific charge number you goal is to get them each to the same charge number. Return the number that requires the least total increases or decreases to the batteries charge number.