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

Clear (1)

Thomson Reuters SDE Interview Questions and Answers

Updated 27 Jan 2024

Thomson Reuters SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Prashansa Chaudhary

posted on 27 Jan 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude is pretty easy

Round 2 - Group Discussion 

Need to be good in communication skills

Round 3 - Technical 

(1 Question)

  • Q1. Focused more on Technical skills and behavioral + tech
Round 4 - One-on-one 

(1 Question)

  • Q1. Resume and project based questions
Round 5 - HR 

(1 Question)

  • Q1. Current work and Salary

Interview questions from similar companies

SDE Interview Questions & Answers

Adobe user image Anonymous

posted on 5 Jun 2015

Interview Questionnaire 

18 Questions

  • Q1. Detail questions on copy constructors were asked
  • Q2. Deep copy, shallow copy (need for explicitly writing copy constructor)
  • Q3. Operating system concepts such as memory Management and semaphores, critical section
  • Q4. Overloading, Overriding(Function and operator both)
  • Q5. Virtual Functions
  • Q6. Resume based interview
  • Q7. Some more discussions on virtual classes and functions, overloading, overriding, copy constructors
  • Q8. Puzzles such as no of 0s in 100!, and water- jug problem
  • Q9. Merge two double linked list. What will be the difference if they are singly linked list
  • Ans. 

    To merge two double linked lists, traverse to the end of the first list and connect it to the head of the second list.

    • Traverse to the end of the first list

    • Connect the last node of the first list to the head of the second list

    • If the lists are singly linked, we need to traverse to the end of the first list and connect it to the head of the second list. But we also need to keep track of the last node of the first list to ...

  • Answered by AI
  • Q10. Make a data structure such that it can store an image dynamically
  • Ans. 

    A dynamic data structure for storing images as arrays of strings.

    • Use a 2D array of strings to represent the image pixels.

    • Implement resizing methods to adjust the size of the image.

    • Include methods for adding, removing, and modifying pixels.

    • Consider using compression techniques to reduce memory usage.

    • Support various image formats such as JPEG, PNG, and BMP.

  • Answered by AI
  • Q11. Copy fixed no of bytes from source to destination and its test cases( ex: copy(source, destination,bytes) so now command copy(a,a+3,8) will not give correct results in some cases and copy(a,a-4,8) will n...
  • Ans. 

    Copying fixed number of bytes from source to destination and its test cases.

    • Ensure source and destination are not overlapping

    • Check if the number of bytes to be copied is greater than the available space in the destination

    • Handle cases where source or destination is NULL

    • Test cases should cover all possible scenarios including edge cases

  • Answered by AI
  • Q12. Some puzzles like weighing problem..N Balls given all of same weight except one..What is the max value of N so that u can figure out the ball with less weight in 2 rounds or 3 rounds
  • Q13. Some HR questions about family and yourself
  • Q14. Detail discussion on virtual functions
  • Q15. Optimized fibonacci program
  • Ans. 

    An optimized Fibonacci program computes Fibonacci numbers efficiently.

    • Use memoization to store previously computed values.

    • Use iterative approach instead of recursive approach.

    • Use bitwise operators to perform arithmetic operations faster.

    • Use matrix exponentiation to compute Fibonacci numbers in logarithmic time.

  • Answered by AI
  • Q16. Solution for solving problems generated by virtual functions
  • Ans. 

    Virtual functions can cause problems due to their dynamic nature, but can be solved using various techniques.

    • Use pure virtual functions to ensure all derived classes implement the function

    • Use interface classes to define a common interface for all derived classes

    • Use smart pointers to manage memory and avoid memory leaks

    • Use virtual destructors to ensure proper destruction of objects

    • Avoid excessive use of virtual function

  • Answered by AI
  • Q17. Some good questions on compile time error check, link time error check and run time error check
  • Q18. One Image puzzle

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Basic GD with normal topics, only communication skills and the way you speak matters.

Round 2 - Technical 

(2 Questions)

  • Q1. Difference Between HTTP and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS encrypts the data transferred between the client and the server using SSL/TLS, while HTTP does not provide encryption.

    • HTTPS provides authentication of the website's ident...

  • Answered by AI
  • Q2. How DNS works and how a website functions
  • Ans. 

    DNS translates domain names to IP addresses, allowing users to access websites.

    • DNS stands for Domain Name System

    • When a user enters a domain name in a browser, DNS translates it to an IP address to locate the website's server

    • DNS servers store records like A (IPv4 address), AAAA (IPv6 address), CNAME (canonical name), MX (mail exchange), etc.

    • Websites function by hosting files on a server, which are accessed by users thro

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while speaking in GD, can easily be cleared with valid points.

Skills evaluated in this interview

SDE Interview Questions & Answers

Adobe user image Anonymous

posted on 5 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

DSA,COMPUTER FUNDAMENTALS

Round 3 - One-on-one 

(1 Question)

  • Q1. TELL ABOUT TREE TRAVERSALS
  • Ans. 

    Tree traversals are methods used to visit each node in a tree data structure in a specific order.

    • Inorder traversal: Visit left subtree, then root, then right subtree

    • Preorder traversal: Visit root, then left subtree, then right subtree

    • Postorder traversal: Visit left subtree, then right subtree, then root

  • Answered by AI

Skills evaluated in this interview

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 22 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Aptitude and technical questions

Round 3 - Coding Test 

2 coding questions with choice of language

Round 4 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Programming questions

SDE Interview Questions & Answers

Oracle user image kilari harshavardhan

posted on 13 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basic dp and graph questions

Round 2 - Technical 

(2 Questions)

  • Q1. Left leaf nodes sum in a binary tree
  • Ans. 

    Calculate the sum of all left leaf nodes in a binary tree.

    • Traverse the binary tree using depth-first search (DFS)

    • Check if a node is a leaf node and if it is a left child

    • Add the value of the left leaf node to the sum

    • Recursively traverse the left and right subtrees

  • Answered by AI
  • Q2. About my past projects
Round 3 - HR 

(1 Question)

  • Q1. Discussion about myself and my projects

Interview Preparation Tips

Interview preparation tips for other job seekers - keep grinding on dsa and dbms to crack it.

Skills evaluated in this interview

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 29 Dec 2022

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

I applied via LinkedIn and was interviewed in Nov 2022. 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 Resume tips
Round 2 - Aptitude Test 

General questions like reasoning and maths

Round 3 - Coding Test 

General DSA questions were asked like Linked list etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont panic and give yr best to achieve a goal in your life

SDE Interview Questions & Answers

Oracle user image Anonymous

posted on 5 Mar 2024

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Leetcode- Climb stairs (medium)
  • Q2. Reverse linkedlist
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode- Rotten oranges matrix

SDE Interview Questions & Answers

Amdocs user image Anonymous

posted on 22 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consisted of both technical programming and theoretical concepts. C++ and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Consisted of scenario based questions from technical domain.
  • Q2. Differentiate all sorting algorithms
  • Ans. 

    Sorting algorithms differ in their approach to sorting elements in an array.

    • Bubble Sort - compares adjacent elements and swaps them if they are in the wrong order

    • Merge Sort - divides the array into two halves, sorts them, and then merges them

    • Quick Sort - picks a pivot element and partitions the array around the pivot

    • Selection Sort - repeatedly selects the minimum element and swaps it with the current element

    • Insertion S...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Simple resume related non technical.

Skills evaluated in this interview

SDE Interview Questions & Answers

Amdocs user image Anonymous

posted on 8 Dec 2021

Interview Questionnaire 

1 Question

  • Q1. Oops, dbms, os

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prapared oops, dbms, os
Contribute & help others!
anonymous
You can choose to be anonymous

Thomson Reuters Interview FAQs

How many rounds are there in Thomson Reuters SDE interview?
Thomson Reuters interview process usually has 5 rounds. The most common rounds in the Thomson Reuters interview process are HR, Aptitude Test and Group Discussion.

Recently Viewed

INTERVIEWS

ACT Fibernet

No Interviews

DESIGNATION

DESIGNATION

JOBS

ACT Fibernet

No Jobs

JOBS

ACT Fibernet

No Jobs

INTERVIEWS

BeeHyv

No Interviews

INTERVIEWS

Aliens Group

No Interviews

JOBS

Aliens Group

No Jobs

LIST OF COMPANIES

Zscaler Softech

Overview

SALARIES

PreludeSys

Tell us how to improve this page.

Thomson Reuters SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

SDE Interview Questions from Similar Companies

Oracle SDE Interview Questions
3.7
 • 4 Interviews
Amadeus SDE Interview Questions
3.9
 • 3 Interviews
Amdocs SDE Interview Questions
3.7
 • 2 Interviews
Adobe SDE Interview Questions
3.9
 • 2 Interviews
UKG SDE Interview Questions
3.1
 • 1 Interview
View all
Software Engineer
509 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
459 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Specialist
202 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Analyst
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
144 salaries
unlock blur

₹0 L/yr - ₹0 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