I applied through college or university. The process took 2 weeks. I interviewed at Thomson Reuters in Nov 2014
Interview
The interview was pretty short, < 60 mins. They asked a few simple technical questions on Java, one or two algorithm problems, nothing too hard. Also had to diagram out a project from the past.
Interview questions [1]
Question 1
They asked me to whiteboard out a project I had done in the past, and describe a problem I faced and overcame.
I applied through a recruiter. The process took 2 weeks. I interviewed at Thomson Reuters (Bengaluru) in Jun 2016
Interview
Two technical rounds, followed by Manager round and Hr round. Question will be related to what you mention in your CV. Be confident and don't fake yourself. For a software engineer please prepare for questions related to core java,springs,collections,multithreading concepts .
I applied through a staffing agency. The process took 1 day. I interviewed at Thomson Reuters (Bengaluru) in Feb 2017
Interview
I got call from consultancy and interview in Bangalore in Feb 2017.
There are four rounds
1)Coding
2)Techincal
3)Managerial round
4)HR
The interview was averaget, basic question they ask from core java, design pattern
Spring,Hibernate and RESTful Webservcies whatever you have worked and mention in the resume.
Interview questions [1]
Question 1
1)Program to reverse a string using recursion.
2)Find the repeating characters from given string.
3)Find the second highest elements of the given array.
4)What is the immutable class?Can you write a program to make your class immutable?
5)Question related to overriding of static method in sub class.
6)Write a singleton class.