Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en Eurofins (Bengaluru) en feb 2013
Entrevista
2 Rounds of technical and 1 round of tech interview face to face. Face to face was after a written test.
Preguntas de entrevista [1]
Pregunta 1
Some analytical question related to few alogrithms. What is the output of the algorithms etc.
x = 0
x = x +1
x = x*3 + 2
x = 2 * ( x + 2)
Write example of the 3 design patterns?
When you should not use index in database?
Some Update/Select/Delete and Insert statements which were simple
What are the problems in the following code
Function DoSomeThing(Long B) As Long
Dim Ind as Long
Dim Count as Integer
Ind = 1
Count = 1
While (Ind <= B)
Ind = Ind * 2
Count += 1
End While
End Function
What does try.. catch .. finally do before giving results? - executes finally
Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Eurofins (Bengaluru) en abr 2026
Entrevista
The interview went well. I was asked many real-time scenario-based questions along with some logical and coding-related questions. Also I was asked to write some coding in Angular as well. Overall it was a great experience in attending the interview.
Explain the difference between an abstract class and an interface.
What is a sealed class?
What is the difference between value types and reference types?
How does garbage collection work in .NET?
What is a delegate? What is an event?
What are extension methods?
Explain the difference between == and .Equals().
Preguntas de entrevista [1]
Pregunta 1
Explain the difference between an abstract class and an interface.
What is a sealed class?
What is the difference between value types and reference types?
How does garbage collection work in .NET?
What is a delegate? What is an event?
What are extension methods?
Explain the difference between == and .Equals().
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Eurofins (Bengaluru) en jul 2023
Entrevista
Two levels of interview Evry topic is covered they will ask questions on all the topics mentioned in the CV . Ensure you know evrything mentioned in ur CV v
Preguntas de entrevista [1]
Pregunta 1
Evry topic is covered they will ask questions on all the topics mentioned in the CV