Upload Button Icon Add office photos

Filter interviews by

Thomson Reuters Associate Software Engineer Interview Questions and Answers

Updated 30 Apr 2023

Thomson Reuters Associate Software Engineer Interview Experiences

2 interviews found

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.
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:
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 - 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

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

I applied via campus placement at K L E S Education College, Hubli and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was conducted online modh

Round 2 - Coding Test 

There were 3 codes given and had to choose 1 and write it down in pen paper mode

Round 3 - Technical 

(2 Questions)

  • Q1. Oops questions like encpuslation, abstraction
  • Q2. Os questions like paging, segmentation
Round 4 - HR 

(2 Questions)

  • Q1. Same basich hr questions introduce ur self
  • Q2. Why Visteon, and what do u know about Visteon
  • Ans. 

    Visteon is a leading global automotive supplier known for innovative technology solutions in the automotive industry.

    • Visteon is a well-established company with a strong reputation in the automotive industry.

    • They are known for their cutting-edge technology solutions for vehicle cockpit electronics.

    • Visteon has a global presence and works with major automotive manufacturers around the world.

    • The company focuses on developi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company hr are friendly and easy to talk to I was not selected even though clearing all rounds so don't worry it happens.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour, around 40 questions on well known aptitude topics.

Round 2 - Coding Test 

Simple questions - overlapping area, bit manipulation

Round 3 - Technical 

(1 Question)

  • Q1. Simple program on printing even numbers, optimizing the code. Interviewer wanted to test your logical ability.
Round 4 - Behavioral 

(1 Question)

  • Q1. Three facts about you, you haven't mentioned in resume, why should we hire you etc..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find the 2nd largest number in list

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at University of Mumbai, Mumbai and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technical test consisted of standard apti questions, core cs questions and 2 coding questions very easy level.

Round 2 - Technical 

(1 Question)

  • Q1. In online technical round, 1st they ask about project, then dbms, data warehouse, sql queries and sdlc lifecycle.
Round 3 - HR 

(1 Question)

  • Q1. This round was conversational round, they ask about personal information like family background and if we are ready to work in rotational shifts (theirs conditions).
Round 4 - Group Discussion 

After few days they called and said you are selected and called us Airoli office for discussion.
In office, they took Introduction round, then made groups for discussion.
In GD, every individual had to come forward and speak on gd topic for minimum 3-4 minutes.
We were not told about this GD round on call. This was surprise. Final candidates were selected on basis of this round.
then after a week results were announced,.

Interview Preparation Tips

Topics to prepare for Teradata Associate Software Engineer interview:
  • dbma
  • SQL
Interview preparation tips for other job seekers - There was no bond, and first 4 months will be training. Interview process was a cake walk, main round was GD(more like speech round).
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions Based on arrays level of medium

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions based on array and linked list
Round 3 - Technical 

(1 Question)

  • Q1. Question based on metrix
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Mostly data structures topics are important so you can practicing data structures questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was c++ coding test

Round 2 - Technical 

(1 Question)

  • Q1. Coding questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Network related questions
Round 4 - HR 

(1 Question)

  • Q1. About myself and other details

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Test
Total Questions: 100

Round: Group Discussion
Duration: 1 hour

College Name: Sri Venkateswara College Of Engineering
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain threads, Collection framework, code to remove duplicates and code on linkedlists
  • Ans. 

    Threads are lightweight processes within a program, Collection framework provides data structures, code to remove duplicates involves using sets, code on linkedlists involves traversal and manipulation.

    • Threads are independent paths of execution within a program.

    • Collection framework provides interfaces and classes for storing and manipulating groups of objects.

    • To remove duplicates from a list, we can use a Set data stru...

  • Answered by AI

Thomson Reuters Interview FAQs

How many rounds are there in Thomson Reuters Associate Software Engineer interview?
Thomson Reuters interview process usually has 2-3 rounds. The most common rounds in the Thomson Reuters interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Thomson Reuters Associate Software Engineer 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 Computer science, Javascript, Taxation, XML and Application Software.
What are the top questions asked in Thomson Reuters Associate Software Engineer interview?

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

  1. Reverse the str...read more
  2. Basic Networking questi...read more
  3. Questions on working of ...read more

Tell us how to improve this page.

Thomson Reuters Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Thomson Reuters Associate Software Engineer Salary
based on 132 salaries
₹4.4 L/yr - ₹8.1 L/yr
16% more than the average Associate Software Engineer Salary in India
View more details

Thomson Reuters Associate Software Engineer Reviews and Ratings

based on 21 reviews

4.4/5

Rating in categories

3.7

Skill development

4.7

Work-life balance

3.6

Salary

4.5

Job security

4.2

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
515 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Software Engineer
444 salaries
unlock blur

₹8.2 L/yr - ₹31 L/yr

Content Specialist
197 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Content Analyst
186 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Associate Content Specialist
149 salaries
unlock blur

₹2.4 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Thomson Reuters with

Bloomberg

3.4
Compare

S&P Global

4.2
Compare

FactSet

3.9
Compare

Morningstar

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