Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Velocis Systems (Nuova Delhi) nel mese di apr 2022
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Intermediate questions on JS, Java latest versions, Microservices, Spring Boot, etc.
Few coding question on Collection and Stream concepts
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Velocis Systems (Noida) nel mese di giu 2017
Colloquio
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.
Domande di colloquio [1]
Domanda 1
What is the advantage of Hibernate criteria over HQL?