Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en Loylogic (Pune City) en ene 2020
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.