J'ai postulé en ligne. J'ai passé un entretien chez Gainsight
Entretien difficile
Candidature
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Gainsight en juil. 2016
Entretien
I applied Gainsight online and after few days HR called me to process it further.
Round 1: Hackerrank test of 60 mins. 9 questions. 3 related to writing code (only methods/logic). 2 related to logical reasoning. Rest 4 related to Java/Selenium objectives.
After 3 days HR called me back arranged Video interview.
Round 2: this is technical interview. It started with about my roles n responsibility in current project. Interviewer checked my knowledge of product on which I am working. Few questions related to basic core java and then moved to questions on Date, Calendar class in java (Total time - 1hr)
After few days HR called me again and said then want to arrange one more round of Technical discussion and then it will be Director interview.
Round 3: this is technical interview (again video). Interviewer asked me about my self and directly jump into my coding abilities. He asked me to write code of few scenarios and he wants that in less complexity. Interviewer asked me write few of codes in recursion. (Total time - 1.30hrs)
Few days later HR called me and said there will be one more round of technical video interview and then director interview (at this point i did not know how many interviews going to happen). I said Okay.
Round 4: it started with why i am searching for new job. what are my goals. about project and how well i know the product. interviewer asked me each n every details about project. after that started with core java questions few of them were direct questions and some of them have twist where i got confused. (Total time- 1.30hr)
And now it has been more than 10 days and I have not hear anything from HR (either +ve or -ve). I called HR twice/ mailed and still waiting for call back/reply. I hope HR will come back to me with any of +ve/-ve. :)
It would be helpful to others so writing this.
Questions d'entretien [1]
Question 1
listing down few questions:
1. w.a.p. which will not print numbers which has repeat digits. eg. first = 8, last = 12 , output = 8,9,10,12
2. replace " " with "%20" in string without using any string function
3. thread safe singleton class
4. find missing number from 2 arrays
5. input number, find binary. reverse binary and find integer. eg: 52 = 110100 :: 001011 = 11
6. cut stick problem (google this)
7. print stairs like below, recursion
#
##
###
####
#####
The interview process conducted in 4-5 rounds.
Round 1: Online Technical Test - This included 4 hacker rank logic building problems , and 1 related to testing
Round 2: Face to Face Technical Discussion
This round mainly focuses on your programming skills and knowledge and the tool you're using for testing
Round 3: Managerial Round
Your understanding about software testing, testing complex scenarios and project structure you're currently following
Round 4: HR
Questions d'entretien [1]
Question 1
-Online Test consisted of building dynamic xpaths of a node
-Programming question on a tree
-Print the numbers form starting to end values without printing the numbers with same
digits like from 10 to 20 , print 10,12,13.........20 except 11.
- Playing a song from a device with shortest distance provided you cannot directly access the
song by index. You can only play it by next and previous buttons