Upload Button Icon Add office photos

Filter interviews by

Mphasis Devops Engineer Interview Questions, Process, and Tips

Updated 24 Sep 2024

Top Mphasis Devops Engineer Interview Questions and Answers

Mphasis Devops Engineer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. CICD pipeline in jenkins
  • Ans. 

    CICD pipeline in Jenkins automates the process of building, testing, and deploying code.

    • Jenkins is a popular automation server used for CICD pipelines

    • CICD pipeline in Jenkins typically involves stages like build, test, deploy

    • Jenkins plugins can be used to integrate with various tools for automation

    • Pipeline scripts in Jenkins can be written in Groovy language

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Tell me about git rebase,terraform distroy
  • Ans. 

    Git rebase is used to reapply commits on top of another base tip. Terraform destroy is used to delete all the resources managed by Terraform.

    • Git rebase is used to rewrite commit history by moving, combining, or deleting commits.

    • Terraform destroy is used to delete all the resources created by Terraform.

    • Git rebase can be used to squash multiple commits into one for cleaner history.

    • Terraform destroy should be used with ca...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Indepth analysis on pipeline,load balancer,tenet,azure Active directory

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... 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 Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Devops Engineer Interview Questions & Answers

user image Ashish Gautam

posted on 12 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Troubleshooting with EKS
  • Ans. 

    Troubleshooting with EKS involves identifying and resolving issues within an Amazon EKS cluster.

    • Check the status of EKS nodes and pods

    • Review logs for errors and warnings

    • Verify network connectivity within the cluster

    • Monitor resource utilization to identify bottlenecks

    • Use kubectl commands to inspect and troubleshoot

  • Answered by AI
  • Q2. S3 storage classes
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Project and roles and responsibilities
  • Ans. 

    A project is a temporary endeavor with a specific goal, roles and responsibilities define the tasks and duties of team members.

    • Project is a temporary endeavor to achieve a specific goal within a defined timeframe and budget.

    • Roles and responsibilities outline the tasks and duties of team members to ensure successful project completion.

    • Examples of roles include project manager, developer, tester, and operations engineer.

    • ...

  • Answered by AI
  • Q2. CICD setups with different tools
  • Ans. 

    CICD setups involve integrating various tools for automation and continuous delivery.

    • Use Jenkins for building, testing, and deploying code

    • Integrate with version control systems like Git for source code management

    • Utilize Docker for containerization and Kubernetes for orchestration

    • Implement monitoring tools like Prometheus and Grafana for tracking performance

    • Automate testing with tools like Selenium or JUnit

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. What is devops? Latest tools in devols
  • Ans. 

    DevOps is a software development methodology that combines software development with IT operations to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It emphasizes communication and collaboration between development and operations teams.

    • Some popular DevOps tools include Jenkins, Docker, Kubernetes, Ansible, and Git.

    • These tools help in continuous integr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Create cicd pipeline
  • Ans. 

    Creating a CI/CD pipeline involves automating the process of building, testing, and deploying code changes.

    • Set up version control system (e.g. Git)

    • Choose a CI/CD tool (e.g. Jenkins, GitLab CI)

    • Define stages for build, test, and deploy

    • Integrate with testing frameworks (e.g. JUnit, Selenium)

    • Automate deployment to different environments (e.g. Dev, QA, Prod)

  • Answered by AI

Skills evaluated in this interview

Mphasis interview questions for designations

 AWS Devops Engineer

 (2)

 Module DevOps Lead

 (1)

 Software Engineer

 (57)

 Softwaretest Engineer

 (5)

 Data Engineer

 (3)

 QA Engineer

 (3)

 Test Engineer

 (3)

 System Engineer

 (2)

Devops Engineer Jobs at Mphasis

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

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 May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are your devops project
  • Ans. 

    I have worked on automating CI/CD pipelines, infrastructure as code, and monitoring solutions.

    • Automated CI/CD pipelines using tools like Jenkins, GitLab CI, or CircleCI

    • Implemented infrastructure as code using Terraform or CloudFormation

    • Set up monitoring solutions with tools like Prometheus, Grafana, or ELK stack

  • Answered by AI
  • Q2. What so your view on terraform and cdk
  • Ans. 

    Terraform and CDK are both infrastructure as code tools used for provisioning and managing cloud resources.

    • Terraform is a popular open-source tool by HashiCorp that allows you to define and provision infrastructure using declarative configuration files.

    • CDK (Cloud Development Kit) is an AWS-specific tool that allows you to define cloud infrastructure using familiar programming languages like TypeScript, Python, and Java...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the Kubernetes Architecture ?
  • Ans. 

    Kubernetes Architecture is a container orchestration platform that manages the deployment, scaling, and operation of application containers.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • The master node controls the cluster and schedules workloads, while the worker nodes run the actual containers.

    • Key components of Kubernetes architecture include Pods, Nodes, Services, and Co...

  • Answered by AI
  • Q2. How you handle container orchestration ?
  • Ans. 

    I handle container orchestration using tools like Kubernetes and Docker Swarm.

    • Utilize Kubernetes for managing containerized applications

    • Use Docker Swarm for orchestrating containers across multiple hosts

    • Implement service discovery and load balancing for efficient orchestration

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Docker

Mphasis Interview FAQs

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

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

  1. Tell me about git rebase,terraform dist...read more
  2. What is devops? Latest tools in dev...read more
  3. CICD setups with different to...read more

Tell us how to improve this page.

Mphasis Devops Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Mphasis Devops Engineer Salary
based on 577 salaries
₹3 L/yr - ₹11.1 L/yr
19% less than the average Devops Engineer Salary in India
View more details

Mphasis Devops Engineer Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.1

Salary

3.4

Job security

3.5

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
DevOps Engineer

Bangalore / Bengaluru

4-6 Yrs

₹ 18-18 LPA

Explore more jobs
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Module Lead
2.4k salaries
unlock blur

₹8.1 L/yr - ₹33 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

TCS

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