I applied via Linkedin. After shortlisting the resumes, they sent a link for assessment. This test was for 1 hour. I did not do well as I did half of the assessment within 1 hour.
Questions d'entretien [1]
Question 1
There were two codes to write, one was medium hard and another was easy one. An easy question was also given which was related to machine learning. It was slightly difficult for me because I thought I cannot do the medium hard one within 1 hrs time, so I submitted it within 35 minutes! Well, I regret that decision but I admit my lack of preparation on medium hard problems at that time. However they were not actually difficult coding challenges, I could or anyone can do them if they can keep their cool and practise enough.
there were 3 rounds - two technical and 1 HR round got the interview call from an recruiting agency and the interview process was fast and precise. all the 3 rounds completed in 3 days and got the offer 4th day
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Aidetic (Bengaluru) en août 2023
Entretien
Share screen and open an online python compiler. They will share questions on the chat and you have to code in front of them. Questions are from basic python data structures like lists, etc
Questions d'entretien [1]
Question 1
Question 1 Given input [1,2,3,4] If i=0, exclude the number at i'th position and multiply the rest, i.e., 2*3*4 If i=1, 1*3*4 ... Question 2 Find median given 2 lists