Applied as Front-End developer role.
Interview had 2 rounds. First was technical for Javascript and ReactJS.
2nd round was with Manager which was a bit technical and more introductory and goals related.
Preguntas de entrevista [1]
Pregunta 1
JavaScript: setTimeout, callback function, event loop,
ReactJS: Redux, Context API, Saga, Thunk
For login page sign/sign-in. How many and what CRUD endpoints need to be created
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en InnovationM (Noida) en may 2023
Entrevista
Total 3 technical rounds
Basics of Java like runtime polymorphism, hashmap, comparator and comparable difference , Collections , streams , Java 8 etc. , Spring boot questions , SQL related questions
Preguntas de entrevista [1]
Pregunta 1
Total 3 technical rounds -
-Write logic of merge sort and find its time complexity.
- @RestController vs @Controller
- Spring Security
- How to change server port in spring boot?
- Given a matrix
1 0 0
0 0 1
1 0 0
Write a program so that wherever 1 occurs in matrix their corresponding row and column should also be 1.
- Write a Entity class of Employee Table with several annotation including many to many relationship.
- Nth highest salary in SQL
Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en InnovationM (Gurgaon, Haryana) en may 2023
Entrevista
The interview process for this Innovation M had three technical rounds: the first was purely theoretical, while the second and third rounds included both theoretical questions and coding exercises. The difficulty was moderate to difficult.
Preguntas de entrevista [1]
Pregunta 1
Questions were around OOPS concept,
What is Java Stream?
Write code for merge sort.
Write SQL query for 2nd highest salary.
How would you design database for orders , payment , customer table.