Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso InnovationM (Gurgaon, Haryana) nel mese di mag 2023
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho sostenuto un colloquio presso InnovationM (Noida)
Colloquio
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.
Domande di colloquio [1]
Domanda 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
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso InnovationM (Noida) nel mese di mag 2023
Colloquio
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
Domande di colloquio [1]
Domanda 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