Upload Button Icon Add office photos
Engaged Employer

i

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

Zeeve Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zeeve Interview Questions and Answers

Updated 12 Jun 2025
Popular Designations

6 Interview questions

A Devops Engineer was asked 8mo ago
Q. What is a NAT gateway?
Ans. 

A NAT gateway is a managed service that allows private resources in a VPC to access the internet while remaining private.

  • Acts as a gateway for outbound internet traffic from private subnets in a VPC

  • Provides better security by not exposing private IP addresses to the internet

  • Helps in scaling outbound traffic as it can handle higher bandwidth compared to NAT instances

View all Devops Engineer interview questions
A Devops Engineer was asked 8mo ago
Q. What is Helm and what are its use cases?
Ans. 

Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

  • Helm allows users to define, install, and upgrade Kubernetes applications using Helm charts.

  • It helps in managing the complexity of Kubernetes configurations by providing a templating system.

  • Helm charts are reusable packages of pre-configured Kubernetes resources, making it easier to share and deploy applications.

  • ...

View all Devops Engineer interview questions
A Devops Engineer was asked 8mo ago
Q. What is the difference between VPC in AWS and a resource group in Azure?
Ans. 

VPC in AWS is a virtual network that allows you to isolate resources, while a resource group in Azure is a way to organize and manage resources.

  • VPC in AWS stands for Virtual Private Cloud and is used to create an isolated network environment for resources.

  • Resource group in Azure is a way to group related resources together for easier management and organization.

  • VPC allows you to define IP address ranges, subnets, ...

View all Devops Engineer interview questions
A Devops Engineer was asked 8mo ago
Q. What is VPC in AWS?
Ans. 

VPC stands for Virtual Private Cloud in AWS, which allows you to create a private network within the AWS cloud environment.

  • VPC helps in controlling the virtual networking environment, including IP address ranges, subnets, route tables, and network gateways.

  • It provides security by allowing you to define security groups and network access control lists to control inbound and outbound traffic.

  • VPC enables you to launc...

View all Devops Engineer interview questions
A QA Lead was asked
Q. Write code to read data from an Excel file or property file.
Ans. 

Code to read data from Excel file or property file

  • Use Apache POI library for reading Excel files in Java

  • For property files, use java.util.Properties class

  • Handle exceptions like FileNotFoundException and IOException

  • Example for reading Excel file: FileInputStream fis = new FileInputStream("data.xlsx"); Workbook workbook = new XSSFWorkbook(fis); Sheet sheet = workbook.getSheetAt(0);

  • Example for reading property file: ...

View all QA Lead interview questions
A QA Lead was asked
Q. Write a program to find the most frequently occurring character in a string.
Ans. 

Program to find the maximum occurring character in a string

  • Create an array to store the frequency of each character in the string

  • Iterate through the string and update the frequency array

  • Find the character with the highest frequency in the array

View all QA Lead interview questions

Zeeve Interview Experiences

5 interviews found

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

I appeared for an interview in Apr 2024.

Round 1 - Assignment 

Basic questions in assignment related to ansible, kubernetes, docker etc.

Round 2 - Technical 

(6 Questions)

  • Q1. What is VPC in Aws?
  • Ans. 

    VPC stands for Virtual Private Cloud in AWS, which allows you to create a private network within the AWS cloud environment.

    • VPC helps in controlling the virtual networking environment, including IP address ranges, subnets, route tables, and network gateways.

    • It provides security by allowing you to define security groups and network access control lists to control inbound and outbound traffic.

    • VPC enables you to launch AWS...

  • Answered by AI
  • Q2. What is nat gateway?
  • Ans. 

    A NAT gateway is a managed service that allows private resources in a VPC to access the internet while remaining private.

    • Acts as a gateway for outbound internet traffic from private subnets in a VPC

    • Provides better security by not exposing private IP addresses to the internet

    • Helps in scaling outbound traffic as it can handle higher bandwidth compared to NAT instances

  • Answered by AI
  • Q3. Difference between VPC in aws and resource group in azure?
  • Ans. 

    VPC in AWS is a virtual network that allows you to isolate resources, while a resource group in Azure is a way to organize and manage resources.

    • VPC in AWS stands for Virtual Private Cloud and is used to create an isolated network environment for resources.

    • Resource group in Azure is a way to group related resources together for easier management and organization.

    • VPC allows you to define IP address ranges, subnets, route...

  • Answered by AI
  • Q4. What is Helm and use cases?
  • Ans. 

    Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

    • Helm allows users to define, install, and upgrade Kubernetes applications using Helm charts.

    • It helps in managing the complexity of Kubernetes configurations by providing a templating system.

    • Helm charts are reusable packages of pre-configured Kubernetes resources, making it easier to share and deploy applications.

    • Use c...

  • Answered by AI
  • Q5. Tell me about your day to day activities?
  • Ans. 

    As a DevOps Engineer, my day to day activities involve managing infrastructure, automating processes, monitoring system performance, and collaborating with development teams.

    • Managing and maintaining infrastructure using tools like Terraform and Ansible

    • Automating deployment processes with CI/CD pipelines like Jenkins

    • Monitoring system performance and troubleshooting issues using tools like Prometheus and Grafana

    • Collabora...

  • Answered by AI
  • Q6. Tell me the kubernetes architecture? And many more questions.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. TV installation
  • Q2. TV installation other
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding round, simple questions

Round 3 - Technical 

(1 Question)

  • Q1. Long interview, in depth questioning.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company for learning experience.

QA Lead Interview Questions & Answers

user image Nitin Sharma

posted on 21 Sep 2023

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Java Selenium Sql Blockchain
  • Q2. Write a program of maximum occuring characters in string
  • Ans. 

    Program to find the maximum occurring character in a string

    • Create an array to store the frequency of each character in the string

    • Iterate through the string and update the frequency array

    • Find the character with the highest frequency in the array

  • Answered by AI
  • Q3. Constructor overloading
  • Q4. Write a code to read the data From Excel file or property file
  • Ans. 

    Code to read data from Excel file or property file

    • Use Apache POI library for reading Excel files in Java

    • For property files, use java.util.Properties class

    • Handle exceptions like FileNotFoundException and IOException

    • Example for reading Excel file: FileInputStream fis = new FileInputStream("data.xlsx"); Workbook workbook = new XSSFWorkbook(fis); Sheet sheet = workbook.getSheetAt(0);

    • Example for reading property file: FileI...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Zeeve is the leading company who is working on blockchain technology that means candidates should have prior knowledge about the blockchain and they should technically sounds in automation,api and performance testing

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 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 

(1 Question)

  • Q1. About previous experience and learnings
Round 3 - Technical 

(2 Questions)

  • Q1. Skills, techniques and past work
  • Q2. Knowledge of web3, Blockchain and Zeeve
Round 4 - Assignment 

Assignment related to the profile

Round 5 - One-on-one 

(1 Question)

  • Q1. WIth direct manager and hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework, be crisp, show the ability to learn and grow and show the ability to work in a group/work ethic.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Zeeve?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Q2. Related to interests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Are these interview questions helpful?

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

Zeeve Interview FAQs

How many rounds are there in Zeeve interview?
Zeeve interview process usually has 3-4 rounds. The most common rounds in the Zeeve interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Zeeve 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 Zeeve. The most common topics and skills that interviewers at Zeeve expect are Javascript, Node.Js, React.Js, Devops and Typescript.
What are the top questions asked in Zeeve interview?

Some of the top questions asked at the Zeeve interview -

  1. Write a code to read the data From Excel file or property f...read more
  2. Difference between VPC in aws and resource group in azu...read more
  3. Write a program of maximum occuring characters in str...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 4 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 40 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
View all

Zeeve Reviews and Ratings

based on 26 reviews

3.8/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.5

Salary

2.6

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 26 Reviews and Ratings
Ethereum Blockchain Engineer

Dehradun

2-5 Yrs

Not Disclosed

Technical Project Manager

Dehradun

9-14 Yrs

Not Disclosed

Hyperledger Fabric Developer

Dehradun

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
27 salaries
unlock blur

₹5.3 L/yr - ₹12.6 L/yr

Devops Engineer
21 salaries
unlock blur

₹5 L/yr - ₹10.1 L/yr

Software Developer
9 salaries
unlock blur

₹5.1 L/yr - ₹10 L/yr

IT Support Technician
9 salaries
unlock blur

₹2.8 L/yr - ₹2.8 L/yr

QA Engineer
8 salaries
unlock blur

₹4.8 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Zeeve with

HCL Infosystems

3.9
Compare

Northcorp Software

4.5
Compare

Zidio Development

4.5
Compare

Accel Frontline

4.0
Compare
write
Share an Interview