Me postulé a través de un reclutador. Acudí a una entrevista en Velocis Systems (Nueva Delhi) en abr 2022
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Intermediate questions on JS, Java latest versions, Microservices, Spring Boot, etc.
Few coding question on Collection and Stream concepts
Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Velocis Systems (Noida) en jun 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
What is the advantage of Hibernate criteria over HQL?