Raja Software Interview Experience ( 3+ year Experienced)

Last Updated : 9 Oct, 2019
Technical Round 1) Find Second Max Element from an array on following conditions:
  • array modification not allowed,
  • all integers are positive
2)Given an input year then print year is either leap year or not leap year. 3)Print all numbers between 0 to 10, 000 which are either divisible by 3 or by 5. 4)Extension to 3rd question if number divisible by 3 and 5 the print Raja Software if number is divisible by 3 then print Raja if number is divisible by 5 then print Software 5)find the angle between hr hand and min hand of a clock e.g int CalculateAngle(int hr_hand, int min_hand){}
Comment