Candidatei-me por meio de uma agência de recrutamento. O processo levou mais de 1 semana. Fui entrevistado pela ToneTag (Bengaluru) em jul. de 2025
Entrevista
HR called and scheduled a technical interview(Machine coding-General Grid Problem). The technical interviewer wasn't flexible. There was no introduction or discussion of your current skills; the interviewer directly asked the question. I found the interviewer to be inflexible; he found a hard-coded number in the code and ended the interview.
Perguntas de entrevista [1]
Pergunta 1
Grid Selection Simulator
Grid Confirguration:- {{1, 1, 1}, {1, 0, 0}, {1, 1, 1}}
Step 1: Selection of 1's based on input from the user(row, col). 0's can't be selected. Selected boxes are recorded in the order of selection; double selection is not allowed.
Step 2: automatic deselection after complete selection is completed. It happens in the same order as selection; one box should be deselected per second.
You can Google for the syntax