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
3.9

based on 22 Reviews

Filter interviews by

Zeeve Interview Questions, Process, and Tips

Updated 3 Oct 2024

Top Zeeve Interview Questions and Answers

View all 6 questions

Zeeve Interview Experiences

Popular Designations

4 interviews found

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

I was interviewed 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

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
4
Good
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 - 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:
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 

(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

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

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:
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 - 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.

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Zeeve interview questions for popular designations

 Devops Engineer

 (1)

 QA Lead

 (1)

 Senior Manager

 (1)

 Software Engineer and Blockchain Developer

 (1)

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How would you utilize AWS or Azure services to create scalable web applications
  • Ans. 

    Utilize AWS or Azure services for scalable web applications

    • Use AWS Elastic Beanstalk or Azure App Service for easy deployment and scaling

    • Leverage AWS Lambda or Azure Functions for serverless computing

    • Utilize AWS Auto Scaling or Azure Autoscale to automatically adjust resources based on traffic

    • Store data in AWS RDS or Azure SQL Database for scalable database solutions

    • Use AWS CloudFront or Azure CDN for content delivery

  • Answered by AI
  • Q2. How would you tackle memory leaks if the system your working on was experiencing this issue?
  • Ans. 

    I would use memory profiling tools to identify the source of the leaks and then fix them by properly managing memory allocation and deallocation.

    • Use memory profiling tools like Valgrind or Instruments to identify the source of the leaks

    • Review the code to ensure proper memory allocation and deallocation practices are being followed

    • Implement smart pointers or garbage collection to automatically manage memory

    • Use static co...

  • Answered by AI
  • Q3. Have you worked on legacy systems?
  • Ans. 

    Yes, I have experience working on legacy systems.

    • I have successfully maintained and upgraded legacy systems to meet current business needs.

    • I have refactored legacy code to improve performance and scalability.

    • I have integrated new technologies with legacy systems to enhance functionality.

    • I have experience troubleshooting and debugging issues in legacy systems.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Are you capable to work with cross functional teams and handle disputes effectively
  • Ans. 

    Yes, I have experience working with cross functional teams and resolving disputes effectively.

    • I have successfully collaborated with team members from different departments to achieve project goals.

    • I am skilled at mediating conflicts and finding mutually beneficial solutions.

    • I prioritize open communication and actively listen to all team members' perspectives.

    • I have experience using conflict resolution techniques such a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and on to point without deviations, they respect straight forwardness
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between function and method
  • Q2. A program related to strings
  • Q3. A program related to prime numbers
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.

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, Linux, React.Js and Devops.
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.

Zeeve Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 762 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
Google Pay Interview Questions
4.2
 • 34 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Amazon Pay Interview Questions
4.1
 • 13 Interviews
View all

Zeeve Reviews and Ratings

based on 22 reviews

3.9/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.7

Salary

2.8

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
19 salaries
unlock blur

₹4.5 L/yr - ₹11.2 L/yr

Devops Engineer
16 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Software Developer
10 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

QA Engineer
7 salaries
unlock blur

₹4.8 L/yr - ₹9.1 L/yr

Blockchain Developer
5 salaries
unlock blur

₹3.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Zeeve with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

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