Premium Employer

i

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

ZS Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

ZS Devops Engineer Interview Questions and Answers

Updated 1 May 2025

ZS Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image Mayank Pandey

posted on 1 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What three assets do you believe you will bring to the company?
  • Ans. 

    As a DevOps Engineer, I bring strong automation skills, collaborative mindset, and a focus on continuous improvement to enhance efficiency.

    • Automation Expertise: I have implemented CI/CD pipelines using tools like Jenkins and GitLab CI, reducing deployment times by 50%.

    • Collaboration Skills: I foster cross-team collaboration by organizing regular sync-ups between development and operations, improving project delivery tim...

  • Answered by AI
  • Q2. What would be your ideal composition of a team of four members for building a company focused on executing innovative ideas?
  • Ans. 

    An ideal team for executing innovative ideas should include diverse skills, collaboration, and a shared vision for success.

    • Product Manager: Responsible for defining the vision and strategy, ensuring the team is aligned with business goals. Example: Leading market research to identify user needs.

    • DevOps Engineer: Focuses on automating processes, improving deployment pipelines, and ensuring system reliability. Example: Im...

  • Answered by AI

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about ZS?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
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. Questions on Coding skills
Round 3 - Technical 

(1 Question)

  • Q1. More in depth questions on real time implementations
Round 4 - HR 

(1 Question)

  • Q1. Previous experience and salary discussion

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more
Round 1 - Technical 

(1 Question)

  • Q1. Most of the question will be from your resume
Round 2 - Technical 

(1 Question)

  • Q1. Most of the questions are from the cloud and docker,Kubernetes,ci/cd,past working project
Round 3 - HR 

(1 Question)

  • Q1. Normal basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be fully prepared from whatever you have mentioned in the resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many clusters are there in your project?
  • Q2. What are the objects in kubernetes service?

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. This was more on azure devops, Terraform, powershell and azure
Round 2 - Technical 

(1 Question)

  • Q1. Technical round with manger. Most of the questions were scenario based

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions were practical. If you really have the work experience you can easily crack it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Git fetch vs git pull
  • Ans. 

    Git fetch retrieves updates from a remote repository, while git pull fetches and merges them into the current branch.

    • git fetch updates the local repository with changes from the remote but does not merge them.

    • Example: 'git fetch origin' fetches changes from the 'origin' remote.

    • git pull combines 'git fetch' and 'git merge', updating the local branch with remote changes.

    • Example: 'git pull origin main' fetches and merges ...

  • Answered by AI
  • Q2. How hpa works in kubermetes
  • Ans. 

    Horizontal Pod Autoscaler (HPA) automatically adjusts the number of pods in a deployment based on CPU utilization or other metrics.

    • HPA monitors metrics like CPU and memory usage to determine scaling needs.

    • It uses the Kubernetes Metrics Server to gather resource usage data.

    • For example, if CPU usage exceeds a defined threshold, HPA can increase the number of pods.

    • HPA can also scale down pods when resource usage is low, e...

  • Answered by AI
  • Q3. How to terraforn check resources
  • Ans. 

    Terraform checks resources using the 'terraform plan' command to preview changes and 'terraform state' for current resource status.

    • Use 'terraform plan' to see what changes will be made before applying them.

    • Run 'terraform apply' to implement the changes after reviewing the plan.

    • Check the current state of resources with 'terraform state list' to view managed resources.

    • Use 'terraform show' to display detailed information ...

  • Answered by AI
  • Q4. Python basic questions
  • Q5. Ejati docker expose and publish command
  • Ans. 

    Docker's EXPOSE and -p options define container ports for communication and mapping to host ports.

    • EXPOSE command in Dockerfile specifies which ports the container listens on at runtime.

    • Example: EXPOSE 80 exposes port 80 for HTTP traffic.

    • -p option in 'docker run' maps a container's port to a host port.

    • Example: 'docker run -p 8080:80 myapp' maps host port 8080 to container port 80.

    • Using EXPOSE alone does not publish the ...

  • Answered by AI

Skills evaluated in this interview

ZS HR Interview Questions

86 questions and answers

Q. How would you handle a situation where your leadership demands extra work o ... read more
Q. How would you approach diversity within the organization?
Q. How would you manage collaboration with a client during flexible work hours ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic kubernetes related questions

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How can we connection between 2 EC2 instance
  • Ans. 

    You can connect between 2 EC2 instances by using their private IP addresses or public DNS names.

    • Use private IP addresses for communication within the same VPC

    • Use public DNS names for communication across different VPCs or over the internet

  • Answered by AI
  • Q2. How do you connections between public subnet and private subnet.
  • Ans. 

    Connections between public and private subnets are established using a NAT gateway or a NAT instance.

    • Use a NAT gateway to allow instances in a private subnet to initiate outbound traffic to the internet while preventing inbound traffic from reaching those instances.

    • Alternatively, use a NAT instance with a security group that only allows inbound traffic from instances in the public subnet.

    • Ensure that the route tables fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Devops Engineer interview:
  • Terraform
  • Docker
Interview preparation tips for other job seekers - Give interview call more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Preferred location, shifts, salary
  • Q2. Experience in devops
  • Ans. 

    I have 5 years of experience in DevOps, working with various tools and technologies.

    • Experience in setting up and managing CI/CD pipelines using tools like Jenkins and GitLab

    • Proficient in containerization using Docker and orchestration with Kubernetes

    • Strong knowledge of infrastructure automation using tools like Ansible and Terraform

    • Experience in monitoring and logging using tools like Prometheus and ELK stack

    • Familiarit...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. AWS services, Terraform commands , Kubernetes concepts, Linux commands

ZS Interview FAQs

How to prepare for ZS 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 ZS. The most common topics and skills that interviewers at ZS expect are Active Directory, Application Support, HTML, IIS and JQuery.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join ZS Where passion changes lives
ZS Devops Engineer Salary
based on 14 salaries
₹15.5 L/yr - ₹25 L/yr
111% more than the average Devops Engineer Salary in India
View more details

ZS Devops Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

2.0

Salary

5.0

Job security

3.0

Company culture

1.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Associate Consultant
2.3k salaries
unlock blur

₹15.4 L/yr - ₹25 L/yr

Decision Analytics Associate
2k salaries
unlock blur

₹10.5 L/yr - ₹18.5 L/yr

Business Technology Associate
1.5k salaries
unlock blur

₹10 L/yr - ₹17.4 L/yr

Associate Decision Analytics Consultant
1k salaries
unlock blur

₹15 L/yr - ₹25 L/yr

Consultant
844 salaries
unlock blur

₹21 L/yr - ₹35.7 L/yr

Explore more salaries
Compare ZS with

Deloitte

3.7
Compare

Ernst & Young

3.4
Compare

PwC

3.3
Compare

KPMG India

3.4
Compare
write
Share an Interview