Skip to content
Related Articles
Open in App
Not now

Related Articles

Raja Software Interview Experience ( 3+ year Experienced)

Improve Article
Save Article
  • Difficulty Level : Medium
  • Last Updated : 09 Oct, 2019
Improve Article
Save Article

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

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!