J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez Loylogic (Pune City) en janv. 2020
Entretien
1. Technical test
2. technical round 1
First you need to solve the program test (java) which has nothing to do with selenium. Wait time was very less, as soon I entered the office, my test started quickly, they gave me nearly an hour to solve the program, which was really good, even if you need more you are allowed to.
Questions d'entretien [1]
Question 1
Technical test : Write a program to Sum the pair of element in the array and display the pair who's Sum is close to Zero?
e.g. Array = {1,2,3,-3,-2}, the out put of program should be the pair as 3 & -3, as the sum of these two are Zero or close to zero.