Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Magnitude (Bengaluru) em dez. de 2021
Entrevista
One technical round and two interview rounds.
Technical round consisted of 4 coding ques of basic to medium level.
This was off campus process. The process took around 2-3 weeks. These were 1-1 interview and lasted for around 1 hr.
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Magnitude em set. de 2021
Entrevista
Awful experience at all, I passed the interviews and got hr call back to discuss offer detail, then suddenly they ghost. I have no idea what happened, it waste my time and energy to prepare it. And if you have a better choice don't interview with them, coz even you are the lucky one to pass the interview you may still get a fairly low package compared to other companies. Besides hr may ghost at any sec.
Perguntas de entrevista [1]
Pergunta 1
details about past experience and a lot of java/c++ language details
We have an incredible number of job openings at the moment and our small but mighty team is doing the best we can to keep up. We're thrilled to fill positions with great candidates and bring them into our newly expanded team. I would like to hear more so this doesn’t happen again. kcastelda@magnitude.com
Candidatei-me por meio de uma agência de recrutamento. O processo levou 1 semana. Fiz uma entrevista na empresa Magnitude.
Entrevista
2 Rounds no communication after that, I really don't understand the HR these days. They just stop picking up the calls or replying on mail. If I am not selected then you can easily tell me that. But this is not in my case I am interviews was pretty awesome.
Perguntas de entrevista [1]
Pergunta 1
1 Technical -
1 hour interview 2 person
First Person -
Normal .Net questions followed by programming questions delete a node from linked list from a given index from the back complexity O(n)
Second person -
One programming question only LC problem
Given an array calculate the next day where temperature is greater if not then -1;
for ex; [2,4,5,1,7,7]
ans - [1, 1, 2,1,-1,-1]
Explanation - 4 -2 = 2 greater then 0 go for index 1 - 0 =1;
2 Round Managerial
System Design student class subject table and score. Then need to create couple of APIs
Need to do everything on VS including DB context with layered architecture.