Candidatei-me por meio de recrutador(a). Fui entrevistado pela Velocis Systems (Nova Deli) em abr. de 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.
Perguntas de entrevista [1]
Pergunta 1
Intermediate questions on JS, Java latest versions, Microservices, Spring Boot, etc.
Few coding question on Collection and Stream concepts
Candidatei-me por meio de recrutador(a). O processo levou 1 dia. Fui entrevistado pela Velocis Systems (Noida) em jun. de 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.
Perguntas de entrevista [1]
Pergunta 1
What is the advantage of Hibernate criteria over HQL?