Upload Button Icon Add office photos

Filter interviews by

Qapita Fintech Senior Software Engineer Interview Questions and Answers

Updated 2 Aug 2024

Qapita Fintech Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It had 4 questions on Hackerrank, 2 coding questions and 2 multiple choice.

Interview questions from similar companies

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

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
  • Ans. 

    Minimum of two platforms are required for a train station.

    • At least two platforms are needed for trains to arrive and depart simultaneously.

    • Additional platforms may be required depending on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

  • Answered by AI
  • Q2. Longest Palindromic substring
  • Ans. 

    The problem is to find the longest substring that is a palindrome in a given string.

    • A palindrome is a string that reads the same backward as forward.

    • We can use dynamic programming to solve this problem.

    • We can start by considering each character as the center of a palindrome and expand outwards to find the longest palindrome.

    • We can also optimize the solution by using Manacher's algorithm which reduces the time complexit

  • Answered by AI

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy Medium questions

Round 2 - Design Test 

(1 Question)

  • Q1. Asked to design Basic Facebook.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Machine coding round where SOLID principles are evaluated for real life use case

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you practice one or two in time bound manner
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

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions of Ds algo was asked

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

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

Round 1 - Coding Test 

Design splitwise - Low level machine coding round

Round 2 - Technical 

(1 Question)

  • Q1. DSA problems; 1 medium, 1 hard

Qapita Fintech Interview FAQs

How many rounds are there in Qapita Fintech Senior Software Engineer interview?
Qapita Fintech interview process usually has 1 rounds. The most common rounds in the Qapita Fintech interview process are Coding Test.

Tell us how to improve this page.

Qapita Fintech Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Qapita Fintech Senior Software Engineer Salary
based on 7 salaries
₹18 L/yr - ₹33 L/yr
68% more than the average Senior Software Engineer Salary in India
View more details

Qapita Fintech Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
49 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

QA Engineer
12 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Software Developer
7 salaries
unlock blur

₹8.6 L/yr - ₹19 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹18 L/yr - ₹33 L/yr

Assistant Manager
4 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Explore more salaries
Compare Qapita Fintech with

PhonePe

4.0
Compare

KFintech

3.5
Compare

Rupeek

3.7
Compare

Razorpay

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