I applied through a staffing agency. The process took 1 day. I interviewed at Kreativ Technology Solutions (Pune) in Jul 2019
Interview
1) - Directly Face to Face interview for about 20 minutes, they asked about your qualification, college project, if experienced than asked about your job profile, GATE score, family background.
2)- After this formal interview they gave me 3 programming questions to solve it on paper.
and there is no time limit for that.
Interview questions [1]
Question 1
3 programming questions you can solve it in with any programming language.
1). Make one constructor of class Student which take Height (in cm) as an input and return it in inch and feet.
2). overload + operator which converts two rectangle into square.
3). There is one number series as an input ( ex. 1234 ) you have to check whether there is no number missing in series than print output YES and id input is 124 than print output NO.
after writing all the programme the interviewer checked it one by one. Make sure you have written the code very neat and clean and the Logic must be understandable by interviewer.