Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Thomson Reuters Team. If you also belong to the team, you can get access from here

Thomson Reuters Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thomson Reuters Interview Questions, Process, and Tips

Updated 3 Feb 2025

Top Thomson Reuters Interview Questions and Answers

View all 32 questions

Thomson Reuters Interview Experiences

Popular Designations

112 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. It was great time had intervew depth technical skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work for freshers and experianced

Security Engineer Interview Questions asked at other Companies

Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
View answer (25)

Software Engineering iOS Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2022

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Why should I hire u ? Similar type of questions
  • Q2. Generally they ask u normal question?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare normally, if have have requirement they can hire u.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

They asked me few core java questions with few technical and Spring Boot questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for core java and few coding tasks.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

SqL, java and Linux related questions

Round 3 - Technical 

(1 Question)

  • Q1. Face to face technical round with managers

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for basic SQL, java and C related questions

Thomson Reuters interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (6)

 Business Analyst

 (3)

 Software Developer

 (3)

 Assistant Manager

 (2)

 Associate Content Specialist

 (2)

 Associate Software Engineer

 (2)

 Devops Engineer

 (2)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All projects experience and benifit to organisation
Round 3 - One-on-one 

(1 Question)

  • Q1. Specifications of methodologies used to work on project's
  • Ans. 

    Various methodologies such as Agile, Waterfall, and Scrum are used to work on projects.

    • Agile methodology focuses on flexibility and adaptability to changes throughout the project.

    • Waterfall methodology follows a linear sequential flow, with each phase dependent on the deliverables of the previous one.

    • Scrum methodology involves iterative development cycles called sprints, with regular meetings and feedback sessions.

  • Answered by AI

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Get interview-ready with Top Thomson Reuters Interview Questions

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Be prepared with your strength and weakness and just be yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and focus on the basics whatever you have learnt throughout your curriculum.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions .
  • Q2. All objects oriented questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - B prepare technically as well as with all programming concepts.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

1 hr test, simple aptitude questions

Round 3 - Coding Test 

Simple coding questions

Round 4 - Technical 

(3 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Iterate through the string from end to start and append each character to a new string

    • Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java

    • Convert the string to an array, reverse the array, and convert it back to a string

  • Answered by AI
  • Q2. Basic Networking questions
  • Q3. Questions on working of jvm

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Data And Model Issue Lead Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience ?
  • Q2. What are the challenges in your current role?

Interview Preparation Tips

Topics to prepare for Thomson Reuters Data And Model Issue Lead interview:
  • Communication Skills
  • Project Management
Interview preparation tips for other job seekers - Please go through the Job Description and understand how a day at work would go like before accepting the offer.Though the company pays really well,if the recruiters/managers have less information and expect magicians in place..it becomes really tough to bring things in place

I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell us about yourself
  • Q2. Tell us about how do you think this profile suits your current role
  • Q3. How would you like your first 90 days to be
  • Q4. How do you function as a team player and individual contributor? Please explain
  • Q5. Have you gone through our profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything about the company, the interviewer(if you know who is taking). Read about the job description. Read and frame your answers based on your profile. Don’t lie in your interview

Thomson Reuters Interview FAQs

How many rounds are there in Thomson Reuters interview?
Thomson Reuters interview process usually has 2-3 rounds. The most common rounds in the Thomson Reuters interview process are Technical, One-on-one Round and HR.
How to prepare for Thomson Reuters interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Thomson Reuters. The most common topics and skills that interviewers at Thomson Reuters expect are Taxation, Compliance, SQL, Computer Networking and Python.
What are the top questions asked in Thomson Reuters interview?

Some of the top questions asked at the Thomson Reuters interview -

  1. Which are the sectors most affected by the COVID-19 pandem...read more
  2. How IPSec works? and what are the different packets which are exchanged during ...read more
  3. What is HTML, Elements, Headings, Attribu...read more
How long is the Thomson Reuters interview process?

The duration of Thomson Reuters interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Thomson Reuters Interview Process

based on 101 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 902 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
Wolters Kluwer Interview Questions
3.9
 • 80 Interviews
Bloomberg Interview Questions
3.4
 • 25 Interviews
Moody's Interview Questions
4.1
 • 22 Interviews
View all

Thomson Reuters Reviews and Ratings

based on 1.6k reviews

4.1/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.7

Salary

4.1

Job security

4.2

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 1.6k Reviews and Ratings
Software Engineer
509 salaries
unlock blur

₹4.9 L/yr - ₹17.1 L/yr

Senior Software Engineer
458 salaries
unlock blur

₹8.4 L/yr - ₹33 L/yr

Content Specialist
202 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Content Analyst
173 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Devops Engineer
144 salaries
unlock blur

₹4.8 L/yr - ₹18.9 L/yr

Explore more salaries
Compare Thomson Reuters with

Bloomberg

3.4
Compare

S&P Global

4.1
Compare

FactSet

3.9
Compare

Morningstar

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview