Upload Button Icon Add office photos

Filter interviews by

PAYBACK Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Class and object . explain hierarchial inheritence.
  • Q2. Difference bertween deep copy and shallow copy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction to about your self
  • Q2. Experience and product knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Not joining the company low ticket size but High rate of interest Bm to cluster head don't know about the policy
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Case Study 

How to increase personal insurance revenue to 5x?

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

I was interviewed before Feb 2024.

Round 1 - HR 

(4 Questions)

  • Q1. Education Related Questions for Technical.
  • Q2. Previous Company Tech Experience available or not.
  • Q3. Family Background
  • Q4. Technical Questions for Remote Tech Support of Installation of Software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell what you know and if you don't know be confident that you will be ready to Learn if get the Chance.

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 427 Interviews
BigBasket Interview Questions
3.9
 • 348 Interviews
Zomato Interview Questions
3.8
 • 316 Interviews
Sodexo Interview Questions
4.1
 • 159 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
Mobikwik Interview Questions
4.0
 • 46 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

PAYBACK Reviews and Ratings

based on 35 reviews

4.3/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.9

Salary

3.4

Job security

4.1

Company culture

3.2

Promotions

4.2

Work satisfaction

Explore 35 Reviews and Ratings
Senior Analyst
11 salaries
unlock blur

₹6 L/yr - ₹19.6 L/yr

Manager
10 salaries
unlock blur

₹9 L/yr - ₹17.4 L/yr

Analytics Manager
7 salaries
unlock blur

₹21 L/yr - ₹26 L/yr

Analyst
6 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Campaign Manager
6 salaries
unlock blur

₹7 L/yr - ₹12.2 L/yr

Explore more salaries
Compare PAYBACK with

Loylty Rewardz Mngt

3.6
Compare

QwikCilver Solutions

3.6
Compare

Mobikwik

4.0
Compare

Zeta

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