I applied through college or university. The process took 1 day. I interviewed at Zscaler (New Delhi) in Sep 2021
Interview
There were three rounds:-
1. Online test
2. Technical Interview
3. Hr round
The first round was for 1 hour. there were 29 MCQ and 4 coding problems. I remember 2 questions were the smallest difference in the continuous number and bracket sequence.
Then the Interview round. I wasn't able to clear this round cause I was coming from a DSA background and the interviewer pointed out that I'm not a good fit for that role even though answered all the questions asked during the interview.
Interview questions [1]
Question 1
what are stack and queue? example of stack and queue.
write a program of the stack for pop.
make a queue using two stacks.
what is schema?
have you ever created a table?
how many keys are there in SQL?
what is a foreign key, primary key, candidate key?
what will be the candidate key in the student table?
give me the stud_id of that student who belongs to a given key.
what is deadlock?
given two strings check if they are anagrams or not.
ex -
str1: ABC
str2: bac
op: true
ex -
str1: ABC
str 2: baac
op: false