Upload Button Icon Add office photos

Spinny

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Spinny Backend Developer Interview Questions and Answers

Updated 1 Mar 2025

Spinny Backend Developer Interview Experiences

4 interviews found

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.

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

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 Resume 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)

 Program Manager 2

 (1)

Interview questions from similar companies

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain custom object sorting in java
  • Ans. 

    Custom object sorting in Java involves implementing the Comparable interface or using a Comparator to define the sorting logic.

    • Implement the Comparable interface in the custom object class and override the compareTo() method to define the natural ordering.

    • Alternatively, create a separate class that implements the Comparator interface and override the compare() method to define custom sorting logic.

    • Use the Collections.s...

  • Answered by AI
  • Q2. Mostly on SQL queries
Round 2 - Technical 

(2 Questions)

  • Q1. Project explanation
  • Q2. SQL queries like joins,duplicate removal,sorting

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI
  • Q2. Implement 2 stacks in an array
  • Ans. 

    Implement 2 stacks in an array

    • Divide the array into two halves

    • Use top1 and top2 to keep track of top elements of stacks

    • Push and pop elements from respective halves

    • Check for overflow and underflow conditions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Questions from trees and linkedin

Round 3 - Technical 

(2 Questions)

  • Q1. Question on dsa and on oops
  • Q2. Reverse linked list with multiple approach
  • Ans. 

    Reverse a linked list using multiple approaches.

    • Iterative approach: Use three pointers to reverse the links between nodes.

    • Recursive approach: Recursively reverse the rest of the list and adjust the links.

    • Stack approach: Push all the nodes onto a stack and then pop them to create the reversed list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Free aws d resfg rtrt bert ert treytr ret ert ert tret tre tryr tr rt try tr ytry try tr ytry try try t ty try tr try

Skills evaluated in this interview

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

2 hours coding round, only 1 person out of 90 cleared

Round 2 - Technical 

(1 Question)

  • Q1. Asked loads of dsa, super technical questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nothing much compulsary field

Round 2 - Technical 

(3 Questions)

  • Q1. Question based on DS and algo
  • Q2. What is array? how to use it?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays are indexed starting at 0, with each element accessible by its index.

    • Arrays can be used to store and manipulate multiple values of the same data type.

    • Example: String[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q3. Why glassdoor force to write question
  • Ans. 

    Glassdoor may require users to write questions to encourage engagement and gather feedback.

    • Encourages user engagement and feedback

    • Helps improve the overall user experience on the platform

    • Allows users to share their thoughts and opinions

    • Can lead to valuable insights for Glassdoor to enhance their services

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Spinny Interview FAQs

How many rounds are there in Spinny Backend Developer interview?
Spinny interview process usually has 3 rounds. The most common rounds in the Spinny interview process are One-on-one Round, Coding Test and Technical.
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

Recently Viewed

INTERVIEWS

Swiggy

No Interviews

SALARIES

TVS Sundram Fasteners

INTERVIEWS

Myntra

No Interviews

INTERVIEWS

Meesho

No Interviews

INTERVIEWS

Myntra

No Interviews

INTERVIEWS

Myntra

No Interviews

INTERVIEWS

BYJU'S

No Interviews

DESIGNATION

INTERVIEWS

Company Interviews

No Interviews

SALARIES

TVS Sundram Fasteners

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
498 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
253 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
195 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

CAR Consultant
161 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
132 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent