It was easy , the interview given me a great experience and helped me to acquire more knowledge about what I don't know about some skills and then I started to prepare for my next interview
Preguntas de entrevista [1]
Pregunta 1
Java 8 new features , then they asked me to explain the code
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en CrimsonLogic (Singapur) en oct 2022
Entrevista
They ask me to answer two questions (1) to select duplicate characters in a string. (2) to get a summary combination array of an array. The second one is very hard.
Me postulé a través de una agencia de empleos. El proceso tomó 1 semana. Acudí a una entrevista en CrimsonLogic (Bengaluru) en sept 2020
Entrevista
There were 3 round as follows
Round 1 : Coding Assignment submission
Round 2 : Technical Interview via MS Teams
Round 3 : Managerial
I was selected up to round 2
Sharing the interview question which might help job seeker candidate for preparing future interview
Preguntas de entrevista [2]
Pregunta 1
Round 1 Question : Assignment using Spring, Hibernate
Q: Demonstration of CRUD operation using Spring and Hibernate - Add, View, Update and Delete Student details.
Round 2:
Q1 : What is pointcut & jointcut in Spring AOP.
Q2 : What are the difference between shallow copy vs deep copy in Java?
Q3 : Write an program which demonstrate custom Runtime exception?
Q4 : Find employee for each department whose birthday falls on current month?
Employee (id, name, dob, dept_id)
Department (dept_id, dept_name)