I applied through a recruiter. The process took 1 day. I interviewed at Velocis Systems (Noida) in Jun 2017
Interview
Interview process was very smooth. He started with core Java. All were simple and basic questions, JSP implicit objects, includes, hibernate criteria, detached criteria. left and right join queries. What is the output of Program and why
class A{
disp(Oject obj)
{
sop("Object");
}
disp(String str)
{
sop("String");
}
psvm(String a[])
{
A a = new A();
A.disp(null);
}
}
After that, there was managerial round and HR round.
Interview questions [1]
Question 1
What is the advantage of Hibernate criteria over HQL?
I applied through a recruiter. I interviewed at Velocis Systems (New Delhi) in Apr 2022
Interview
Interview process was smooth. 3 round if back to back interviews, frequent contact by the recruiter, but after the 3 rounds, no further response or anything. The recruiter said to come back within a week for the feedback but never heard back from them ever.
Interview questions [1]
Question 1
Intermediate questions on JS, Java latest versions, Microservices, Spring Boot, etc.
Few coding question on Collection and Stream concepts