J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez highlevel en mai 2025
Entretien
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
Questions d'entretien [1]
Question 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
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez highlevel (Bangalore Rural) en juin 2026
Entretien
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.
Questions d'entretien [1]
Question 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?