I applied through a recruiter. The process took 3 weeks. I interviewed at Eurofins (Bengaluru) in Feb 2013
Interview
2 Rounds of technical and 1 round of tech interview face to face. Face to face was after a written test.
Interview questions [1]
Question 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
I applied online. The process took 1 week. I interviewed at Eurofins (Bengaluru) in Apr 2026
Interview
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().
Interview questions [1]
Question 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().
I applied through an employee referral. I interviewed at Eurofins (Bengaluru) in July 2023
Interview
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
Interview questions [1]
Question 1
Evry topic is covered they will ask questions on all the topics mentioned in the CV