I applied through a staffing agency. I interviewed at highlevel (Bangalore Rural) in June 2026
Interview
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.
Interview questions [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?
I applied through a recruiter. The process took 1 day. I interviewed at highlevel in May 2025
Interview
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
Interview questions [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