Upload Button Icon Add office photos

Filter interviews by

Spinny Backend Developer Interview Questions and Answers

Updated 1 Mar 2025

Spinny Backend Developer Interview Experiences

4 interviews found

I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank Test
1 hour test
Leetcode easy - medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Q1 - Leetcode : 1577. Number of ways where the square of numbers is equal to the product of 2 numbers Q2- Leetcode medium-level question based on arrays
  • Ans. 

    Backend Developer interview question on Leetcode problems related to arrays and number manipulation.

    • Q1: Find number of ways where the square of numbers is equal to the product of 2 numbers

    • Q2: Solve a medium-level Leetcode problem based on arrays

    • Use appropriate data structures and algorithms to optimize solutions

    • Practice problem-solving skills regularly to improve efficiency

  • Answered by AI
Round 3 - Low level design 

(1 Question)

  • Q1. Design Inventory management system
  • Ans. 

    An inventory management system is designed to track and manage inventory levels, orders, sales, and deliveries.

    • Identify inventory items and categorize them

    • Track inventory levels and set reorder points

    • Manage orders and sales

    • Monitor deliveries and returns

    • Integrate with accounting and ERP systems

  • Answered by AI
Round 4 - Cultural fitment round 

(1 Question)

  • Q1. Questions about last project and resume based

Interview Preparation Tips

Topics to prepare for Spinny Backend Developer interview:
  • low level design
  • DSA
  • REST API
  • Java
Interview preparation tips for other job seekers - Interviewers are very helpful , just stay calm and prepare well

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Medium-level LeetCode problems.

Round 2 - Technical 

(1 Question)

  • Q1. Two problems of medium difficulty were asked from Leetcode.

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 ball all of which weigh the same except for one, what is ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

I applied via Instahyre and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Coding Round on HackerEarth, 3 coding questions, Duration - 75 mins

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on Resume, about projects and frameworks
  • Q2. Number of SubArrays with odd sum
  • Ans. 

    Count the number of subarrays in an array with odd sum.

    • Loop through the array and calculate the prefix sum at each index.

    • For each prefix sum, count the number of previous prefix sums that have the same parity.

    • Add the count to the total number of subarrays with odd sum.

    • Return the total count.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Spinny Backend Developer interview:
  • DSA
Interview preparation tips for other job seekers - Spinny mostly focusses on coding skills, so practice a lot of DSA.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2021. 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 - One-on-one 

(1 Question)

  • Q1. 1 LC Med - Unique Binary Search Tree 2 1 LC Easy - Trapping rainwater problem
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was tough. Agenda of this round - LLD + SQL
Round 4 - One-on-one 

(1 Question)

  • Q1. CTO Round - This was a cultural fitment round. I was asked about my prev experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare DSA, LLD, and SQL very well.

Spinny interview questions for designations

 Backend Developer Intern

 (1)

 Software Developer

 (1)

 Front end Developer

 (2)

 Software Developer Intern

 (1)

 Frontend Developer Intern

 (1)

 Software Engineer

 (4)

 Senior Software Engineer

 (3)

 Senior Consultant

 (1)

Interview questions from similar companies

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

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online coding test on hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Normal DSA question related to array & strings
Round 3 - Technical 

(1 Question)

  • Q1. Medium Level DSA questions form Linked list & Aarrays
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Leetcode style questions , 2 medium , 1 hard .

Round 2 - Technical 

(1 Question)

  • Q1. Design a cab booking system using oops
  • Ans. 

    A cab booking system designed using OOP principles

    • Create classes for Cab, Customer, Driver, and Booking

    • Use inheritance and polymorphism to handle different types of cabs and bookings

    • Implement methods for booking a cab, assigning a driver, and calculating fare

    • Use encapsulation to protect data and ensure data integrity

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Given two soted arrays merge them from a single sorted array with all items in non-decreassing order

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Medium difficulty question Schema Design Low level design Amazon reviews page
Round 1 - One-on-one 

(1 Question)

  • Q1. Number of islands code
  • Ans. 

    Count the number of islands in a 2D grid of 1s and 0s.

    • Use DFS or BFS to traverse the grid and mark visited cells.

    • Count the number of times traversal starts from an unvisited 1.

    • Consider edge cases like empty grid, all 0s or all 1s.

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

(1 Question)

  • Q1. It was a simple design round and some technical questions on skills mentioned in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear about all the things you have worked on in your company and the reason for the approach being used and keep your dsa strong.

Skills evaluated in this interview

Round 1 - Aptitude Test 

MCQs and 1 coding question

Round 2 - Technical 

(1 Question)

  • Q1. Delete one child nodes,
  • Ans. 

    To delete one child node, we need to identify the parent node and remove the child node from its list of children.

    • Identify the parent node of the child node to be deleted

    • Remove the child node from the parent node's list of children

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project and internship discussion And one question discussion on how data is stored in db
Round 4 - HR 

(1 Question)

  • Q1. Nothing nothing nothing nothing

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck _-----------------_____

Skills evaluated in this interview

Spinny Interview FAQs

How many rounds are there in Spinny Backend Developer interview?
Spinny interview process usually has 3-4 rounds. The most common rounds in the Spinny interview process are One-on-one Round, Coding Test and Resume Shortlist.
How to prepare for Spinny Backend Developer 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 Spinny. The most common topics and skills that interviewers at Spinny expect are Python, Django, System Design, Backend and Front End.
What are the top questions asked in Spinny Backend Developer interview?

Some of the top questions asked at the Spinny Backend Developer interview -

  1. Q1 - Leetcode : 1577. Number of ways where the square of numbers is equal to th...read more
  2. Design Inventory management sys...read more
  3. Number of SubArrays with odd ...read more

Tell us how to improve this page.

Spinny Backend Developer Interview Process

based on 1 interview

1 Interview rounds

  • Coding Test Round
View more
Spinny Backend Developer Salary
based on 7 salaries
₹11 L/yr - ₹19 L/yr
71% more than the average Backend Developer Salary in India
View more details

Spinny Backend Developer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

3.0

Skill development

2.2

Work-life balance

2.5

Salary

2.7

Job security

2.5

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 3 Reviews and Ratings
Operations Analyst
487 salaries
unlock blur

₹2.2 L/yr - ₹6.4 L/yr

Relationship Manager
250 salaries
unlock blur

₹2.7 L/yr - ₹5.1 L/yr

Team Lead
193 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

CAR Consultant
161 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Assistant Manager
131 salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Spinny with

Truebil

3.8
Compare

CarDekho Group

3.7
Compare

Carwale

3.4
Compare

Cartrade.com

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