Upload Button Icon Add office photos

Zoho

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Zoho Devops Engineer Interview Questions and Answers

Updated 28 Feb 2024

Zoho Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image thulasinadh bathala

posted on 28 Feb 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

They will provide 10-20 aptitude questions and 10-20 coding outputs or flowchart related questions

Round 2 - Coding Test 

They will give 5 coding questions, you can write in any programming language, irrespective of output they check how you are thinking and which logic you are using and efficiency of the code

Round 3 - Coding Test 

In this round they will give bulk application programme no need to finish it but they will check your thought process and depth in oops concepts,

Round 4 - Technical 

(3 Questions)

  • Q1. In this round they will ask technical questions, you have to explain use case with live examples
  • Q2. What is static key word where can we use
  • Ans. 

    The static keyword in Java is used to create variables and methods that belong to the class itself, rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

  • Answered by AI
  • Q3. Why public static void main
  • Ans. 

    The public static void main method is the entry point for a Java program.

    • public: Access modifier indicating that the method can be accessed from any other class.

    • static: Indicates that the method belongs to the class itself, not an instance of the class.

    • void: Indicates that the method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • String[] args: An array of strings ...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Will ask casual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - write a efficient code, use minimum variables, no need of scanners to read variables just concentrate on logic.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Rolles and responsibilities of your previous organization and some of git cmds and docker basicks

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge for all tools a bit focus on Kubernetes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Put those skills in resume which have good knowledge and you have worked on that skills.

I was interviewed in May 2021.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. Eventually, you'll tell about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, cool and formal

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

(2 Questions)

  • Q1. How to make call from one namespace t another in AKS environment
  • Ans. 

    To make a call from one namespace to another in AKS environment, use the fully qualified domain name (FQDN) of the service.

    • Use the FQDN of the service to make a call from one namespace to another in AKS environment

    • The FQDN should include the namespace and service name, for example: myservice.mynamespace.svc.cluster.local

    • Ensure that the service is exposed within the cluster and has a stable IP address

    • Use the appropriate...

  • Answered by AI
  • Q2. How to divide AKS pods based on the load
  • Ans. 

    AKS pods can be divided based on load using horizontal pod autoscaling (HPA) and cluster autoscaler.

    • Use HPA to automatically scale the number of replicas of a deployment based on CPU or memory usage.

    • Use cluster autoscaler to add or remove nodes from the AKS cluster based on the demand.

    • Use resource requests and limits to ensure that pods are scheduled on nodes with sufficient resources.

    • Consider using node selectors or a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kubernetes commands . Also prepare for networking concepts

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

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. Readiness liveness probes
Round 2 - Technical 

(2 Questions)

  • Q1. Taints and tolerations
  • Q2. Pod lifecycle, and Prometheus setup

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

Interview Questionnaire 

2 Questions

  • Q1. Various tools that I have worked on
  • Ans. 

    I have worked on various tools including Jenkins, Ansible, Docker, Kubernetes, and Git.

    • Jenkins for continuous integration and delivery

    • Ansible for configuration management

    • Docker for containerization

    • Kubernetes for container orchestration

    • Git for version control

  • Answered by AI
  • Q2. Why do I want to join mindtree

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience. Swift process and good hike.

Zoho Interview FAQs

How many rounds are there in Zoho Devops Engineer interview?
Zoho interview process usually has 5 rounds. The most common rounds in the Zoho interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Zoho Devops Engineer interview?

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

  1. what is static key word where can we ...read more
  2. why public static void m...read more
  3. in this round they will ask technical questions, you have to explain use case w...read more

Tell us how to improve this page.

Zoho Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Zoho Devops Engineer Salary
based on 14 salaries
₹4.8 L/yr - ₹16.5 L/yr
18% more than the average Devops Engineer Salary in India
View more details

Zoho Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
551 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
405 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zoho with

Freshworks

3.5
Compare

Salesforce

4.0
Compare

SAP

4.2
Compare

TCS

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