Upload Button Icon Add office photos

Filter interviews by

Spinny Software Engineer Intern Interview Questions and Answers for Freshers

Updated 18 Aug 2023

Spinny Software Engineer Intern Interview Experiences for Freshers

1 interview found

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

I was interviewed before Aug 2022.

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 - Assignment 

A CRUD application project was given as assignment that we have to complete within a month.

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about Assignment Related questions and asked some questions on TECH stack used in project

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
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 

Simple 2hr long coding test with 2 Coding problems and some CS Fundamental MCQ type questions

Round 3 - Technical 

(3 Questions)

  • Q1. Simple just asked two questions
  • Q2. Vertical Level Order traversal
  • Q3. Sort a stack using a stack
  • Ans. 

    Sort a stack using another stack

    • Create an empty temporary stack

    • Pop elements from the original stack and push them onto the temporary stack in sorted order

    • Pop elements from the temporary stack back to the original stack

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Nothing just about ny interests in STEM and My projects
  • Q2. Also asked me about some difficult situations i have during my hackathons

Skills evaluated in this interview

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Medium level dsa questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lld of cab booking system
  • Ans. 

    The Low Level Design (LLD) of a cab booking system involves detailing the system architecture and components at a lower level of abstraction.

    • Identify the main components of the system such as user interface, booking engine, payment gateway, and driver allocation algorithm.

    • Define the interactions between these components and how data flows between them.

    • Specify the data structures and algorithms used for efficient bookin...

  • Answered by AI
  • Q2. Discussion about online assesment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding rounds.

Skills evaluated in this interview

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

Questions were crayon box ,the bot and the game and happy neighbourhood for 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Array basics was asked
  • Q2. Segment tree,prefix sum
Round 3 - Technical 

(1 Question)

  • Q1. Low level design was asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Online Assessment 

(3 Questions)

  • Q1. Hard Stock sell problem
  • Ans. 

    The hard stock sell problem involves determining the best time to sell stocks to maximize profit.

    • Consider using dynamic programming to solve this problem efficiently.

    • Keep track of the minimum stock price seen so far and calculate the maximum profit that can be made by selling at each day.

    • The final answer will be the maximum profit that can be made by selling at the last day.

  • Answered by AI
  • Q2. Create a server without express
  • Ans. 

    Creating a server without using Express framework

    • Use Node.js built-in 'http' module to create a server

    • Listen for incoming requests on a specific port

    • Handle different routes and methods using 'http' module

  • Answered by AI
  • Q3. What is singleton class, write a usecase through code
  • Ans. 

    Singleton class is a class that can only have one instance created throughout the application.

    • Singleton class restricts the instantiation of a class to one object.

    • It is often used for logging, caching, thread pools, database connections, etc.

    • Example: Java implementation of Singleton class -

    • public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if(insta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn node, express basics(basics means covering whole basic groud not touch and go) like about making servers (with or without express) and emitters. Have a good hold of basic DSA till atleast till linked list and few dp questions(easy ones). Have some projects or internships if fresher. If frontend learn react hooks, state management, redux.

This all should do it, chao!! 😄

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy to medium level of leet code

Round 2 - Technical 

(1 Question)

  • Q1. 1. Fibonacci series with recursion and without recursion 2. String Palindrome 3. Count all repeated numbers from the array
  • Ans. 

    Answering questions related to Fibonacci series, string palindrome, and counting repeated numbers in an array.

    • For Fibonacci series with recursion, write a function that calls itself to calculate the next number in the series.

    • For Fibonacci series without recursion, use a loop to calculate the series.

    • For string palindrome, compare characters from start and end of the string.

    • To count all repeated numbers from the array, u

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. 1.Given an array(0-based indexing), you have to find the max sum of i*A[i] where A[i] is the element at index i in the array. The only operation allowed is to rotate(clock-wise or counter clock-wise) the ...
  • Ans. 

    Rotate array to find max sum of i*A[i]

    • Rotate array to bring maximum element to front

    • Calculate sum of i*A[i] for each rotation

    • Keep track of maximum sum found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. 1.Oops concepts 2.Oops code 2.About Java Spring 3. Array stack questions 4.Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve leet code question, clear concept of DSA.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Rain water problem
  • Ans. 

    The rain water problem involves calculating the amount of rainwater that can be trapped between buildings or structures.

    • Calculate the maximum height of water that can be trapped at each position

    • Subtract the height of the building at each position to get the water level

    • Sum up the water levels at each position to get the total amount of trapped rainwater

  • Answered by AI
  • Q2. 2 sum problemjijo
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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 

1 Hour 2 Medium Coding Question and few DB OOPS OS Questions on Hackerearth

Round 3 - One-on-one 

(2 Questions)

  • Q1. Coding 1 : 1 Round
  • Q2. 2 Sum, 3 Sum, Maximum Sum Subarray
Round 4 - Behavioral 

(2 Questions)

  • Q1. Questions based on Resume, OOPS, Databases, OS
  • Q2. ACID Properties, Keys questions, Semaphore mutex
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a DSA ALGO Medium round

Round 2 - Technical 

(1 Question)

  • Q1. Design an analytics system
  • Ans. 

    Designing an analytics system for data analysis and visualization

    • Define the goals and objectives of the analytics system

    • Identify the data sources and types of data to be collected

    • Choose appropriate tools and technologies for data processing and analysis

    • Design a data model and architecture for storing and accessing data

    • Implement data visualization techniques for presenting insights to users

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions about salary, workstyle, motivation etc

Skills evaluated in this interview

I was interviewed in May 2022.

Round 1 - Assignment 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

  • Q1. System Design Question

    Design a reward system from scratch with specific requirements.


     

  • Ans. 

    Tip 1: Created basic high-level design of the system.
    Tip 2: Defined the entities.
    Tip 3: Defined the required APIs.
    Tip 4: Implemented the solution.
    Tip 5: Documented everything.

  • Answered by CodingNinjas
Round 2 - Video Call 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

- Discussion on the first round's assignment
- Was asked about adding unit tests in the assignment
- Fundamental questions on the approach used for the assignment.

  • Q1. System Design Question

    Things that could have been done better in the problem given in the first round.

  • Ans. 

    Tip 1 : Consider various edge cases.
    Tip 2 : Justify the tech stack used.
    Tip 3 : Write unit tests.

  • Answered by CodingNinjas
Round 3 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Round was with tech lead. Was briefly asked about the problem I solved in the first round. Then I was asked to solve 1 medium level DSA based question. Some discussion on culture fit was also done.

  • Q1. Traffic Lights

    Given the frequency of traffic lights' states determine if there will ever be an invalid state for the traffic signal and the condition of the invalid state were given.

  • Ans. 

     Gave a brute force approach and implemented it.
     Improved upon it after getting some hint.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaBlinkit interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Web development, OOP, LLDTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Have clear web dev fundamentals
Tip 2 : Have at least 1 good non-trivial project
Tip 3 : Practice basic DSA questions.

Application resume tips for other job seekers

Tip 1 : For past experience (internship/full time), explain the impact you created instead of only mentioning what you did.
Tip 2 : Don't exceed 1 page.
Tip 3 : Get it cross-checked for mistakes through multiple sources.
Tip 4 : Only put in stuff that you are confident in being able to explain.

Final outcome of the interviewSelected

Skills evaluated in this interview

Spinny Interview FAQs

How many rounds are there in Spinny Software Engineer Intern interview for freshers?
Spinny interview process for freshers usually has 3 rounds. The most common rounds in the Spinny interview process for freshers are Resume Shortlist, Assignment and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 412 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
CARS24 Interview Questions
3.6
 • 311 Interviews
Myntra Interview Questions
4.0
 • 204 Interviews
BlackBuck Interview Questions
3.8
 • 169 Interviews
Blinkit Interview Questions
3.7
 • 165 Interviews
FirstCry Interview Questions
3.7
 • 158 Interviews
Tata 1mg Interview Questions
3.7
 • 138 Interviews
Paisabazaar.com Interview Questions
3.5
 • 135 Interviews
View all
Operations Analyst
462 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Relationship Manager
244 salaries
unlock blur

₹2.3 L/yr - ₹5.1 L/yr

Team Lead
185 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

CAR Consultant
155 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

Assistant Manager
143 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Explore more salaries
Compare Spinny with

Truebil

3.9
Compare

CarDekho

3.7
Compare

Carwale

3.4
Compare

Cartrade.com

3.9
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