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 Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Thomson Reuters Devops Engineer Interview Questions and Answers

Updated 8 Nov 2024

Thomson Reuters Devops Engineer Interview Experiences

2 interviews found

Devops Engineer Interview Questions & Answers

user image Unknown Singh

posted on 9 Jun 2024

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

(1 Question)

  • Q1. Question on the skills that you have written in resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

English and Reasoning

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more

What people are saying about Thomson Reuters

View All
moodycelery
Verified Icon
4d
works at
Thomson Reuters
Toxic Native language speaking colleagues in Bangalore - Deal like a boss.
In today’s Corporate/professional world, diversity and inclusion are not just buzzwords—they’re essential for a healthy, respectful workplace. Unfortunately, not all colleagues believe in this. I’ve personally dealt with a toxic colleague who constantly tried to replace or sideline me by pushing for someone from his native language group to take over my responsibilities. This subtle regional favoritism, often masked as “team comfort” or “easy communication,” is nothing but a power game—and here’s how I dealt with it: 1. I Let My Work Speak Louder Than Their Politics No gossip, no drama—just consistent, quality performance. When your work creates undeniable value, it’s difficult for anyone to replace or question you.
Got a question about Thomson Reuters?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Scenario based questions about AWS services
  • Q2. Working of Terraform , Packer ,Puppet
  • Ans. 

    Terraform, Packer, and Puppet are tools used in DevOps for infrastructure automation and configuration management.

    • Terraform is used for infrastructure as code and automates the provisioning of infrastructure resources.

    • Packer is used for creating machine images for multiple platforms from a single source configuration.

    • Puppet is used for configuration management and automates the deployment and management of software and...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About the basic linux command
  • Q2. About devops tools like jenkins, kubernetes, etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is the DevOps and Advantages
  • Ans. 

    DevOps is a cultural and technical movement that enhances collaboration between development and operations teams for faster software delivery.

    • Improved collaboration: Breaks down silos between development and operations teams, fostering a culture of shared responsibility.

    • Faster time to market: Continuous integration and continuous deployment (CI/CD) practices enable quicker releases, like deploying updates to a web appl...

  • Answered by AI
  • Q2. What is the terraform?
  • Ans. 

    Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.

    • Declarative Configuration: Users define infrastructure in configuration files using HashiCorp Configuration Language (HCL).

    • Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.

    • State Management: It maintains a state file to keep track ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. How you can Be prompt in pipeline concept
  • Ans. 

    Being prompt in pipeline concepts involves timely execution, monitoring, and automation to ensure efficient DevOps practices.

    • Implement Continuous Integration (CI) to automate code testing and integration, reducing manual intervention.

    • Use Continuous Deployment (CD) to automatically deploy code changes to production, ensuring faster delivery.

    • Monitor pipeline performance with tools like Jenkins or GitLab CI to quickly ide...

  • Answered by AI
  • Q2. How do you practice resolving real-world Kubernetes (K8s) production issues?
  • Ans. 

    I practice resolving Kubernetes issues through hands-on labs, simulations, and real-world scenarios to enhance my troubleshooting skills.

    • Set up a local Kubernetes cluster using tools like Minikube or Kind to simulate production environments.

    • Participate in Kubernetes troubleshooting exercises or workshops to gain practical experience.

    • Use monitoring tools like Prometheus and Grafana to visualize and diagnose issues in re...

  • Answered by AI
  • Q3. How you can manage application load ?
  • Ans. 

    Application load management ensures optimal performance and availability through various techniques and tools.

    • Use Load Balancers: Distribute incoming traffic across multiple servers (e.g., AWS Elastic Load Balancing).

    • Auto-Scaling: Automatically adjust the number of active servers based on traffic (e.g., AWS Auto Scaling).

    • Caching: Implement caching mechanisms (e.g., Redis, Memcached) to reduce load on the application se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. About you your experience and communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
  • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
Round 4 - Technical 

(2 Questions)

  • Q1. Second technical round is depends upon the TL he can ask your experience and issues
  • Q2. And can ask questions about cloud AWS and azure
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Overall ok It was 30 min duration

Devops Engineer Interview Questions & Answers

Amdocs user image Kanchan Prasad Sinha

posted on 29 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write down the code of scripted and declarative pipeline
  • Ans. 

    Scripted and declarative pipelines in Jenkins for DevOps Engineer role

    • Scripted pipeline uses Groovy script syntax

    • Declarative pipeline uses a more structured format with predefined stages

    • Scripted pipeline example: node { stage('Build') { echo 'Building' } }

    • Declarative pipeline example: pipeline { agent any stages { stage('Build') { steps { echo 'Building' } } } }

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly related to kubernetes docker and other devops tools fundamentals
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations, growth etc

Thomson Reuters Interview FAQs

How many rounds are there in Thomson Reuters Devops Engineer interview?
Thomson Reuters interview process usually has 1 rounds. The most common rounds in the Thomson Reuters interview process are Technical and Aptitude Test.
How to prepare for Thomson Reuters Devops 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 AWS, Python, Agile, Linux and Automation.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Join Thomson Reuters Clarifying the complex so professionals can act with confidence
Thomson Reuters Devops Engineer Salary
based on 142 salaries
₹4.8 L/yr - ₹18.9 L/yr
30% more than the average Devops Engineer Salary in India
View more details

Thomson Reuters Devops Engineer Reviews and Ratings

based on 12 reviews

4.0/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.3

Salary

4.7

Job security

4.4

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
DevOps Engineer

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

DevOps Engineer

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
573 salaries
unlock blur

₹5.2 L/yr - ₹18.1 L/yr

Senior Software Engineer
555 salaries
unlock blur

₹8.8 L/yr - ₹34.1 L/yr

Content Specialist
208 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Associate Software Engineer
143 salaries
unlock blur

₹4.4 L/yr - ₹8.1 L/yr

Devops Engineer
142 salaries
unlock blur

₹4.8 L/yr - ₹18.9 L/yr

Explore more salaries
Compare Thomson Reuters with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview