Open In App

Raja Software Interview Experience ( 3+ year Experienced)

Improve
Improve
Like Article
Like
Save
Share
Report

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){}


Last Updated : 09 Oct, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads