Upload Button Icon Add office photos
Engaged Employer

i

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

BillDesk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BillDesk Senior Software Engineer Interview Questions and Answers

Updated 19 Oct 2023

BillDesk Senior Software Engineer Interview Experiences

1 interview found

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 

(1 Question)

  • Q1. Normal java and sql question
Round 3 - Technical 

(1 Question)

  • Q1. Sping boot and microservice

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about BillDesk?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. GCD of 2 strings
  • Ans. 

    GCD of 2 strings is not a common concept in software engineering.

    • GCD of 2 strings is not a standard problem in software engineering.

    • It is more common to find GCD of integers or numbers.

    • If the strings represent numbers, you can convert them to integers and find the GCD.

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DP questions 1D DP and Array question

Round 2 - Technical 

(1 Question)

  • Q1. Java questions and technical questions from previous experience
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural questions and standard HR questions
  • Q2. Why looking for job switch

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Minimum number of platforms required for train station
  • Q2. Longest Palindromic substring

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Data structures and Algorithm well. Experience level 6-8 years

Skills evaluated in this interview

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. Sort the elements of an unsorted array
  • Ans. 

    Use any sorting algorithm to sort the elements of an unsorted array.

    • Choose an appropriate sorting algorithm based on the size of the array and the type of elements.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • Implement the chosen algorithm in the programming language of your choice.

    • Test the sorting function with various input arrays to ensure corre...

  • Answered by AI
  • Q2. Minimum energy required to cross all the hurdles without loosing life. If any point energy becomes 0 game over. Input: [-2,-3,3,1,5]
  • Ans. 

    Find minimum energy required to cross all hurdles without losing life.

    • Calculate cumulative sum of energy required to cross each hurdle.

    • Find the minimum cumulative sum and add 1 to it.

    • If the minimum cumulative sum is negative, return its absolute value + 1.

    • This is the minimum energy required to cross all hurdles without losing life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and algorithm. It is kind of easy to crack.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Find edge score of the nodes in a directed graph
  • Ans. 

    Edge score of nodes in a directed graph

    • Edge score is a measure of the importance of a node in a graph

    • It is calculated by counting the number of edges that point to or from a node

    • Nodes with higher edge scores are considered more important

    • Edge score can be calculated using algorithms like PageRank or HITS

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Rotten oranges after every second in 2D matrix
  • Ans. 

    Simulate rotting of oranges in a 2D matrix every second.

    • Create a queue to store the coordinates of fresh oranges

    • Iterate through the matrix and add the coordinates of fresh oranges to the queue

    • Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges

    • Keep track of the time taken for all oranges to rot

    • Return -1 if there are any fresh oranges left after the simulation

  • Answered by AI
  • Q2. Java and Spring concepts, HTTP, HTTPS, OSI layers
  • Q3. DB design for air ticket booking system
  • Ans. 

    DB design for air ticket booking system

    • Create tables for flights, passengers, bookings, and payments

    • Use foreign keys to establish relationships between tables

    • Include fields for flight details, passenger information, and payment details

    • Consider implementing a caching mechanism for frequently accessed data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interviews to Yubi. They just do time pass with the interviewees. After a long interview for 100 minutes they rejected me. Not because of this long session I was upset, I was able to answer everything correctly and the interviewer too applauded me.

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. LC 410: Split Array Largest Sum
  • Ans. 

    Split an array into 'm' subarrays to minimize the largest sum among them.

    • Use binary search to find the minimum largest sum possible.

    • Define a helper function to check if a target sum can be achieved with 'm' splits.

    • Example: For array [7, 2, 5, 10, 8] and m=2, the optimal split is [7, 2, 5] and [10, 8] with largest sum 15.

  • Answered by AI
  • Q2. Intro was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - solve similar problems on LC and you would be good.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Implement thread safe load balancer.
focus on input validations and cover all corner cases in tests

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of sql
  • Q2. Basics of BA
  • Q3. Daily day routine

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with the interviewer. Explain 100% what you know and in which you have experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Low Level Design: How to do rate limiting for a platform serving 100K requests per second.
  • Ans. 

    Implement rate limiting for a platform serving 100K requests per second.

    • Use a token bucket algorithm to limit the rate of incoming requests.

    • Set a maximum number of tokens in the bucket to control the rate.

    • Refill the bucket at a constant rate to allow bursts of requests.

    • Track the timestamp of the last request to enforce the rate limit.

    • Consider using a distributed rate limiting system for scalability.

    • Monitor and adjust t...

  • Answered by AI

Skills evaluated in this interview

BillDesk Interview FAQs

How many rounds are there in BillDesk Senior Software Engineer interview?
BillDesk interview process usually has 3 rounds. The most common rounds in the BillDesk interview process are Technical and Resume Shortlist.
What are the top questions asked in BillDesk Senior Software Engineer interview?

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

  1. Sping boot and microserv...read more
  2. Normal java and sql quest...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from other companies in FinTech Industry

PayPal Interview Questions
3.8
 • 226 Interviews
Freecharge Interview Questions
3.9
 • 58 Interviews
M2P Fintech Interview Questions
3.3
 • 32 Interviews
RedoQ Interview Questions
4.0
 • 2 Interviews
Global Payments Interview Questions
3.7
 • 11 Interviews
LenDenClub Interview Questions
2.9
 • 10 Interviews
Q2 Software Interview Questions
3.4
 • 15 Interviews
INDMoney Interview Questions
3.3
 • 13 Interviews
View all
BillDesk Senior Software Engineer Salary
based on 14 salaries
₹23.3 L/yr - ₹40.5 L/yr
89% more than the average Senior Software Engineer Salary in India
View more details

BillDesk Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.7/5

Rating in categories

1.4

Skill development

4.2

Work-life balance

2.2

Salary

5.0

Job security

2.3

Company culture

1.5

Promotions

1.7

Work satisfaction

Explore 4 Reviews and Ratings
Product Manager
124 salaries
unlock blur

₹14.1 L/yr - ₹34.8 L/yr

Software Engineer
48 salaries
unlock blur

₹6 L/yr - ₹12.4 L/yr

Software Developer
46 salaries
unlock blur

₹6 L/yr - ₹14.2 L/yr

Operations Executive
46 salaries
unlock blur

₹2.8 L/yr - ₹5.8 L/yr

Business Development Manager
35 salaries
unlock blur

₹9 L/yr - ₹16.2 L/yr

Explore more salaries
Compare BillDesk with other companies in FinTech Industry

Verifone

3.2
Compare

Yubi

3.4
Compare

KhataBook

3.5
Compare

Corecard Software

3.7
Compare
write
Share an Interview