Upload Button Icon Add office photos

Filter interviews by

Zebpay Interview Questions and Answers

Updated 12 Jun 2024

Zebpay Interview Experiences

Popular Designations

3 interviews found

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Java programming

Round 2 - Technical 

(1 Question)

  • Q1. Print sum of odd number
  • Ans. 

    Print sum of odd numbers in an array

    • Iterate through the array and check if each number is odd

    • If the number is odd, add it to a running total

    • Print the final sum of odd numbers

  • Answered by AI

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions of customer experience. What is blockchain?
Round 2 - One-on-one 

(1 Question)

  • Q1. To understand the general perspective of people management and customer management.

Senior Manager Interview Questions asked at other Companies

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

(2 Questions)

  • Q1. Latest features in iOS
  • Ans. 

    iOS 14 introduced new features like App Library, Widgets, Picture in Picture, and Translate app.

    • App Library organizes apps automatically into categories

    • Widgets can be added to the home screen for quick access to information

    • Picture in Picture allows for video playback while using other apps

    • Translate app offers real-time translation in multiple languages

  • Answered by AI
  • Q2. Concepts of basic topics
Round 2 - Assignment 

Display list of images with unit tests

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear in basics. Your understanding will be checked.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Zebpay

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is your previous company ,how can you achieve target, how many days do you work, willing to travel, how can you face presser and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't go for sales

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to onboard merchant
  • Ans. 

    To onboard a merchant, we need to understand their business needs and provide them with a tailored solution.

    • Research the merchant's business and industry to understand their pain points and needs

    • Provide a personalized solution that addresses their specific needs

    • Offer training and support to ensure a smooth onboarding process

    • Communicate clearly and regularly to build trust and maintain a positive relationship

    • Follow up r...

  • Answered by AI
  • Q2. How to pitch merchant
  • Ans. 

    To pitch a merchant, understand their needs, offer a solution, and show the benefits of your product/service.

    • Research the merchant's business and identify their pain points

    • Offer a tailored solution that addresses their specific needs

    • Highlight the benefits of your product/service, such as increased revenue or improved efficiency

    • Provide social proof, such as customer testimonials or case studies

    • Be confident and enthusias...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Babababbababababbabanabbabahahhahahhahahahahhahahahahahhhhhahahahahahahahahhaahhahahhhhaoappwpwpsososoosososososoososososisiisisisisisjzthwozygwnpaus

I applied via Campus Placement and was interviewed before Apr 2021. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company for starting the career

I was interviewed in May 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

DS/Algo Questions 
2 questions

  • Q1. 

    Hurdle Game Problem Statement

    Kevin is playing a hurdle game where he must jump over hurdles to clear levels. Each level ‘i’ consists of ‘i’ hurdles (e.g., Level 6 has 6 hurdles).

    Given the total number ...

  • Ans. 

    The task is to determine the number of levels cleared by Kevin based on the total number of hurdles he has jumped.

    • Each level 'i' has 'i' hurdles, so Kevin can only reach level 'i' if he has cleared level 'i-1'.

    • Count the number of levels cleared by dividing the total number of hurdles by the sum of the first 'n' natural numbers.

    • The formula to calculate the sum of the first 'n' natural numbers is (n * (n + 1)) / 2.

  • Answered by AI
  • Q2. 

    Last Stone Weight Problem Explanation

    Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them toge...

  • Ans. 

    This question is about finding the weight of the last stone after repeatedly smashing the two heaviest stones together.

    • Sort the array of stone weights in descending order.

    • Repeatedly smash the two heaviest stones together until there is at most 1 stone left.

    • If there is 1 stone left, return its weight. Otherwise, return 0.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Live coding

  • Q1. 

    Rearrange Odd and Even Position Nodes in Linked List

    Rearrange a linked list such that all nodes at odd positions are together, followed by all nodes at even positions. You need to return the head of the ...

  • Ans. 

    The task is to rearrange a linked list such that all odd position nodes are together and all even position nodes are together.

    • Create two separate linked lists, one for odd position nodes and one for even position nodes.

    • Traverse the original linked list and add the nodes to their respective lists based on their position.

    • Join the two lists together by pointing the last node of the odd list to the head of the even list.

    • Re...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. How would you design a system like Zomato?
  • Ans. 

    Design Zomato - a food delivery platform

    • Zomato is a platform that connects users with restaurants for food delivery

    • Users can search for restaurants, view menus, and place orders

    • Restaurants can register, manage their menus, and receive orders

    • Delivery partners can sign up to deliver orders

    • Payment integration is required for seamless transactions

    • User reviews and ratings can be implemented for restaurant feedback

    • Location-b...

  • Answered by AI
Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Cultural

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaHiring ChallengeRupeek interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Graph Theory, Python, Object Oriented ProgrammingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Prepare for DA/Algo online consistently.
Tip 2 : During interviews, do not hesitate to clarify your doubts, if any. Be in constant communication, explain your thought process.
Tip 3 : Have strong grasp on domain and technologies. Quality over Quantity

Application resume tips for other job seekers

Tip 1 : Have super clear idea about the projects you've been part of in case of any cross questions.
Tip 2 : Along with your role do describe how you increased the throughput or reduced cost.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

General SQL Question

Round 2 - Technical 

(2 Questions)

  • Q1. General puzzle questions from GFG
  • Q2. Normal interview level SQL Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There were lot of behavioral questions
  • Q2. Then there were few questions related to how to navigate through the data

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your SQL and business accumen
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Basic mathematics and analytical thinking questions

Round 3 - Coding Test 

Basic programming questions

Round 4 - HR 

(2 Questions)

  • Q1. Be confident and speak casually
  • Q2. Basic questions depending on how u interact

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient and keep preparing on a daily basis
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Queries for JOINS
  • Ans. 

    SQL queries for JOINS

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to retrieve all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to retrieve rows when there is a match in either table

  • Answered by AI
  • Q2. QUERY FOR metrics given in the sheet
  • Ans. 

    The query is asking for metrics provided in a specific sheet.

    • Identify the specific sheet being referred to in the question

    • Review the metrics listed in the sheet

    • Analyze the relevance of each metric to the query

  • Answered by AI
Round 2 - Case Study 

This is a case study round revolve around a business problem in which we have to analyse data driven solutions.

Interview Preparation Tips

Topics to prepare for Rupeek Business Analyst interview:
  • SQL
  • Excel
Interview preparation tips for other job seekers - Be Cool, practice SQL, speak as much as edge cases in case study round and ask many questions.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Zebpay Interview FAQs

How many rounds are there in Zebpay interview?
Zebpay interview process usually has 2 rounds. The most common rounds in the Zebpay interview process are Technical, One-on-one Round and Assignment.
How to prepare for Zebpay 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 Zebpay. The most common topics and skills that interviewers at Zebpay expect are Javascript, Data Structures, Social Media, Management and Automation.
What are the top questions asked in Zebpay interview?

Some of the top questions asked at the Zebpay interview -

  1. Print sum of odd num...read more
  2. Latest features in ...read more
  3. Basic questions of customer experience. What is blockcha...read more

Recently Viewed

SALARIES

Miko

357 salaries

JOBS

illumine-i

3 jobs

JOBS

Indika AI

No Jobs

PHOTOS

The Hi-tech Robotic Systemz

No Photos

COMPANY BENEFITS

Brisa Technologies

No Benefits

JOBS

The Hi-tech Robotic Systemz

No Jobs

REVIEWS

Karkinos Healthcare

No Reviews

REVIEWS

Brisa Technologies

No Reviews

SALARIES

Brisa Technologies

No Salaries

INTERVIEWS

Miko

No Interviews

Tell us how to improve this page.

Zebpay Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
KFintech Interview Questions
3.5
 • 135 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
CoinDCX Interview Questions
3.8
 • 29 Interviews
CoinSwitch Interview Questions
3.0
 • 14 Interviews
WazirX Interview Questions
3.4
 • 2 Interviews
Koinex Interview Questions
3.1
 • 1 Interview
Giottus Interview Questions
4.0
 • 1 Interview
View all

Zebpay Reviews and Ratings

based on 41 reviews

3.5/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.4

Salary

2.5

Job security

3.3

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 41 Reviews and Ratings
Explore more jobs
Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Support Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zebpay with

Unocoin Technologies

3.5
Compare

WazirX

3.4
Compare

CoinDCX

3.8
Compare

Koinex

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