Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. Ho sostenuto un colloquio presso highlevel (Bangalore Rural) nel mese di giu 2026
Colloquio
The interview was fine a couple of debugging questions, one problem to solve and scenario based for QA of a flow. I somehow felt that the interviewer could not explain the scenario based question correctly and when I started asking questions, the person started getting annoyed. But nevertheless I did not get ahead was told my experience in technologies does not match the requirements. They were looking for someone with Java and I had experience with Python, and this is pretty clearly mentioned in my resume, anyway.
Domande di colloquio [1]
Domanda 1
A couple of code snippets for debugging.
Problem: input matrix: [[1,1,1],[1,0,1],[1,1,1]] output matrix: [[1,0,1],[0,0,0],[1,0,1]]
A very long scenario to decide automation test strategy?
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso highlevel nel mese di mag 2025
Colloquio
it was a video call interview on google meet that lasted about 1 hour
the interviewer joined and asked me to directly explain my day to day duties neither letting me introduce myself nor introducing himself.
in the end, he asked me how much i would rate him out of 5 as an interviewer and how much would i rate the interview out of 5.
I sensed he didnt have a lot of experience in taking interviews
Domande di colloquio [1]
Domanda 1
Asked me to explain architecture for web and API automation frameworks, along with some follow-ups. Asked me to write an end-to-end API automation for a POST request. Follow-up on status codes. Asked how I’d debug a blank webpage.
- Push all 0s to the end of an array without using another array. Input: {1, 0, 11, 0, 5} Expected Output: {1, 11, 5, 0, 0}
- Print 1 to 100 without a loop
- Print 1 to 10 without using any variable or number