Got an email from a recruiter. She asked something about the current work and asked me to rate my expertise in the programming languages. She the had an interview set up. Interviewer called and used collabedit. He asked me to analyze an algorithm. After oding that his internet connection went down and he asked me to write finding a value in the binary tree. I wrote findValue(Node root) and he asked about the complexity i.e. O(logn) and he was okay.
Interview questions [1]
Question 1
Analzying the following code and answer the complexity of this algorithm
public String getString()
String s= "";
for(int i =0 ; i < LARGE_NUMBER ; i++) {
s += "a";
}
return s;
}
I completed the hiring questions panel with a current employee and someone from HR and then did a timed coding assesment that lasted an hour and was mostly data structures and algorithms.
I applied through college or university. I interviewed at Zynga (Bengaluru) in Sep 2024
Interview
The interview was difficult and consisted of mixed questions. It had 2 tech rounds and 1 difficult managerial round as well. It took interviews in an online mode on zoom.
Interview questions [1]
Question 1
The interview in its 1st round had dsa questions and also had cs core ques. In later round it had design level questions as well.
It was ok. It is like usual interviews. Manager was ok but you have to prepare what you asked before interview. I was good intention at all. I suggest to all my friends