El proceso tomó 1 día. Acudí a una entrevista en CreatioSoft
Entrevista
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
Me postulé a través de una agencia de empleos. El proceso tomó 4 días. Acudí a una entrevista en CreatioSoft (Noida) en sept 2016
Entrevista
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.
Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en CreatioSoft (Noida)
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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