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

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

I applied via Naukri.com and was interviewed before Jun 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 - Technical 

(2 Questions)

  • Q1. DHCP and DNS difference
  • Ans. 

    DHCP assigns IP addresses to devices on a network, while DNS resolves domain names to IP addresses.

    • DHCP dynamically assigns IP addresses to devices on a network

    • DNS resolves domain names to IP addresses

    • DHCP is used for automatic IP address configuration

    • DNS is used for translating domain names to IP addresses

    • DHCP operates at the network layer (Layer 3)

    • DNS operates at the application layer (Layer 7)

  • Answered by AI
  • Q2. Networking protocols and respective port numbers.
  • Ans. 

    Networking protocols and their respective port numbers are essential for communication between devices.

    • HTTP - Port 80

    • HTTPS - Port 443

    • FTP - Port 21

    • SMTP - Port 25

    • SSH - Port 22

    • DNS - Port 53

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current and expected Salary
  • Q2. Reason for leaving the current company.

Interview Preparation Tips

Topics to prepare for Slice System Engineer interview:
  • CCNA
  • Computer Hardware
  • Switching
  • Routing

Skills evaluated in this interview

Analyst Interview Questions & Answers

Slice user image Anonymous

posted on 17 Jan 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Output of basic sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic SQL questions and puzzles

Analyst Interview Questions & Answers

Slice user image Kashish Rathore

posted on 17 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. RCA with SQL and aptitude questions
Round 2 - Case Study 

RCA + more heavy on analytical side

Round 3 - One-on-one 

(1 Question)

  • Q1. Open ended problem solving round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Case Study 

Quantitative case study on cost benefit analysis of 2 types of public buses running in a city. Need to choose one of them with higher profits

Round 2 - Case Study 

Fraud detection model: 3rd party firm proposing to use thier model for fraud detection. Need to profit analysis of whether to go for it or not.

Round 3 - Culture Fit 

(1 Question)

  • Q1. Culture fit round to understand if compatible with the company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. AML,Risk and fraud ops basics.
  • Q2. Microsoft excel advanced level
Round 2 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud ops basics
Round 3 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud ops basics
Round 4 - One-on-one 

(1 Question)

  • Q1. AML,Risk and fraud operation s basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Unlike a role in banking here we need to work multiple things.If you have SQL knowledge or interested to learn to SQL then this role suits you.You will get a exposure to complete Risk and fraud operations through this role.Overall learning will be helpful for career advancement.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI

I applied via Job Fair and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 2 easy question 1 medium
Question were good but have weak test case.

Round 2 - Assignment 

This was project or lld round.
You just be aware of class and other stuff.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on project Asked graph coding question in real scenerio. Like asked what algorithm you will use for different real life problems
Round 4 - HR 

(1 Question)

  • Q1. Why engineering and what u know about cred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with dsa especially graph algo bfs dfs

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 One-on-one Round, Technical 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

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
 • 303 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
KFintech Interview Questions
3.5
 • 138 Interviews
Revolut Interview Questions
2.5
 • 98 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
ACKO Interview Questions
3.7
 • 49 Interviews
CRED Interview Questions
3.5
 • 37 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Money View Interview Questions
4.3
 • 30 Interviews
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

₹12.7 L/yr - ₹33 L/yr

Customer Support Executive
7 salaries
unlock blur

₹2 L/yr - ₹6.9 L/yr

Software Engineer
7 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Team Lead
5 salaries
unlock blur

₹7.8 L/yr - ₹14.8 L/yr

Software Developer
5 salaries
unlock blur

₹22 L/yr - ₹22 L/yr

Explore more salaries
Compare Zebpay with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Rupeek

3.7
Compare

Razorpay

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