Upload Button Icon Add office photos

Filter interviews by

Mphasis Module DevOps Lead Interview Questions and Answers

Updated 14 Mar 2022

Mphasis Module DevOps Lead Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. What are the commands used for maven build 2. What are the different stages we have in Jenkins pipeline. 3. Resources that are built via terraform and where we store the terraform files 4. What are the ...
  • Ans. 

    Answers to DevOps Lead interview questions

    • 1. mvn clean install - builds the project

    • 2. Stages in Jenkins pipeline: Build, Test, Deploy

    • 3. Terraform builds resources like EC2 instances, S3 buckets. Terraform files are stored in version control systems like Git

    • 4. Merge conflict tools: Git merge, Git rebase, Git cherry-pick

    • 5. Git commands: git clone, git add, git commit, git push, git pull

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mphasis Module DevOps Lead interview:
  • Jenkins
  • Docker
  • Terraform
  • Groovy
  • Gitlab
Interview preparation tips for other job seekers - Interview was straight forward and simple. Be confident in what we convey. If you do not have coding background please tell them upfront if not they may deploy into a project where you need to write Jenkins file from scratch using groovy scripting.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How do two pods communicate in different namespace
  • Q2. Explain k8s architecture
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

Skills evaluated in this interview

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
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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Share Your experience on Creating AWS resources. GUI or using IAC tool?
  • Ans. 

    I primarily use IAC tools like Terraform to create AWS resources for consistency, version control, and automation.

    • I prefer using IAC tools like Terraform for creating AWS resources as it allows for infrastructure as code, version control, and automation.

    • Using IAC tools ensures consistency in resource creation across environments.

    • GUI can be useful for quick prototyping or exploring AWS services, but IAC is more efficien...

  • Answered by AI
  • Q2. Have you got any issues in pod, while creating or monitoring pods in the kubernetes cluster?
  • Ans. 

    Yes, I have faced issues while creating or monitoring pods in a Kubernetes cluster.

    • One common issue is pods getting stuck in a pending state due to resource constraints or scheduling issues.

    • Another issue is pods crashing frequently due to misconfigured settings or incompatible container images.

    • Monitoring pods can be challenging, especially when dealing with a large number of pods and trying to track their health and pe...

  • Answered by AI
  • Q3. What are use of Versioning in S3? Have you got any issues in working using S3?
  • Ans. 

    Versioning in S3 allows for preserving, retrieving, and restoring every version of an object stored in a bucket.

    • Enables recovery from unintended user actions or application failures

    • Helps in maintaining different versions of objects for audit or compliance purposes

    • Prevents accidental deletion or overwriting of objects

    • Useful for tracking changes and rolling back to previous versions if needed

  • Answered by AI
  • Q4. What are the Devops tools, you have experience on?
  • Ans. 

    I have experience with various DevOps tools including Jenkins, Docker, Ansible, and Terraform.

    • Jenkins

    • Docker

    • Ansible

    • Terraform

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interview team. Perfect questions for Round 1.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the challenges you have faced in kubernetes
  • Ans. 

    Challenges faced in Kubernetes include networking issues, resource management, and complexity of configurations.

    • Networking issues can arise due to misconfigurations or conflicts between pods

    • Resource management challenges include optimizing resource allocation and scaling

    • Complexity of configurations can lead to difficulties in troubleshooting and maintaining the cluster

  • Answered by AI
  • Q2. What is the cicd pipeline you have troubleshoot
  • Ans. 

    I have troubleshooted a CI/CD pipeline for a microservices architecture using Jenkins and Docker.

    • Identified and resolved issues with Jenkins plugins causing build failures

    • Optimized Docker images to reduce build times and improve deployment speed

    • Debugged pipeline scripts to ensure proper integration and testing of microservices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do best at your resume and practice all tools and skill you mentioned in resume

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Docker
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. The general cloud and devops related to your project based questions. They deep dive into Aws and docker and Kubernetes questions.
  • Q2. Expalin 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).

    • Nodes communicate with each oth...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for CICD and containerization tools and clear with basics.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.

Mphasis Interview FAQs

How many rounds are there in Mphasis Module DevOps Lead interview?
Mphasis interview process usually has 1 rounds. The most common rounds in the Mphasis interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23.4 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹6.4 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