I applied online. I interviewed at Zynga (Bengaluru) in Sep 2020
Interview
Technical Round on Algorithm.
The complete process is unprofessional, Initially, the Interviewer joined the call late, No Explanation and Introduction (Not even Name), Who he is, what he is expecting from this round, He directly put the Question related to the Dynamic programming problem (with No proper explanation), I was well prepared with Dynamic programming problems and possible solutions, I approach the Solution, which is pretty clear and he asked to think solution and code in 20 mins. But he came with his solution in mind, and I feel he didn't understand the Solution proposed by me, Even the outcome was correct. Really worst experience ever. My Mistake I Applied Here. I will never apply and never recommand anyone here.
Interview questions [1]
Question 1
All possible patterns in a Matrix of M*N with given Strings.
Example
String[] = {"abc", "efg", "hij}
M = 4, N = 3;
a b c ?
e f g ?
h i j ?
? a b c
e f g ?
h i j ?
e f g ?
a b c ?
h i j ?
First round was online interview , in which basic data structures and algorithms will be checked. there will around 3 questions which need to be solved inan hour.
second round was also dsa oriented but little bit focussed on dp and matrix problems
I applied online. I interviewed at Zynga (Bengaluru) in Oct 2018
Interview
There were two rounds- both design and programming rounds, and there was supposed to be another Hiring manager round but didnt happen. It was a well arranged interview day, they also gave free lunch
Interview questions [3]
Question 1
Design a system to handle inflow of numbers, where the numbers are enqueued and dequeued in a queue like data structure. When asked for the position of a number in the queue, the system should give the real time position.