Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zensar Technologies Devops Engineer Interview Questions and Answers

Updated 7 May 2024

Zensar Technologies Devops Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked multiple questions on all Devops tools, but the interviewer was junior and rejected even I answered clearly.
  • Q2. Devops tools basics
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. What is the importance of having configuration management in Devops?
  • Ans. 

    Configuration management is crucial in DevOps for consistency, scalability, and automation.

    • Ensures consistency across environments

    • Facilitates scalability by automating infrastructure changes

    • Enables automation of deployment and testing processes

    • Helps in tracking changes and maintaining version control

    • Examples: Ansible, Chef, Puppet, SaltStack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview in your way.

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... 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. Docker command to transfer an image from one machine to another w ... read more

Devops Engineer Jobs at Zensar Technologies

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Terraform, CI/CD definition, Git basic, Pipeline mostly in integration side

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focused on your basic
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
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 

(2 Questions)

  • Q1. Basic Python question
  • Q2. VPC, subnet, SGs and then Lambda function
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 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 - Aptitude Test 

Basic core subjects and aptitude will do. (or Friends)

Round 3 - Technical 

(3 Questions)

  • Q1. Basics about jenkins, docker and ansible. Some about personal projects, linux, git, Oops and DSA
  • Q2. About the role devops.
  • Q3. Code on their editor basic concepts like overloading vs overriding, operator overloading, constructor types.

Interview Preparation Tips

Interview preparation tips for other job seekers - During your introduction tell the interviewer your area of expertise, you got to have knowledge about other concepts but one area of expertise is mandatory. Don't quote areas like deep learning, machine learning, AI, computer vision to interviewer who are developers for more than a decade. Most (majority) of them don't care. Give them fields like web dev, cloud, database management, system design etc. If you are too enthusiast about fields i warned you about then you might as well be well connected to land into areas like that, don't ask for it from people who are not hiring for it.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. S3 storage class
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Docker

I appeared for an interview in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How do you approach solving and troubleshooting infrastructure issues?
  • Ans. 

    I approach solving and troubleshooting infrastructure issues by following a systematic approach and utilizing various tools and techniques.

    • Identify the root cause of the issue by analyzing logs, monitoring metrics, and conducting tests.

    • Utilize automation tools like Ansible, Puppet, or Chef to quickly deploy and configure infrastructure.

    • Collaborate with team members and stakeholders to gather information and brainstorm ...

  • Answered by AI
  • Q2. 

    Guess The Hidden Number Problem Statement

    You are given an integer N and there is a hidden number within the range [0, N] that you must guess. You have access to a function higherLower(k) which helps in g...

  • Ans. 

    The task is to guess a hidden number within a given range using a function that provides hints about the number's relation to a given input.

    • Use the higherLower(k) function to determine if the hidden number is smaller, equal to, or greater than the input k.

    • Implement a binary search algorithm to efficiently guess the hidden number within the given range.

    • Iteratively narrow down the range based on the hints provided by the...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Devops Engineer in GurgaonEligibility criteriaNo criteriaNagarro interview preparation:Topics to prepare for the interview - Cloud : AWS, GCPKubernetes, Docker, Prometheus, Grafana, Git, shell scripting, terraform, HelmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Having certifications is an additional benefit in interview 
Tip 2 : Do atleast 2-3 projects

Application resume tips for other job seekers

Tip 1 : After making your resume verify the resume score online
Tip 2 : try to highlight the tools and tech you have worked in

Final outcome of the interviewSelected

Skills evaluated in this interview

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Devops Engineer interview?
Zensar Technologies interview process usually has 1-2 rounds. The most common rounds in the Zensar Technologies interview process are Technical and Resume Shortlist.
How to prepare for Zensar Technologies 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 Zensar Technologies. The most common topics and skills that interviewers at Zensar Technologies expect are Python, Devops, Jenkins, Linux Administration and Automation Testing.

Tell us how to improve this page.

Zensar Technologies Devops Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Zensar Technologies Devops Engineer Salary
based on 267 salaries
₹3.9 L/yr - ₹12.2 L/yr
10% less than the average Devops Engineer Salary in India
View more details

Zensar Technologies Devops Engineer Reviews and Ratings

based on 7 reviews

4.3/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

2.9

Salary

1.9

Job security

2.4

Company culture

1.9

Promotions

2.4

Work satisfaction

Explore 7 Reviews and Ratings
Network DevOps Engineer

Kolkata,

Mumbai

+5

3-8 Yrs

Not Disclosed

AWS /DevOps Engineer (Platform & Enterprise Systems)

Warangal,

Hyderabad / Secunderabad

+1

6-8 Yrs

Not Disclosed

AWS /DevOps Engineer (Platform & Enterprise Systems)

Warangal,

Hyderabad / Secunderabad

+1

6-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
3.8k salaries
unlock blur

₹2 L/yr - ₹10.2 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹6.9 L/yr - ₹26 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.8 L/yr - ₹35 L/yr

Softwaretest Engineer
825 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Senior Technical Specialist
728 salaries
unlock blur

₹11.5 L/yr - ₹40.8 L/yr

Explore more salaries
Compare Zensar Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

FIS

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