The process took 1 week. I interviewed at Aloha Technology (Pune) in Mar 2026
Interview
there is 3 round Technical interview, manager round and hr round. they are ask simple quetions on C# , oops , ASP and API , Most are on a SQL and DSA and JavaScript.
I applied through a recruiter. The process took 2 weeks. I interviewed at Aloha Technology in Apr 2023
Interview
Was asked 3 coding questions which involved 1 main question and 2 follow up. First one was to see if a number is prime or not and follow up upon that was given a number (if it is prime - then print is prime) and if not a prime
Interview questions [1]
Question 1
First one was to see if a number is prime or not and follow up upon that was given a number (if it is prime - then print is prime) and if not a prime to print all the factor of that number.Since I created functions for each operation I was asked to not use static keyword for function declaration and so had to create an object for class and use the method. In the end was asked normal OOPS concepts.