I applied through an employee referral. I interviewed at Ziffity
Interview
easy aptitude question, is the first round, and second round is coding i'm preparing for the 2nd round.i don't about the final round i will update soon as possible.
I applied through university. The process took 2 days. I interviewed at Ziffity (Chennai) in Sept 2018
Interview
I attend the interview in ziffity.There are three rounds 1.Aptitude (This section contains 15 Quantitative and logical reasoning question and also 5 program can given and write the output).It quite simple. 2.Technical face to face(Question asked based on which language you choose either c++ or Java) 3.Coding
Interview questions [1]
Question 1
Technical f2f:(I am select java) if Ur choose c++ then questions asked in c++.
Tell about Ur self
What is exception handling
What is final keyword
Inheritance
Static keyword
Coding round:(answer 3 out of 4)
1.permutation
Give the output like this (note: everything will be get from user input only)
aaa
aab
aba
baa
bac
like this
2.Remove duplicate elements in the linked list.
Ex:11,11,25,36,24,25 print 11,25,36,24
3.print repeated letters in the given string.
Ex:I love India (here I is repeated three times) so print i
4.Sorting
In sorting first element compare to following if next one is greater compare to first one print that number.
If there is no greater element compare to others then print (-1).
Ex: 1,5,5,25,20 ( in this example 1compare to 5 greater just print 5 then 5 compare to 25 greater print 25. 25 compare to 20 smaller so print -1 then after 20 no element so print -1
,
I applied through university. The process took 1 day. I interviewed at Ziffity (Karūr, Tamil Nadu) in Nov 2017
Interview
The interview process consists of two rounds: Aptitude Round and the another one is HR interview round.The questions asked were moderate and they were OK to be answerable. In the HR round they asked the basic programming concepts in C++.