Upload Button Icon Add office photos
Engaged Employer

i

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

EASEBUZZ Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EASEBUZZ Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top EASEBUZZ Interview Questions and Answers

View all 12 questions

EASEBUZZ Interview Experiences

Popular Designations

7 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Given a string consisting solely of the characters '(', ')', '{', '}', '[', and ']', determine whether the string is valid. A string is considered valid if every opening bracket has a corresponding closing...
  • Ans. 

    Check if a string of brackets is valid by ensuring every opening bracket has a corresponding closing bracket.

    • Use a stack data structure to keep track of opening brackets

    • Iterate through the string and push opening brackets onto the stack

    • When a closing bracket is encountered, pop the top element from the stack and check if it matches the closing bracket

    • If the stack is empty at the end of the iteration, the string is vali

  • Answered by AI
  • Q2. Write Django models for school database. Note: 1. School can have multiple classes. 2. Classes can have multiple students. 3. A class will have a primary teacher.
  • Ans. 

    Django models for school database with classes, students, and teachers.

    • Create a School model with a name field

    • Create a Class model with a foreign key to School and a primary teacher field

    • Create a Student model with a foreign key to Class

    • Use ForeignKey and OneToOneField relationships in Django models

  • Answered by AI
  • Q3. On the above school model. Write ORM query to fetch all classes with number of students greater than 50. (Need single optimised ORM query)
  • Ans. 

    Fetch all classes with more than 50 students using ORM query.

    • Use ORM query to filter classes with student count greater than 50

    • Join tables to get class information along with student count

    • Optimize query for better performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Advance Django ORM query.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 11 May 2024

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

(4 Questions)

  • Q1. I was asked about my proficiency in coding and then asked basic oops concepts like polymorphism and inheritence.
  • Q2. Reverse an array
  • Q3. Basic os questions
  • Q4. Difference between list and dict and tuple in python

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is select_related and prefecth_related in django?
  • Ans. 

    select_related and prefetch_related are query optimization techniques in Django to reduce the number of queries executed when accessing related objects.

    • select_related is used to retrieve related objects in a single query using a SQL JOIN operation

    • prefetch_related is used to retrieve related objects in separate queries to avoid duplicate data retrieval

    • select_related is suitable for foreign key and one-to-one relationshi...

  • Answered by AI
  • Q2. Django orm queries
Round 2 - Technical 

(2 Questions)

  • Q1. React virtual Dom,hooks,etc
  • Q2. How page load in browser?
  • Ans. 

    Page load in browser is the process of fetching and rendering a web page.

    • Browser sends a request to the server for the web page

    • Server processes the request and sends back the HTML, CSS, and JavaScript files

    • Browser renders the content and executes the scripts to display the page

    • Page load time can be affected by factors like server response time, network speed, and browser cache

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the detailed process involved in searching for google.com?
  • Ans. 

    The detailed process of searching for google.com involves DNS resolution, HTTP request, server response, and rendering the webpage.

    • 1. User enters 'google.com' in the browser address bar.

    • 2. Browser checks cache for DNS resolution, if not found, sends a DNS query to resolve the domain name to an IP address.

    • 3. Browser sends an HTTP request to the resolved IP address for google.com.

    • 4. Google's server processes the request,...

  • Answered by AI
  • Q2. MongoDB query.

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

EASEBUZZ interview questions for popular designations

 Full Stack Developer

 (2)

 Business Development Executive

 (1)

 Financial Analyst

 (1)

 Business Analyst

 (1)

 Software Engineer III

 (1)

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

I applied via Naukri.com

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 - HR 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Tell us about your academics
  • Q3. What are your strengths
  • Q4. What are your projects that you have handled

Interview Preparation Tips

Topics to prepare for EASEBUZZ Business Analyst interview:
  • Requirement Analysis
  • Requirement Gathering
  • Requirement management
Interview preparation tips for other job seekers - Be precise
Have a confident body language

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
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 - Group Discussion 

The controversy between Asheer Grover and BharatPe

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about Easebuzz and the product you liked the most?
  • Ans. 

    Easebuzz is a payment gateway platform that enables businesses to accept online payments easily.

    • Easebuzz offers a variety of payment options including credit/debit cards, net banking, UPI, and wallets.

    • One of the products I liked the most from Easebuzz is their recurring payment feature, which allows businesses to set up automatic payments for subscription-based services.

    • Another product I found useful is their payment l...

  • Answered by AI
  • Q2. What was mentioned in the JD and what did you understand?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the website read about the products and understand the product.

How the product can be used in real life.

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

Financial Analyst Interview Questions & Answers

user image Sayali Thakare

posted on 3 May 2024

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

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is profile and loss stament c What is cash flow statement What is balansheet What is Aging analysis and accrual entries?
  • Ans. 

    Financial statements and analysis tools used in financial reporting and decision-making.

    • Profit and Loss Statement (P&L): Shows a company's revenues, expenses, and profits over a specific period of time.

    • Cash Flow Statement: Reports a company's sources and uses of cash during a specific period, showing how changes in balance sheet accounts and income affect cash and cash equivalents.

    • Balance Sheet: Provides a snapshot of ...

  • Answered by AI
  • Q2. What is Easebuzz
  • Ans. 

    Easebuzz is a payment gateway platform that enables businesses to accept online payments easily.

    • Payment gateway platform

    • Facilitates online payments for businesses

    • Offers easy integration for websites and apps

  • Answered by AI
  • Q3. What is balansheet
  • Ans. 

    A balance sheet is a financial statement that provides a snapshot of a company's financial position at a specific point in time.

    • It shows a company's assets, liabilities, and shareholders' equity.

    • Assets are what the company owns, liabilities are what it owes, and shareholders' equity is the difference between the two.

    • The balance sheet follows the accounting equation: Assets = Liabilities + Shareholders' Equity.

    • It helps ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and friendly interview questions

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)

Interview questions from similar companies

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. At first round, its programming round. It will be easy to solve. next will be a technical round, they concentrate on data structure and indepth concepts in the java

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure you are strong in data structure , try to reduce complexity.

I appeared for an interview before Mar 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was in the evening, at around 3 - 4 PM. There were 3 coding questions. One easy, two moderate ones. The platform had autocomplete feature too.

  • Q1. 

    Problem Statement: Parity Move

    You have an array of integers, and your task is to modify the array by moving all even numbers to the beginning while placing all odd numbers at the end. The order within ev...

  • Ans. 

    Move all even numbers to the beginning and odd numbers to the end of an array.

    • Iterate through the array and swap even numbers to the front and odd numbers to the back.

    • Use two pointers, one starting from the beginning and one from the end, to achieve the desired arrangement.

    • Return the modified array with even numbers at the start and odd numbers at the end.

  • Answered by AI
  • Q2. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. 

    Determine if two strings are anagrams of each other by checking if they have the same characters in different order.

    • Create a character frequency map for both strings and compare them.

    • Sort both strings and compare if they are equal.

    • Use a hash table to store character counts and check if they are the same for both strings.

  • Answered by AI
  • Q3. 

    LCA in a Binary Search Tree

    You are given a binary search tree (BST) containing N nodes. Additionally, you have references to two nodes, P and Q, within this BST.

    Your task is to determine the Lowest Com...

  • Ans. 

    Find the Lowest Common Ancestor (LCA) of two nodes in a Binary Search Tree (BST).

    • Traverse the BST from the root node to find the LCA of the given nodes.

    • Compare the values of the nodes with the values of P and Q to determine the LCA.

    • If the values of P and Q are on opposite sides of the current node, then the current node is the LCA.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

They asked 2 coding questions and 2 sql queries in this round

  • Q1. 

    Find the Longest Palindromic Substring

    Given a string ‘S’ composed of lowercase English letters, your task is to identify the longest palindromic substring within ‘S’.

    If there are multiple longest palin...

  • Ans. 

    Find the longest palindromic substring in a given string, returning the rightmost one if multiple exist.

    • Iterate through each character in the string and expand around it to find palindromes

    • Keep track of the longest palindrome found and its starting index

    • Return the substring starting from the index of the longest palindrome found

  • Answered by AI
  • Q2. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
  • Q3. What is a nested SQL query?
  • Ans. 

    A nested SQL query is a query within another query, used to retrieve data from multiple tables in a single query.

    • Nested queries are enclosed within parentheses and can be used in SELECT, INSERT, UPDATE, or DELETE statements.

    • They are commonly used to perform subqueries to filter results based on the output of the inner query.

    • Example: SELECT * FROM table1 WHERE column1 IN (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
Round 3 - Video Call 

Round duration - 50 Minutes
Round difficulty - Medium

This round was about OS, networking and my projects. What are the different ways to style a React component?
Name a few techniques to optimize React app performance.

Round 4 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was a fun round, in which they ask about your preferences about programming languages, technologies or your hobbies. If you reach this round, it means that your chances of selection are 99%.

  • Q1. What was the biggest hurdle you faced while developing a project?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in NoidaEligibility criteriaAbove 7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data structures, OOPS, Networking, Dynamic Programming, DBMS, JavascriptTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : If weak in coding, enroll for Coding Ninjas eminence course
Tip 2 : Practice everyday, atleast 2- 3 questions
Tip 3 : Participate in weekly coding contests on leetcode

Application resume tips for other job seekers

Tip 1 : Keep in One page
Tip 2 : Don't mention your hobbies, recruiters are not interested in them and moreover hobbies take up space
Tip 3 : Have some unique projects on your resume. The projects should be self made, not from code-along sessions from youtube.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

There were 3 problems 1 was easy and 2 were of medium types.

  • Q1. 

    Odd Even Levels in Binary Tree

    Given a binary tree, the task is to compute the modulus of the difference between the sum of nodes at odd levels and the sum of nodes at even levels.

    Input:

    The first line...
  • Ans. 

    The task is to compute the modulus of the difference between the sum of nodes at odd levels and the sum of nodes at even levels in a binary tree.

    • Traverse the binary tree level by level and calculate the sum of nodes at odd and even levels separately.

    • Find the absolute difference between the sums and return the modulus of this difference.

    • Handle null nodes by skipping them during the sum calculation.

  • Answered by AI
  • Q2. 

    Rotting Oranges Problem Statement

    You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:

    • 0 - representing an empty cell
    • 1 - representing a fre...
  • Ans. 

    Find the minimum time required to rot all fresh oranges in a grid.

    • Create a queue to store the rotten oranges and their time of rotting.

    • Iterate through the grid to find all rotten oranges and add them to the queue.

    • Simulate the rotting process by checking adjacent cells and updating their status.

    • Track the time taken to rot all fresh oranges and return the result.

    • Handle edge cases like unreachable fresh oranges or already

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Medium

the interviewer was very polite and straightforward, he didn't ask me to introduce myself and he directly jumps to the coding problems.
What is new about the relationship between the and tags in HTML5?
Explain Components, Modules and Services in Angular

  • Q1. 

    Circular Move Problem Statement

    You have a robot currently positioned at the origin (0, 0) on a two-dimensional grid, facing the north direction. You are given a sequence of moves in the form of a string ...

  • Ans. 

    Determine if a robot's movement path is circular on a 2D grid given a sequence of moves.

    • Iterate through the move sequence and update the robot's position based on the moves ('L' - turn left, 'R' - turn right, 'G' - move forward).

    • Check if the robot returns to the starting position after completing the move sequence.

    • If the robot ends up at the starting position and facing the north direction, the movement path is circula

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

What is a View in sql? What are the TRUNCATE, DELETE and DROP statements?

  • Q1. 

    Rotate Matrix by 90 Degrees Problem Statement

    Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space.

    Inpu...

  • Ans. 

    Rotate a square matrix by 90 degrees in an anti-clockwise direction using constant extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix

    • Handle odd-sized matrices by adjusting the center element if needed

  • Answered by AI
  • Q2. 

    Minimum Characters to Make a String Palindrome

    Given a string STR of length N, determine the minimum number of characters to be added to the front of the string to make it a palindrome.

    Input:

    The first...
  • Ans. 

    The task is to find the minimum number of characters needed to be added to the front of a string to make it a palindrome.

    • Iterate through the string from both ends and count the number of characters that need to be added to make it a palindrome.

    • Use two pointers approach to compare characters from start and end of the string.

    • Keep track of the count of characters needed to be added to form a palindrome.

  • Answered by AI
Round 4 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute Of Information Technology Sonepat. Eligibility criteria7 CGPA with no ongoing backlogs.Paytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, Operating Systems, Computer Networking, System Design.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Deep knowledge of the projects mentioned in your resume is a must.
Tip 2 : Practice as many problems as you can from leetcode.

Application resume tips for other job seekers

Tip 1 : mention 1 or 2 projects in your resume.
Tip 2 : don't put false things in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

EASEBUZZ Interview FAQs

How many rounds are there in EASEBUZZ interview?
EASEBUZZ interview process usually has 1-2 rounds. The most common rounds in the EASEBUZZ interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for EASEBUZZ 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 EASEBUZZ. The most common topics and skills that interviewers at EASEBUZZ expect are Python, MySQL, Django, Javascript and Project Management.
What are the top questions asked in EASEBUZZ interview?

Some of the top questions asked at the EASEBUZZ interview -

  1. Given a string consisting solely of the characters '(', ')', '{', '}', '[', and...read more
  2. Tell me about Easebuzz and the product you liked the mo...read more
  3. Write Django models for school database. Note: 1. School can have multiple cla...read more
How long is the EASEBUZZ interview process?

The duration of EASEBUZZ interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

EASEBUZZ Interview Process

based on 9 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
Google Pay Interview Questions
4.2
 • 34 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.2
 • 1 Interview
View all

EASEBUZZ Reviews and Ratings

based on 53 reviews

2.7/5

Rating in categories

2.7

Skill development

2.1

Work-life balance

2.6

Salary

2.6

Job security

2.1

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 53 Reviews and Ratings
Senior Manager
22 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Senior Business Development Manager
22 salaries
unlock blur

₹8.2 L/yr - ₹23 L/yr

Business Development Manager
19 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Software Engineer
14 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Explore more salaries
Compare EASEBUZZ with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Freecharge

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