Reuters is known as a news organization, but today, it is involved in legal compliance and other fields that need niche software engineering. As a result, Thomson Reuters software engineer interview questions can prove challenging even for seasoned experts in the field.
Software engineers at Reuters must have a high degree of technical expertise. It’s important to practice the types of questions asked in their interviews beforehand to understand what is regularly tested and how to answer the interviewers’ questions convincingly.
In this guide, we have compiled 17 Thomson Reuters software engineer interview questions to give you an idea of what to expect. We also take you through the specifics of the role at this company, the interview process used to bring in new tech staff, and more.
Software engineering roles at Reuters are often tied to specific services and countries. The teams you could join include legal, risk management, tax and accounting, government solutions, and news and media. The regions you could work in include North America, Europe, and Asia.
Typical responsibilities of software engineers at Thomson Reuters include:
Reuters employs a hybrid work model. Depending on the specific role, you could spend 2 or 3 days in the office and the rest of the week working from home.
Software engineers at Thomson Reuters earn an average base salary of $102,875. This puts them in the top 39% of companies for this role. The base salary for a software engineer at Reuters starts at around $79,000 but can go as high as $135,000 for senior-level engineers.
Many Thomson Reuters software engineer positions are both specialized and localized. This often results in candidate requirements that are not typical for this role in other companies. The general requirements often include:
For many positions, a bachelor’s degree is preferred but not required.
The less common requirements you may encounter when applying for a software engineering job at Reuters include:
These uncommon requirements mean that you may only qualify for a few roles at Thomson Reuters. It’s a good idea to identify and focus on those that align best with your skills and experience.
Although the requirements to qualify for a software engineering position at Reuters can be daunting, the interview process itself is relatively straightforward. The actual number of interviews may vary, but you can expect the following steps when you start the process.
The software engineers hired at Reuters tend to be experienced and highly skilled or specialized. Depending on factors such as location and the team, certain things could play to your advantage in an interview. These include:
Many past candidates found the technical Thomson Reuters software engineer interview questions especially challenging. Four key areas you should prepare for are algorithms, SQL, Python, and machine learning. We have compiled 17 questions on these crucial topics.
This question is designed to test your understanding of search algorithms and optimization. While checking each cell is an option, it’s not a solution that scales well. A binary search algorithm may be better suited for this. Dive deeper into this problem on Interview Query.
2. Write a function to return whether a string A can be shifted some places to get another string B.
Coding the solution to this problem can be simple if you can figure out the underlying algorithm. This question is an opportunity to demonstrate your ability to come up with creative algorithms.
This is considered an NP-hard problem and can be asked to test how you’d handle a problem with an algorithm that is difficult or perhaps impossible to optimize.
For this question, Dijkstra’s algorithm is a good option for finding the shortest path. Check out how this solution can be implemented in Python on Interview Query.
*Note:* Your solution should be *O*(*n log*(*n*))
This question tests your ability to come up with efficient algorithms. Although it’s possible to solve the problem by iterating through a list of ugly numbers, taking advantage of ugly numbers’ unique properties would result in a more efficient algorithm.
This question tests your ability to write queries to extract specific information from multiple tables. You’ll need to use many standard SQL functions plus a JOIN to solve it.
This question tests your ability to break an SQL problem down into simple steps and write the subqueries to solve each step. Check out the solution on Interview Query.
8. Write a query that will return only the duplicate rows from a given table.
This question tests your knowledge of window functions in SQL. You’ll also need to figure out how to identify a row that has been duplicated.
This question is challenging because not every user is converted, and when one is converted, we can only attribute the right channel by identifying the user’s first session visit. Check out a full breakdown of the problem and the solution in the link.
This question will test your skills for working with conditional statements, aggregate functions, and other statements in SQL. You’ll need to extract the transactions for each quarter before summing up transactions associated with the different departments.
At a Thomson Reuters interview, this question can be asked as a simple test of your problem-solving skills and your familiarity with lists, loops, and methods in Python.
This question tests your knowledge of iterating over a list and your ability to use comparison operators in Python.
13. Write a function that takes in an integer and outputs its value in words.
Python has many modules that are made for niche applications. In this case, the num2words module can help you convert integers to their word form. This can be useful in a role where such information must be extracted from data.
This question tests your problem-solving skills. To solve it, you need to iterate through the list and calculate the new value of each grade. However, you first need to identify the highest and the lowest grade in the list.
In machine learning, successful prediction often hinges on choosing the right model. This question tests your knowledge of decision tree models. Check out the video solution for this question on IQ.
This question tests both your understanding of the benefits of neural networks plus your ability to communicate technical information to non-technical audiences. The latter is key for some senior Thomson Reuters software engineer positions.
This question tests your ability to define the scope of a project, apply machine learning to a business goal, and design a working ML system from the ground up. Follow the link to the video solution plus the transcript on Interview Query.
Thomson Reuters is known as a news provider but also offers other services to organizations. It is even developing AI-driven tools to enhance its offerings. As a result, the company is now a popular destination for software engineers worldwide. However, Reuters engineers are a different bunch, with subject matter expertise in specific fields and/or fluency in multiple languages. As a result, Thomson Reuters software engineer interview questions can set a high bar that can only be cleared by highly skilled candidates.
Interview Query provides access to many resources to help you handle Thomson Reuters’ challenging interview questions. Our question bank contains many practice interview problems, covering both technical and behavioral questions. You can also check out our Thomson Reuters company interview guide for a deeper look into the company’s recruitment process. Our AI interviewer and mock interview feature make it simpler to practice for an upcoming interview, and you can also compare salaries for software engineers at Reuters to those in other companies.
Landing a software engineer role at Reuters may not be easy, but we hope this guide will make it a lot less challenging for you.