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

Filter interviews by

LTIMindtree Senior Devops Engineer Interview Questions and Answers for Freshers

Updated 29 Aug 2024

LTIMindtree Senior Devops Engineer Interview Experiences for Freshers

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. CI/CD pipeline definitions

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly Cloud related questions
Round 2 - Technical 

(1 Question)

  • Q1. If round 1 is clear , then be confident in round 2
Round 3 - HR 

(1 Question)

  • Q1. Salary related mainly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

They given me assignment related to my job

Interview Preparation Tips

Interview preparation tips for other job seekers - They will only raise questions from the task you did in your previous organization. Practice on every type of skills you added in you resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the GitHub Actions and usages
  • Ans. 

    GitHub Actions is a CI/CD tool provided by GitHub for automating workflows and tasks in software development.

    • GitHub Actions allows you to automate tasks like building, testing, and deploying code directly from your GitHub repository.

    • You can create custom workflows using YAML files to define the actions to be taken based on events like push, pull request, or issue creation.

    • GitHub Actions supports a wide range of program...

  • Answered by AI
  • Q2. CI/CD pipeline and explain in detail
  • Ans. 

    CI/CD pipeline automates the process of integrating code changes and deploying them to production.

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • Automates the process of building, testing, and deploying code changes

    • Helps in detecting and fixing integration errors early in the development cycle

    • Uses tools like Jenkins, GitLab CI/CD, Travis CI, etc.

    • Ensures faster delivery of code changes to production

  • Answered by AI
  • Q3. Detailed questions on Terraform
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. DevOps Advanced questions with CICD, Application Deployment stages and troubleshooting part
  • Q2. Terraform Hands on Deployments for both Infrastructure & Application Deployment
  • Ans. 

    Terraform is used for both infrastructure and application deployments.

    • Terraform allows for defining infrastructure as code, making it easy to manage and deploy infrastructure resources.

    • It can also be used to deploy applications by defining the necessary configurations and dependencies.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud, making it versatile for different deployment scenarios.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More into Architecture & Cost Optimization Solutions & Cloud Security best practices
  • Q2. Team Management, Leader Ship skills

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience with Capgemini is really good, the overall process with HR & Technical really very nice in terms of feedback & regularly updates, Thank you CG be a part of CG family !
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to devops and considering my experience some team management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have in-depth knowledge on skill
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 Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your job role.
  • Ans. 

    As a Sr Devops Engineer, my job role involves managing and improving the infrastructure, deployment pipelines, and automation processes to support development teams.

    • Managing and maintaining infrastructure using tools like Terraform, Ansible, or Kubernetes

    • Designing and implementing CI/CD pipelines for automated testing and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development t...

  • Answered by AI
  • Q2. My company migrate on- premises server to aws rds what points to remeber during this migration.
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'ins to integrated with jenkins actually plung'ins name.
  • Ans. 

    Jenkins CI-CD pipelines are declared using Jenkinsfile and can be integrated with various plugins for additional functionality.

    • Declare Jenkins CI-CD pipelines using Jenkinsfile in the root directory of the project.

    • Integrate plugins like Git, Docker, Slack, SonarQube, etc., for specific functionalities.

    • Use declarative syntax or scripted syntax in Jenkinsfile based on requirements.

    • Configure stages, steps, post actions, a...

  • Answered by AI
  • Q2. Write terra form to create multipal EC2 instances.
  • Ans. 

    Use Terraform to create multiple EC2 instances

    • Use Terraform's EC2 instance resource to define the instances

    • Specify the number of instances using count parameter

    • Use a for_each loop to create multiple instances with unique names and configurations

  • Answered by AI
  • Q3. Write to playbook for spinup to Tom cat server.
  • Ans. 

    Playbook for spinning up a Tomcat server

    • Install Java on the server

    • Download and extract Tomcat

    • Configure Tomcat server.xml file

    • Start the Tomcat server

    • Verify Tomcat is running

  • Answered by AI

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Devops Engineer interview for freshers?
LTIMindtree interview process for freshers usually has 1 rounds. The most common rounds in the LTIMindtree interview process for freshers are Technical.
How to prepare for LTIMindtree Senior Devops Engineer interview for freshers?
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 Bash, Jenkins, Kubernetes, Labour Laws and MySQL.
What are the top questions asked in LTIMindtree Senior Devops Engineer interview for freshers?

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

  1. Istio Service Mesh , Kubernetes Troubleshoot...read more
  2. Terraform templates to create ...read more
  3. docker file creat...read more

Tell us how to improve this page.

LTIMindtree Senior Devops Engineer Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more
LTIMindtree Senior Devops Engineer Salary
based on 308 salaries
₹7 L/yr - ₹28 L/yr
13% less than the average Senior Devops Engineer Salary in India
View more details

LTIMindtree Senior Devops Engineer Reviews and Ratings

based on 24 reviews

3.0/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

2.4

Salary

3.4

Job security

2.9

Company culture

2.2

Promotions

3.2

Work satisfaction

Explore 24 Reviews and Ratings
Senior Software Engineer
21.5k salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Module Lead
5.9k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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