Upload Button Icon Add office photos

Filter interviews by

Qapita Fintech Software Engineer Intern Interview Questions and Answers

Updated 9 Mar 2024

Qapita Fintech Software Engineer Intern Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 Questions were from bit manipulation. First was easy and second was medium.

Round 2 - Technical 

(1 Question)

  • Q1. Remove first and last repeating number from the list without using and space complexity. For ex. 1, 5, 7, 7, 8, 9, 9, 10, 7, 7, 7, 2, 2,3 Should return 1,5,7,8,9,9,10,7,7,7,2,3.
  • Ans. 

    Remove first and last repeating number from the list without using any space complexity.

    • Iterate through the list and keep track of the first and last occurrences of each number.

    • Remove the first and last occurrences of the repeating numbers from the list.

    • Return the modified list.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Binary Search Questions and some questions related to oops.
Round 4 - Cto 

(1 Question)

  • Q1. In this CTO asked me about various questions and checked my career details and performance all related to checking if I am really from reputed college and how wasy performance in college.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jun 2023. There were 4 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 - Coding Test 

Hackerrank Test including 4 coding and few mcq questions

Round 3 - Technical 

(2 Questions)

  • Q1. Frontend and Javascript related question.
  • Q2. Coding Question in Javascript
Round 4 - HR 

(2 Questions)

  • Q1. Asked about myself and my interest
  • Q2. Asked about project that I did in college

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest.
Focus on your strength.
Practice good coding
Have some good project on your CV
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The DSA round happens with pseudo code

Round 2 - Technical 

(2 Questions)

  • Q1. Question asked from my resume
  • Q2. How I implemented everything
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Where do you see yourself in five years

Interview Preparation Tips

Interview preparation tips for other job seekers - I haven’t clear the second round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Binary search algo quetion

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was of 3 hours including coding questions as well as computer science fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about the project that i made
  • Q2. Find the subsets with sum K from array having duplicates
  • Ans. 

    Find subsets with sum K from array with duplicates

    • Use backtracking to generate all possible subsets

    • Keep track of the sum of each subset as you generate them

    • Check if the sum of a subset is equal to K and add it to the result

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

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

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 2023. There were 4 interview rounds.

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 - Coding Test 

Mcqs based on cs fundamentals and 2_3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 2-3 DSA questions to be written on paper in the interview itself
  • Q2. Merge 2 sorted Linked list into 1
  • Ans. 

    Merge two sorted linked lists into one.

    • Create a new linked list to store the merged list.

    • Compare the values of the nodes from both lists and add the smaller value to the new list.

    • Move the pointer of the list with the smaller value to the next node.

    • Repeat the comparison and addition until one of the lists is empty.

    • Add the remaining nodes from the non-empty list to the new list.

    • Return the new merged list.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A full cv analysis interview round discussion on all the projects and team work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA quite well and make sure you know everything about your CV and must have some team work skills

Skills evaluated in this interview

Qapita Fintech Interview FAQs

How many rounds are there in Qapita Fintech Software Engineer Intern interview?
Qapita Fintech interview process usually has 4 rounds. The most common rounds in the Qapita Fintech interview process are Technical and Coding Test.
What are the top questions asked in Qapita Fintech Software Engineer Intern interview?

Some of the top questions asked at the Qapita Fintech Software Engineer Intern interview -

  1. Remove first and last repeating number from the list without using and space co...read more
  2. Binary Search Questions and some questions related to oo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Qapita Fintech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 745 Interviews
PolicyBazaar Interview Questions
3.6
 • 306 Interviews
PhonePe Interview Questions
4.0
 • 292 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Revolut Interview Questions
2.6
 • 87 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Aye Finance Interview Questions
4.2
 • 59 Interviews
Rupeek Interview Questions
3.7
 • 58 Interviews
View all
Qapita Fintech Software Engineer Intern Salary
based on 4 salaries
₹1 L/yr - ₹12 L/yr
18% less than the average Software Engineer Intern Salary in India
View more details
Software Engineer
44 salaries
unlock blur

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

Product Manager
4 salaries
unlock blur

₹28 L/yr - ₹37.5 L/yr

Explore more salaries
Compare Qapita Fintech with

Razorpay

3.6
Compare

Paytm

3.3
Compare

PolicyBazaar

3.6
Compare

Zerodha

4.2
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