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 Software Developer Interview Questions and Answers

Updated 16 Aug 2024

Thomson Reuters Software Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It's about your technical knowledge. No coding questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. They will ask questions based on what you have mentioned in your resume
Round 3 - One-on-one 

(1 Question)

  • Q1. They have asked about my previous company project and questions related to that

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

2 CODING QUESTION WITH SIMPLE COMPUTER BASIC MCQS

Round 2 - Group Discussion 

GAVE 3 QUESTION SHOUL ANSWEER ANY 1 OF THEM AND U GO TO NEXT ROUND IF U SOLVE

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What are 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Parent class and child class relationship

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and method overrid...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How do u see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior software developer role, leading projects and mentoring junior developers.

    • Continuing to enhance my technical skills through ongoing learning and certifications

    • Taking on more responsibilities in project management and leadership roles

    • Mentoring and guiding junior developers to help them grow in their careers

    • Contributing to the success and growth of the company throu...

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I have successfully completed multiple projects using various programming languages such as Java, Python, and JavaScript.

    • I am a quick learner and always eager to stay updated with the latest technologies and trends

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding maily in c cpp and embeded c
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on Oops concepts
  • Q2. Questions on design patterns
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is oop principles?
  • Ans. 

    OOP principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding t...

  • Answered by AI
  • Q3. What is polymorphism principle?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or objects.

    • Examples include method overloading and method overriding in object-oriented programming languages like Java.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops XML MVC SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Jquery tags syntax uses
  • Ans. 

    Jquery tags syntax uses angle brackets and CSS selectors.

    • Jquery tags are enclosed in angle brackets, like

      or

    • Jquery selectors are used to target specific elements, like $('p') or $('.class')

Answered by AI
  • Q2. Seting values XML data JSON data transfer
  • Skills evaluated in this interview

    Thomson Reuters Interview FAQs

    How many rounds are there in Thomson Reuters Software Developer interview?
    Thomson Reuters interview process usually has 2 rounds. The most common rounds in the Thomson Reuters interview process are One-on-one Round, Resume Shortlist and Technical.
    How to prepare for Thomson Reuters Software Developer 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 AWS, Database, JPA, Java and Javascript.
    What are the top questions asked in Thomson Reuters Software Developer interview?

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

    1. It's about your technical knowledge. No coding questi...read more
    2. some sql questi...read more

    Tell us how to improve this page.

    Thomson Reuters Software Developer Interview Process

    based on 3 interviews

    Interview experience

    5
      
    Excellent
    View more
    Thomson Reuters Software Developer Salary
    based on 69 salaries
    ₹4.2 L/yr - ₹16.6 L/yr
    21% more than the average Software Developer Salary in India
    View more details

    Thomson Reuters Software Developer Reviews and Ratings

    based on 14 reviews

    4.0/5

    Rating in categories

    3.8

    Skill development

    4.4

    Work-life balance

    3.7

    Salary

    4.3

    Job security

    4.0

    Company culture

    3.1

    Promotions

    3.6

    Work satisfaction

    Explore 14 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