Upload Button Icon Add office photos

Spinny

Compare button icon Compare button icon Compare

Filter interviews by

Spinny Senior Software Engineer Interview Questions and Answers for Experienced

Updated 20 May 2024

Spinny Senior Software Engineer Interview Experiences for Experienced

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 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 

It was a coding round, online assessment. Medium level DSA questions

Round 3 - One-on-one 

(1 Question)

  • Q1. The discussion was based on system design, was asked to design parking lot system
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round, he asked about the problems that I solved

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR was not good, he said I got selected and he will share the offer soon, but for 2 weeks he didn't shared any offer, I connected multiple times, he didn't pick my calls most of the time, and after 2 weeks he said they are not hiring anymore.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 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 - Technical 

(1 Question)

  • Q1. DS and algo round. Leetcode medium 2 questions.
Round 3 - Case Study 

System Design. Design backend of Amazon

Round 4 - HR 

(1 Question)

  • Q1. Normal questions and salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security is 0 so don't join there. Also upper management is not as intelligent.
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 experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA question with Some Stack
  • Q2. Discussion around Current project
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial discussion around resume and some basic java and spring question
  • Q2. Java and spring boot question

I applied via Instahyre and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Design quiz application HLD,LLD and scale.
  • Ans. 

    Design a quiz application with HLD, LLD, and scalability.

    • Define the user flow and features of the application.

    • Create a high-level design with components and their interactions.

    • Create a low-level design with detailed modules and their interactions.

    • Consider scalability by using a distributed architecture and load balancing.

    • Use a database to store questions, answers, and user data.

    • Implement security measures to prevent ch

  • Answered by AI
  • Q2. Difference between abstract class and interface and some OOPS conecpts
  • Ans. 

    Abstract class is a class with some abstract methods while interface is a collection of abstract methods.

    • Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.

    • Abstract class can have constructors while interface cannot.

    • Abstract class can have instance variables while interface cannot.

    • Inheritance is achieved using extends keyword for abstract class and implements k...

  • Answered by AI
  • Q3. They asked 2 coding questions which I don't remember

Interview Preparation Tips

Interview preparation tips for other job seekers - I appeared for first 2 rounds which were taken by bar raiser team.
1st round was related DSA ,JAVA and bit of OOPS.
2nd round was related to System Design in which interviewer asked me to design quiz application.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic java 8 concepts
  • Q2. Basic spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Project discussion and basic java spring technical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your role
  • Ans. 

    As a Senior Software Engineer, my role involves designing, developing, and maintaining software applications to meet business needs.

    • Designing and architecting software solutions

    • Developing and coding software applications

    • Maintaining and updating existing software

    • Collaborating with cross-functional teams

    • Troubleshooting and debugging issues

    • Implementing best practices and coding standards

  • Answered by AI
  • Q2. What are your responsiblities
  • Ans. 

    As a Senior Software Engineer, my responsibilities include leading development projects, mentoring junior team members, collaborating with stakeholders, and ensuring code quality.

    • Leading development projects from conception to completion

    • Mentoring junior team members to help them grow and improve their skills

    • Collaborating with stakeholders to gather requirements and provide updates on project progress

    • Ensuring code quali...

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

I applied via Instahyre

Round 1 - Coding Test 

1 hr, Java questions, SQL question, 1 DSA question

Round 2 - Technical 

(1 Question)

  • Q1. LLD about Hotel Booking system
Round 3 - Technical 

(1 Question)

  • Q1. Discussed about the project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about my technical expertise
  • Q2. Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Hired for lead but forced to do manual
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

Spinny Interview FAQs

How many rounds are there in Spinny Senior Software Engineer interview for experienced candidates?
Spinny interview process for experienced candidates usually has 4 rounds. The most common rounds in the Spinny interview process for experienced candidates are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for Spinny Senior Software Engineer interview for experienced candidates?
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 Agile, Database Design, Django, Flux and HTML.
What are the top questions asked in Spinny Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Spinny Senior Software Engineer interview for experienced candidates -

  1. The discussion was based on system design, was asked to design parking lot syst...read more
  2. The interview was outsourced to Interview Vect...read more
  3. React based question, redux discuss...read more

Tell us how to improve this page.

Spinny Senior Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

1
  
Bad
View more
Spinny Senior Software Engineer Salary
based on 19 salaries
₹24 L/yr - ₹38 L/yr
92% more than the average Senior Software Engineer Salary in India
View more details

Spinny Senior Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 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