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

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

  • Q1. How do you design Microservices
  • Ans. 

    Designing microservices involves defining services, ensuring scalability, and maintaining loose coupling for flexibility.

    • Identify business capabilities: Break down the application into distinct services based on business functions, e.g., user management, payment processing.

    • Define service boundaries: Ensure each microservice has a clear responsibility and can operate independently, e.g., an order service should not hand...

  • Answered by AI
  • Q2. How do you upgrade cluster EKS

What are the roles & responsibilities of a Devops Engineer at Thomson Reuters?

Technical Support & Troubleshooting

  • Provide application support for production applications
  • Mitigate customer impact of issues and resolve them

Read full roles & responsibilities

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain our company devops process
  • Ans. 

    Our company's DevOps process focuses on continuous integration, automated testing, and deployment.

    • Continuous integration: Developers regularly merge their code changes into a shared repository, triggering automated builds and tests.

    • Automated testing: Testing is automated at various stages of the development process to ensure code quality and reliability.

    • Deployment automation: Code changes are automatically deployed to ...

  • Answered by AI

Thomson Reuters HR Interview Questions

25 questions and answers

Q. How do you create a positive impact in a company environment?
Q. What types of activities did you perform in FP&A? Elaborate.
Q. What was your role and what projects did you work on in your previous compa ... read more
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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About the basic linux command
  • Ans. 

    Basic Linux commands are essential for navigating and managing files in a Linux environment.

    • ls: Lists files and directories. Example: 'ls -l' for detailed listing.

    • cd: Changes the current directory. Example: 'cd /home/user' to navigate to user directory.

    • cp: Copies files or directories. Example: 'cp file.txt /backup/' to copy file to backup.

    • mv: Moves or renames files or directories. Example: 'mv oldname.txt newname.txt' ...

  • Answered by AI
  • 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

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, Linux, Python, Agile and Docker.

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 144 salaries
₹8.8 L/yr - ₹15.3 L/yr
31% 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

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
586 salaries
unlock blur

₹16.4 L/yr - ₹26.4 L/yr

Software Engineer
585 salaries
unlock blur

₹9.4 L/yr - ₹17.1 L/yr

Content Specialist
217 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Devops Engineer
144 salaries
unlock blur

₹8.8 L/yr - ₹15.3 L/yr

Associate Content Specialist
143 salaries
unlock blur

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