J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez InnovationM (Gurgaon, Haryana) en mai 2023
Entretien
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.
Questions d'entretien [1]
Question 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.
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.
Questions d'entretien [1]
Question 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
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez InnovationM (Noida) en mai 2023
Entretien
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
Questions d'entretien [1]
Question 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