J'ai postulé en ligne. J'ai passé un entretien chez CREO IT (Bengaluru) en août 2017
Entretien
I had applied online. The process took 1 day. The first round was written technical test. It contained basically sql queries and three programs. Next round was face to face technical . In this round questions were asked based on my resume.
Questions d'entretien [1]
Question 1
Program to find given number even or odd without using modulus or division operators.
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez CREO IT en juil. 2016
Entretien
I have been short listed through Elitmus. They call more than 100 freshers for 2 vacancy. First round was written advanced programming Challenge. They short listed 35 candidates for next technical interview round after that they short listed 4 candidates for final round
Section A : Solve any 2 questions out of 3
1. Given a string, find the longest substring with non-repeating characters.
Example: Input : ABCDABDEFGCABD
Output: ABDEFGC
2. Write a program to find angle between hour and minute hand of clock.
3. Write a program which take two input S and P where S is sum of two numbers and P is their product. Output the numbers
Section B : Mandatory
Define an abstract class Vehicle that has variable colour, number of wheels, speed of vehicle and has abstract method speed_of_vehicle.
Define a class Car having variable speed of car, number of wheels and type = SUMO or TOYOTA and some methods.
Define a class Bike having variable speed of bike, number of vehicles and type=SPORT or RACING
Extend class Car and to derive another class AutomaticCar that has a method gear_change. gear should change automatic depending upon speed.
Give your own logic for changing the gear.
For class Bike write constructors that take no argument and take one arguments.
Create an object of class AutomaticCar and call method gear_change.
Create an object of class Bike and write method setSpeed, getSpeed,setColour.
Questions d'entretien [1]
Question 1
In technical round, they asked about method overloading, method overriding, checked OOPS knowledge and questions on web applications like how http works, get vs post method differences and usages. I was among 4 for final round but couldn't make to 2 as they were expecting a candidates that could serve the company for long time. So, they selected two girls.