J'ai postulé via une agence de recrutement. Le processus a pris 4 jours. J'ai passé un entretien chez CreatioSoft (Noida) en sept. 2016
Entretien
aptitude and programming written test, 2 technical f2f interviews, Coding round,..
1) round: maths and logical questions (paper - pen)
plus 5 programming question (paper - pen)
total time - 1 hour
--aptitude questions were easy, do it fast becoz you have to do programming questions
2) round: 1 to 1 - technical interview
about Java, OOPs, programming, Projects (as mentioned on resume)
--person was nice
--you need practical examples to explain concepts
3) round: again 1 to 1 - technical interview
about database, sql, design problems server architecture etc. (according to your interest)
4) round: programming
language- your choice
i did in java, their focus is LOGIC
5 questions.
Le processus a pris 1 jour. J'ai passé un entretien chez CreatioSoft
Entretien
Aptitude and reasoning test each having ten questions with each 3 marks followed by programming logic test. It is basically to test your data structure knowledge and logical analysis test. Here you can choose any programming language c or c++ or java anyone
J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez CreatioSoft (Noida)
Entretien
4 round process
1st round apti+ 5 programming question
apti consist of quant + logical, easy question but not enough time
In 1 hour only you have to solve apti and 5 programming question
2nd round technical face to face
based on your language preference question will be asked
3rd round one more technical face to face
some logics like
3
5. 7
11. 13. 15
this type of pattern will be asked
last round hr for formalities
Questions d'entretien [1]
Question 1
5 programming questions
1. write a program to count words in string
2. write a program to reverse word in string
like if input is "this is it" then o/p "it is this"
3. write a program to reverse linked list in linear complexity
4. write a program for decimal to binary conversion.
5. program to print tree nodes. I forgot actual question
one more program
program to find largest palindrome in string