Upload Button Icon Add office photos
Engaged Employer

i

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

Paytail Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 91 Reviews

Filter interviews by

Paytail Senior Software Engineer Interview Questions and Answers

Updated 10 Sep 2022

Paytail Senior Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Coding Test 

Hacker earth , Rest api consuming and filtering response . 2 question

Round 2 - Technical 

(2 Questions)

  • Q1. L1 Technical of 1 hour - Java , Spring Boot, OOPs
  • Q2. JAVA 8 Features , OOPs Concept
Round 3 - Technical 

(1 Question)

  • Q1. L2 technical , design , puzzle
Round 4 - Behavioral 

(1 Question)

  • Q1. With CTO , recent projects , puzzle
Round 5 - HR 

(1 Question)

  • Q1. Directly discussion on expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm before appearing your expected CTC , Management is not good , It is product based but pay scale is very less . I cleared all round & in HR round my current CTC was compared to expected one , even I was holding good offer in hand . After that I haven't received any communication from them yes or no nothing. Giving salary like service based company and less number of people in technical team will only lead to work pressure without pay .

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Machine coding round.

Round 2 - Technical 

(1 Question)

  • Q1. Algorithm to calculate top k flight from source to destinaton.
  • Ans. 

    Use Dijkstra's algorithm to find the top k shortest paths from source to destination.

    • Implement Dijkstra's algorithm to find the shortest paths from source to all other nodes.

    • Store the top k shortest paths found in a priority queue or heap.

    • Return the top k shortest paths as the result.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Python Questions Work Exp related discussions
  • Q2. Snake and Ladder Problem
  • Ans. 

    Snake and Ladder Problem is a classic board game where players move their tokens based on the roll of a dice.

    • The game involves a board with numbered squares, where players move their tokens based on the roll of a dice.

    • Snakes and ladders on the board can either help a player advance or set them back.

    • The game continues until a player reaches the final square, usually 100, to win.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - rejected cause of bad / not relevant previous work experience. rest all I completed

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Does Java support pass by reference?
  • Ans. 

    Yes

    • Java uses pass by value for all variables, including object references.

    • When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.

    • Modifying the reference inside the method will not affect the original reference outside the method.

    • However, modifications to the object's state inside the method will be visible outside the method.

  • Answered by AI
  • Q2. Explain Singleton Pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class exists throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance needs to coordinate actions across the system.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Next Greater Element in an array
  • Ans. 

    Find the next greater element in an array for each element

    • Iterate through the array and for each element, find the next greater element

    • Use a stack to keep track of elements whose next greater element is not yet found

    • If the current element is greater than the top element of the stack, pop the stack and mark the popped element's next greater element as the current element

    • Push the current element onto the stack

    • If there ar...

  • Answered by AI
  • Q2. Question based on Sql inner join

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve LC questions and go through HLD design videos

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Round one consist of coding problems and there's a minimum criteria of solving 2 problems at least to clear this round

Round 2 - Technical 

(2 Questions)

  • Q1. First question was a coding question, merge intervals leetcode
  • Q2. Second question was again of leetcode, compare strings

Paytail Interview FAQs

How many rounds are there in Paytail Senior Software Engineer interview?
Paytail interview process usually has 5 rounds. The most common rounds in the Paytail interview process are Technical, Coding Test and Behavioral.
What are the top questions asked in Paytail Senior Software Engineer interview?

Some of the top questions asked at the Paytail Senior Software Engineer interview -

  1. L1 Technical of 1 hour - Java , Spring Boot, O...read more
  2. JAVA 8 Features , OOPs Conc...read more
  3. Directly discussion on expec...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Paytail interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Paytail Senior Software Engineer Salary
based on 11 salaries
₹12.5 L/yr - ₹27 L/yr
20% more than the average Senior Software Engineer Salary in India
View more details

Paytail Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

2.0

Job Security

2.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Relationship Manager
32 salaries
unlock blur

₹2.9 L/yr - ₹4.4 L/yr

Area Sales Manager
17 salaries
unlock blur

₹11.5 L/yr - ₹14.5 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹12.5 L/yr - ₹27 L/yr

Software Engineer
9 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Assistant Manager
7 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Paytail with

Payed

2.8
Compare

BillDesk

3.2
Compare

Razorpay

3.6
Compare

Mobikwik

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview