I applied through a staffing agency. The process took 4 days. I interviewed at CreatioSoft (Noida) in Sept 2016
Interview
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.
The process took 1 day. I interviewed at CreatioSoft
Interview
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
I applied through a recruiter. The process took 1 day. I interviewed at CreatioSoft (Noida)
Interview
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
Interview questions [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