Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tech Mahindra Senior Devops Engineer Interview Questions and Answers

Updated 14 Aug 2024

7 Interview questions

A Senior Devops Engineer was asked 10mo ago
Q. Write a playbook to spin up a Tomcat 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

A Senior Devops Engineer was asked 10mo ago
Q. Write Terraform code to create multiple 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

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.
A Senior Devops Engineer was asked 10mo ago
Q. My company is migrating on-premises servers to AWS RDS. What points should I remember during this migration?
Ans. 

Key considerations for migrating on-premises servers to AWS RDS include planning, security, and performance optimization.

  • Assess current database size and performance requirements before migration.

  • Choose the right RDS instance type based on workload (e.g., db.t3.medium for general use).

  • Plan for data transfer methods, such as AWS Database Migration Service (DMS) or snapshots.

  • Ensure proper security measures, includin...

A Senior Devops Engineer was asked 12mo ago
Q. How do you print the fourth column?
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

What people are saying about Tech Mahindra

View All
a senior engineer
2w
💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida 📎 Screenshot attached | CTC: ₹13.5 LPA
✅ Variable is paid monthly and fully (as confirmed by HR) ❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage Would appreciate any insights from current/ex-TechM folks! 🙏
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Senior Devops Engineer was asked 12mo ago
Q. What is the meaning of Jenkins CI/CD?
Ans. 

Jenkins CI/CD automates software development processes, enabling continuous integration and continuous delivery for faster deployments.

  • CI (Continuous Integration) involves automatically testing and merging code changes into a shared repository.

  • CD (Continuous Delivery) ensures that code changes are automatically prepared for release to production.

  • Jenkins supports various plugins to integrate with tools like Git, Do...

A Senior Devops Engineer was asked 10mo ago
Q. 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 actio...

A Senior Devops Engineer was asked 12mo ago
Q. 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...

Are these interview questions helpful?

Tech Mahindra Senior Devops Engineer Interview Experiences

3 interviews found

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

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Ans. 

    Jenkins CI/CD automates software development processes, enabling continuous integration and continuous delivery for faster deployments.

    • CI (Continuous Integration) involves automatically testing and merging code changes into a shared repository.

    • CD (Continuous Delivery) ensures that code changes are automatically prepared for release to production.

    • Jenkins supports various plugins to integrate with tools like Git, Docker,...

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

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.
  • Ans. 

    Key considerations for migrating on-premises servers to AWS RDS include planning, security, and performance optimization.

    • Assess current database size and performance requirements before migration.

    • Choose the right RDS instance type based on workload (e.g., db.t3.medium for general use).

    • Plan for data transfer methods, such as AWS Database Migration Service (DMS) or snapshots.

    • Ensure proper security measures, including VPC...

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

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 questions from similar companies

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

What people are saying about Tech Mahindra

View All
a senior engineer
2w
💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida 📎 Screenshot attached | CTC: ₹13.5 LPA
✅ Variable is paid monthly and fully (as confirmed by HR) ❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage Would appreciate any insights from current/ex-TechM folks! 🙏
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Walk through on recent technical skills
  • Ans. 

    I have recently worked on implementing CI/CD pipelines using Jenkins, Docker, and Kubernetes.

    • Implemented Jenkins pipelines for automating build, test, and deployment processes

    • Utilized Docker for containerization of applications and services

    • Managed Kubernetes clusters for container orchestration

    • Integrated monitoring and logging tools like Prometheus and ELK stack

  • Answered by AI
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good analytic skills needed to clear it

Round 2 - Coding Test 

Data structure and algorithms and python specific questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. How much years will be there in company
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About ci cd automation
  • Q2. Ci cd ansible dovjer
  • Ans. 

    CI/CD with Ansible and Docker streamlines application deployment and management through automation and containerization.

    • CI/CD stands for Continuous Integration and Continuous Deployment, automating the software delivery process.

    • Ansible is an open-source automation tool used for configuration management, application deployment, and task automation.

    • Docker allows developers to package applications and their dependencies i...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to call APIs in Python
  • Ans. 

    To call APIs in Python, you can use libraries like requests or urllib.

    • Use the requests library to make HTTP requests to APIs

    • Send GET, POST, PUT, DELETE requests using requests library

    • Parse JSON responses using the json module

  • Answered by AI
  • Q2. How to write script to configure Veracode with ADO
  • Ans. 

    To configure Veracode with ADO, you can write a script that automates the process of setting up the integration.

    • Use Veracode API to authenticate and interact with Veracode services

    • Create a script that retrieves Veracode API credentials from ADO secure variables

    • Automate the process of configuring Veracode settings in ADO pipelines

  • 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

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Devops Engineer interview?
Tech Mahindra interview process usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Assignment and One-on-one Round.
How to prepare for Tech Mahindra Senior 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Devops, Python, Docker, Jenkins and Kubernetes.
What are the top questions asked in Tech Mahindra Senior Devops Engineer interview?

Some of the top questions asked at the Tech Mahindra Senior Devops Engineer interview -

  1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'in...read more
  2. My company migrate on- premises server to aws rds what points to remeber during...read more
  3. Write to playbook for spinup to Tom cat serv...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Tech Mahindra Senior Devops Engineer Salary
based on 234 salaries
₹9.4 L/yr - ₹20.9 L/yr
22% less than the average Senior Devops Engineer Salary in India
View more details

Tech Mahindra Senior Devops Engineer Reviews and Ratings

based on 9 reviews

3.8/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

4.0

Job security

4.3

Company culture

2.9

Promotions

3.9

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
26.6k salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Senior Software Engineer
22.2k salaries
unlock blur

₹9.1 L/yr - ₹18.5 L/yr

Technical Lead
12.5k salaries
unlock blur

₹16.9 L/yr - ₹30 L/yr

Associate Software Engineer
6.1k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.7 L/yr - ₹17.7 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare
write
Share an Interview