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 was interviewed 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 was interviewed 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 was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

there was some coding questions and some mcqs related to js, html, css, java and aptitude.

  • Q1. 

    Bridge in Graph Problem Statement

    Given an undirected graph with V vertices and E edges, your task is to find all the bridges in this graph. A bridge is an edge that, when removed, increases the number of...

  • Ans. 

    Find all the bridges in an undirected graph by identifying edges that, when removed, increase the number of connected components.

    • Use Tarjan's algorithm to find bridges in the graph.

    • Keep track of the discovery time and low time of each vertex during DFS traversal.

    • An edge (u, v) is a bridge if low[v] > disc[u].

    • Handle multiple test cases efficiently to find bridges in each graph.

    • Ensure the output contains the count of

  • Answered by AI
  • Q2. 

    House Robber Problem Statement

    Mr. X is a professional robber with a plan to rob houses arranged in a circular street. Each house has a certain amount of money hidden, separated by a security system that ...

  • Ans. 

    The task is to find the maximum amount of money Mr. X can rob from houses arranged in a circle without alerting the police.

    • The problem can be solved using dynamic programming.

    • Create two arrays to store the maximum amount of money robbed when considering the first house and when not considering the first house.

    • Iterate through the array and update the maximum amount of money robbed at each house.

    • The final answer will be

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electrical Engineering from Indian Institute of Technology (Indian School of Mines), Dhanbad. I applied for the job as Fullstack Developer in NoidaEligibility criteria7 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - coding practice, Operating system , OOPs, Dbms , projects .Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do 300+ questions on IB or leetcode or gfg 
Tip 2 : Must do DSA course of coding ninjas for clear understanding
Tip 3 : Must complete CS subjects also

Application resume tips for other job seekers

Tip 1 : not add too much things
Tip 2 : be confident that you write in CV

Final outcome of the interviewRejected

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

MCQ based on web and oops.

  • Q1. 

    Subtree of Another Tree Problem Statement

    Given two binary trees, T and S, determine whether S is a subtree of T. The tree S should have the same structure and node values as a subtree of T.

    Explanation:

    ...
  • Ans. 

    Determine if one binary tree is a subtree of another binary tree based on their structure and node values.

    • Traverse through the main tree and check if any subtree matches the second tree

    • Use recursion to compare nodes of both trees

    • Handle edge cases like empty trees or null nodes

    • Check if the root node of the second tree exists in the main tree

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

This round involved a discussion of a project I had undertaken recently and a coding problem. How does an Angular application work? List out differences between AngularJS and Angular

  • Q1. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    The task is to find the number of distinct ways to climb from the 0th step to the Nth step, where each time you can climb either one step or two steps.

    • Use dynamic programming to solve this problem

    • Create an array to store the number of ways to reach each step

    • Initialize the first two elements of the array as 1 and 2

    • For each subsequent step, the number of ways to reach that step is the sum of the number of ways to reach t...

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 80 Minutes
Round difficulty - Medium

The interview mostly focused on coding problems and Java-related concepts.

  • Q1. How is a Linked List implemented in Java, and when would you prefer it over an ArrayList?
  • Ans. 

    A Linked List in Java is implemented using nodes with references to the next node. It is preferred over an ArrayList when frequent insertions and deletions are required.

    • In Java, a Linked List is implemented using a Node class with data and a reference to the next Node.

    • LinkedList class in Java provides methods like add(), remove(), and get() for manipulating the list.

    • Linked List is preferred over ArrayList when frequent...

  • Answered by AI
  • Q2. 

    Prerequisite Task Completion Verification

    Given a positive integer 'N', representing the number of tasks, and a list of dependency pairs, determine if it is possible to complete all tasks considering thes...

  • Ans. 

    Determine if it is possible to complete all tasks considering prerequisites.

    • Create a graph representation of the tasks and dependencies.

    • Use topological sorting to check if there is a cycle in the graph.

    • Return 'Yes' if no cycle is found, 'No' otherwise.

  • Answered by AI
  • Q3. 

    Kth Smallest and Largest Element Problem Statement

    You are provided with an array 'Arr' containing 'N' distinct integers and a positive integer 'K'. Your task is to find the Kth smallest and Kth largest e...

  • Ans. 

    Find the Kth smallest and largest elements in an array.

    • Sort the array to easily find the Kth smallest and largest elements.

    • Ensure K is within the array's size to avoid errors.

    • Handle multiple test cases efficiently.

    • Consider edge cases like when N is small or K is at the extremes.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was the Hiring Manager Round. What is a Primary Key? What is a Cross-Join? What is the difference between Clustered and Non-clustered index?

  • Q1. 

    Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...

  • Ans. 

    Given a sorted N * N matrix, find the position of a target integer 'X'.

    • Iterate over rows and columns to search for the target integer 'X'.

    • Utilize the sorted nature of the matrix to optimize the search process.

    • Return the position of 'X' if found, else return '-1 -1'.

  • Answered by AI

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, Java Fundamentals, OOPS, Design Patterns, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Standard Dynamic Programming and Graph Theory Questions
Tip 2 : If you know Java, Be well versed with Fundamentals 
Tip 3 : Have atleast one Good Project you can talk about

Application resume tips for other job seekers

Tip 1 : Keep it Concise
Tip 2 : Only Mention Stuff you know

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

Salary

2.6

Job security

2.1

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 53 Reviews and Ratings
Senior Business Development Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 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