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 Application Analyst 2 Interview Questions and Answers

Updated 26 Nov 2024

Thomson Reuters Application Analyst 2 Interview Experiences

1 interview found

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

Write SQL queries to generate the records in a table.

Round 2 - Technical 

(2 Questions)

  • Q1. Skills and past experience
  • Q2. What are your strengths and weeknesses
Round 3 - HR 

(2 Questions)

  • Q1. Why r u fit for this role.
  • Q2. What r ur long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share the knowledge and the experience with the interviewers.
Thank you

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Asked quant and reasoning and English

Round 2 - Technical 

(2 Questions)

  • Q1. What is normanlization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables

    • It helps in reducing data redundancy by storing data in a structured manner

    • Normalization ensures data integrity by minimizing data anomalies

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, etc.

  • Answered by AI
  • Q2. Types of normalisation
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Types of normalization include 1NF, 2NF, 3NF, BCNF, and 4NF.

    • 1NF (First Normal Form) ensures that each column contains atomic values.

    • 2NF (Second Normal Form) eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF (Third Normal Form) eliminates t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific to resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain react dom in details
  • Ans. 

    React DOM is a package that provides methods for updating the DOM in response to React components.

    • React DOM is used to render React components to the DOM.

    • It provides methods like ReactDOM.render() to render components.

    • React DOM efficiently updates the DOM when the state of a component changes.

    • It handles events and updates the DOM accordingly.

    • React DOM is separate from React itself, allowing for flexibility in rendering

  • Answered by AI
  • Q2. Explain MVC in rails
  • Ans. 

    MVC in Rails is a software design pattern that separates the application into three main components: Model, View, and Controller.

    • Model: Represents the data and business logic of the application.

    • View: Represents the user interface of the application.

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model accordingly.

    • Example: In a Rails application, a User model would ha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up ror

Skills evaluated in this interview

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

Write code for micro service

Round 2 - Technical 

(1 Question)

  • Q1. Explain singleton
  • Ans. 

    Singleton is a design pattern that restricts the instantiation of a class to one object.

    • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

    • Commonly used in scenarios where only a single instance of a class is needed, such as database connections or configuration settings.

    • Implementation can involve a private constructor, a static method to access the instance, and a ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 2022. There were 5 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 

(2 Questions)

  • Q1. 2nd largest element in array
  • Ans. 

    Find the 2nd largest element in an array of strings.

    • Sort the array in descending order

    • Access the element at index 1 to get the 2nd largest element

  • Answered by AI
  • Q2. Top view of given binary tree
  • Ans. 

    To get the top view of a binary tree, we need to find the nodes that are visible when looking at the tree from the top.

    • Start from the root node and assign it a horizontal distance of 0.

    • Traverse the tree using a queue and keep track of the horizontal distance of each node.

    • For each horizontal distance, only keep the node with the smallest level in the result.

    • Repeat the process for left and right child nodes, updating the

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to iOS and swift basics
  • Q2. Design NotificationCenter
  • Ans. 

    NotificationCenter is a system that enables communication between different parts of an application.

    • NotificationCenter allows components of an application to communicate without having direct references to each other.

    • It uses the observer pattern where objects register themselves as observers for specific notifications.

    • Notifications can be posted to the NotificationCenter with optional data.

    • Observers can then receive an...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design twitter feed & solid principles
  • Ans. 

    Design a Twitter feed using SOLID principles

    • Separate classes for each responsibility (Single Responsibility Principle)

    • Use interfaces to define behavior and allow for easy swapping of implementations (Open/Closed Principle)

    • Dependency Injection to decouple components and make testing easier (Dependency Inversion Principle)

    • Liskov Substitution Principle to ensure derived classes can be substituted for their base classes wi...

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. It was hiring manger rounds .. Behavioural questions
  • Q2. First occurence of given number in sorted array
  • Ans. 

    Find the first occurrence of a given number in a sorted array.

    • Use binary search to efficiently find the first occurrence of the number.

    • Keep track of the index of the first occurrence as you search through the array.

    • Return the index of the first occurrence once found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your DSA skilles in deep level and practice questions because in the interviews they want full working code and practice dry run as well.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked QRE question and some query questions

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate application developer with experience in creating innovative solutions for various industries.

    • Experienced in developing web and mobile applications using languages such as Java, JavaScript, and Swift

    • Proficient in database management and integration with applications

    • Strong problem-solving skills and ability to work in a team environment

    • Familiar with Agile development methodologies and continuous integr

  • Answered by AI
  • Q2. What are the technology you are familiar with
  • Ans. 

    I am familiar with a variety of technologies including Java, Python, SQL, HTML, CSS, JavaScript, and Git.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

    • Git

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to prepare all the things which you have mentioned in resume

Interview Preparation Tips

General Tips: The questions asked by this company were tough. The interview experience was good and you get to learn. Don't panic and answer confidently. If you don't know the answer don't say some random answer, just say I don't know but I would like to learn.
Questions were challenging. They weren't picked directly from geeksforgeeks or some other website. The guys taking your interview know stuff so don't try to fool them. Its a great learning experience, enjoy it till you can
Skill Tips: C books, C++ books, www.geeksforgeeks.com
Revise concepts for OS, DBMS, Computer Networks
Focus on Puzzles more.
Questions won't be as direct as other companies.

Skills:
College Name: NIT Surathkal

Thomson Reuters Interview FAQs

How many rounds are there in Thomson Reuters Application Analyst 2 interview?
Thomson Reuters interview process usually has 3 rounds. The most common rounds in the Thomson Reuters interview process are Coding Test, Technical and HR.

Tell us how to improve this page.

Thomson Reuters Application Analyst 2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
FactSet Interview Questions
3.9
 • 204 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
View all

Thomson Reuters Application Analyst 2 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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