Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 20.2k Reviews

Filter interviews by

LTIMindtree Devops Engineer Interview Questions, Process, and Tips

Updated 21 Sep 2024

Top LTIMindtree Devops Engineer Interview Questions and Answers

  • Q1. if you change the infrasrtuctur in aws management console will it change statefile
  • Q2. how you can take the .jar file from jenkins nexus repo to apache tomcat container
  • Q3. how to integrate the sonarqube to jenkins
View all 15 questions

LTIMindtree Devops Engineer Interview Experiences

13 interviews found

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

(2 Questions)

  • Q1. Cicd pipelines in jenkins
  • Ans. 

    CICD pipelines in Jenkins automate the process of building, testing, and deploying code.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkins is a popular automation server used for building, testing, and deploying software

    • CICD pipelines in Jenkins allow for automated workflows, from code commit to production deployment

  • Answered by AI
  • Q2. Aws servcies like s3 ec2 rds

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is jenkins pipeline write one
  • Ans. 

    Jenkins pipeline is a set of plugins that allows you to create a workflow for your software delivery process.

    • Jenkins pipeline is written in a Jenkinsfile, which is a text file that defines the steps of your pipeline.

    • It allows you to define your build, test, and deployment processes as code.

    • You can use declarative or scripted syntax to define your pipeline.

    • Example: pipeline { agent any stages { stage('Build') { steps { ...

  • Answered by AI
  • Q2. Write powershell script
  • Ans. 

    The PowerShell script should be written to demonstrate proficiency in automation and scripting.

    • Use cmdlets like Get-ChildItem, Set-Content, and Invoke-Command for file manipulation and remote execution

    • Utilize loops and conditional statements for automation tasks

    • Ensure error handling and logging for script reliability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good it was good and

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contai ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The NumberYou are given an integer ‘N’ and there is a hidde ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain terraform modules
  • Ans. 

    Terraform modules are reusable components that encapsulate a set of resources and configurations in a single unit.

    • Modules help in organizing and reusing Terraform configurations

    • They allow for better code organization and maintainability

    • Modules can be shared and reused across different projects

    • They can be used to create reusable infrastructure patterns

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Deploying the resources through terraform
  • Ans. 

    Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.

    • Terraform uses configuration files to define the infrastructure resources needed.

    • It allows for the creation, modification, and deletion of resources in a repeatable manner.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud.

    • State files are used to track the current state of the infrastructure and...

  • Answered by AI
  • Q2. Parallel job execution in devops
  • Ans. 

    Parallel job execution in devops involves running multiple tasks simultaneously to improve efficiency and reduce overall execution time.

    • Use parallelization techniques like multithreading or multiprocessing to run tasks concurrently

    • Implement tools like Jenkins or Ansible to automate and manage parallel job execution

    • Monitor resource usage and performance to optimize parallel job execution

    • Ensure proper synchronization and...

  • Answered by AI

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Devops

 (1)

 Senior Devops Engineer

 (5)

 Cloud Devops Engineer

 (1)

 Azure DevOps Engineer

 (7)

 Software Engineer

 (310)

 Data Engineer

 (56)

 Test Engineer

 (17)

 Softwaretest Engineer

 (17)

Devops Engineer Interview Questions & Answers

user image Hasini Gade

posted on 4 Jun 2024

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

(1 Question)

  • Q1. Concepts of Azure DevOps
  • Ans. 

    Azure DevOps is a set of development tools used for planning, collaborating, and delivering software.

    • Azure DevOps includes services such as Azure Boards, Azure Repos, Azure Pipelines, Azure Test Plans, and Azure Artifacts.

    • It allows for continuous integration and continuous delivery (CI/CD) pipelines to automate the software delivery process.

    • Azure DevOps provides a centralized platform for managing code repositories, tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

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

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want join our company? what do you expect from our company? introduce your self? why do i hire you? what are your achievement?
  • Ans. 

    I want to join your company because of its strong reputation and commitment to innovation. I expect a supportive and collaborative work environment where I can contribute my skills and grow professionally.

    • Strong reputation and commitment to innovation

    • Supportive and collaborative work environment

    • Opportunity to contribute skills and grow professionally

  • Answered by AI
  • Q2. Yessssssssssssssssssssssssssssssssssssssssssssssssssssssssssss

Interview Preparation Tips

Interview preparation tips for other job seekers - just do preparation by self properly and answer them
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain the jenkins pipeline stages
  • Ans. 

    Jenkins pipeline stages are the different steps in a Jenkins pipeline that define the workflow of a CI/CD process.

    • Stages are defined in a Jenkinsfile using the 'stage' keyword

    • Each stage represents a specific task or group of tasks in the pipeline

    • Stages can have parallel branches for executing tasks concurrently

    • Stages can have conditions for execution based on certain criteria

    • Stages can be visualized in the Jenkins UI t

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to integrate the sonarqube to jenkins
  • Ans. 

    Integrating SonarQube with Jenkins allows for automated code quality analysis.

    • Install SonarQube Scanner plugin in Jenkins

    • Configure SonarQube server in Jenkins global configuration

    • Add SonarQube post-build step in Jenkins job configuration

    • Run Jenkins job to trigger SonarQube analysis

    • View SonarQube analysis results in Jenkins dashboard

  • Answered by AI
  • Q2. How to reduce the image size
  • Ans. 

    To reduce image size, optimize images, use image compression techniques, remove unnecessary metadata, and consider using image CDN.

    • Optimize images by resizing them to the appropriate dimensions for display

    • Use image compression techniques like JPEG or PNG compression

    • Remove unnecessary metadata from images

    • Consider using an image CDN to serve images faster and reduce load times

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - senario based questions asked like how to check the application 2nd version sucessfully done

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Mostly on azure cloud services
Round 3 - Technical 

(1 Question)

  • Q1. Kuberenetes related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - We should be technically strong.
Mostly questions are from resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tech devops Iaas Paas Aks Iaac Good

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Question is about docker ansible jenkins kubernets and git
Round 3 - One-on-one 

(1 Question)

  • Q1. Deep drive in devops and phyton
  • Ans. 

    DevOps is a culture that emphasizes collaboration and automation. Python is a popular language for automation in DevOps.

    • DevOps is a combination of development and operations that focuses on collaboration, communication, and automation.

    • Python is a popular language for automation in DevOps due to its simplicity, readability, and versatility.

    • Python can be used for tasks such as configuration management, continuous integra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare and we'll and answer what you know be confident

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Devops Engineer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for LTIMindtree 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 LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are Jenkins, Devops, Terraform, AWS and Ansible.
What are the top questions asked in LTIMindtree Devops Engineer interview?

Some of the top questions asked at the LTIMindtree Devops Engineer interview -

  1. if you change the infrasrtuctur in aws management console will it change statef...read more
  2. how you can take the .jar file from jenkins nexus repo to apache tomcat contain...read more
  3. how to integrate the sonarqube to jenk...read more

Tell us how to improve this page.

LTIMindtree Devops Engineer Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more
LTIMindtree Devops Engineer Salary
based on 2.1k salaries
₹3.2 L/yr - ₹17.4 L/yr
9% more than the average Devops Engineer Salary in India
View more details

LTIMindtree Devops Engineer Reviews and Ratings

based on 92 reviews

3.5/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.1

Salary

3.5

Job security

3.5

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 92 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.2 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

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