Upload Button Icon Add office photos
Engaged Employer

i

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

Stashfin Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Stashfin Senior Software Engineer Interview Questions and Answers

Updated 13 Nov 2024

Stashfin Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 5 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 

2 hackerearth problem solving questions was asked.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Trees related questions were asked.
  • Q2. 2. Some java basic questions were asked
Round 4 - Technical 

(1 Question)

  • Q1. Kinda cultural fitment round where manager use to ask what you’ll do in situation like that.
Round 5 - HR 

(1 Question)

  • Q1. Asked about expectations and all

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite hard to crack but with better ds algorithm and system design experience it’ll be easier to crack it.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. 2 sum arrays problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussions
  • Q2. Cv discussion was held
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode medium questions were asked

Round 2 - System Design 

(1 Question)

  • Q1. 1 feature design end to end
  • Ans. 

    Designing a feature for a social media platform to allow users to create and share photo albums.

    • Allow users to create and name albums

    • Provide an interface for users to upload and organize photos within albums

    • Implement privacy settings to control who can view and contribute to albums

    • Include features like tagging, commenting, and liking photos within albums

    • Enable users to share albums with others via links or social media

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Zomato Ordering System
  • Ans. 

    Design a Zomato Ordering System for online food delivery.

    • Allow users to browse restaurants and menus

    • Implement user authentication and profile management

    • Enable users to place orders and make payments online

    • Include features like order tracking and ratings/reviews

    • Integrate with restaurant partners for order fulfillment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be very strong on ur Design

Skills evaluated in this interview

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

Take Home assingment, 4hours. build a application

Round 2 - One-on-one 

(1 Question)

  • Q1. System Design , Design Twitter like System
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
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Build a TODO task tracking application
  • Ans. 

    TODO task tracking application to manage tasks and deadlines

    • Create a user-friendly interface for adding, editing, and deleting tasks

    • Implement a feature to set deadlines and reminders for tasks

    • Include categories or tags to organize tasks efficiently

    • Allow users to mark tasks as completed and track progress

    • Provide a search functionality to easily find specific tasks

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Data structure and algorithms

Skills evaluated in this interview

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

2 questions of Ds algo was asked

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Was of 1 hour, got asked about 3 sum as well as a medium level problem

Round 2 - Technical 

(2 Questions)

  • Q1. Releated to IOS
  • Q2. About multithreading, deep dive

Interview Preparation Tips

Topics to prepare for PhonePe Senior Software Engineer interview:
  • IOS
  • Swift
  • Data Structures

Stashfin Interview FAQs

How many rounds are there in Stashfin Senior Software Engineer interview?
Stashfin interview process usually has 3 rounds. The most common rounds in the Stashfin interview process are One-on-one Round.
How to prepare for Stashfin Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Stashfin. The most common topics and skills that interviewers at Stashfin expect are Backend and Software Development.
What are the top questions asked in Stashfin Senior Software Engineer interview?

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

  1. Spiral traversal of a Binary t...read more
  2. 2Sum DSA leetcode prob...read more
  3. Aggressive cows prob...read more

Tell us how to improve this page.

Stashfin Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Stashfin Senior Software Engineer Salary
based on 7 salaries
₹11.6 L/yr - ₹39.1 L/yr
46% more than the average Senior Software Engineer Salary in India
View more details
Assistant Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Officer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Stashfin with

EarlySalary Services

3.8
Compare

MoneyTap

3.1
Compare

Axio

3.7
Compare

LendingKart

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