Three rounds :
1. Aptitude: (25 Q & Time 1 hour) consist of only logical reasoning,analytical questions,number series,blood relation,coding-decoding,direction,seating arrangement,syllogism etc
2. Coding round (5 Q & Time 3 Hr)(Only For Developer): very simple but tricky questions , mainly focused on your logic rather than syntax
five programs were there:
1.delete occurrence of letters of one string from another(delete all occurrence of string "hat" from string "mathematics")
2.return thumbnail height and width from given image size , not more than 50X50.(pixel density must be same for both images)
3.unique prime no.
4.delete repeated characters from given string (apple#@#banana#@#mango#@#) & return result in array.
5.
3. hr: mainly puzzles and two programs and asks your hobbies .
puzzle:Four people need to cross a rickety rope bridge to get back to their camp at night. Unfortunately, they only have one flashlight and it only has enough light left for seventeen minutes. The bridge is too dangerous to cross without a flashlight, and it’s only strong enough to support two people at any given time.
Each of the campers walks at a different speed. One can cross the bridge in 1 minute, another in 2 minutes, the third in 5 minutes, and the slowest camper takes 10 minutes to cross. How can the campers make it across in exactly 17 minutes?