Upload Button Icon Add office photos
Premium Employer

i

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

Shiprocket Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Shiprocket Private Limited Software Engineer Interview Questions and Answers

Updated 26 Aug 2024

Shiprocket Private Limited Software Engineer Interview Experiences

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Golang specific question regarding worker pool implementation
  • Ans. 

    Implementing a worker pool in Golang allows concurrent processing of tasks using goroutines and channels.

    • Define a worker function that processes tasks from a channel.

    • Create a channel for tasks and a channel for results.

    • Launch multiple goroutines to act as workers.

    • Use a wait group to synchronize the completion of all tasks.

    • Example: Use 'sync.WaitGroup' to wait for all workers to finish.

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Shortest path sum with negative integers allowed in matrix. Path starts from top left to bottom right.
  • Ans. 

    Use dynamic programming to find the shortest path sum with negative integers allowed in a matrix.

    • Implement dynamic programming to store the minimum sum at each cell

    • Consider negative integers when calculating the sum of the path

    • Start from the top left cell and iterate through the matrix to find the shortest path sum

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Software Engineer Interview Questions & Answers

user image Srajan Trivedi

posted on 26 Jul 2024

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

(2 Questions)

  • Q1. Write spring code
  • Q2. Design pattern questions asked

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on mobile development
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. How to optimize build in Angular?
  • Ans. 

    Optimizing build in Angular involves reducing bundle size, enabling lazy loading, using AOT compilation, and leveraging tree shaking.

    • Reduce bundle size by removing unused code and optimizing imports

    • Enable lazy loading to load modules on demand instead of all at once

    • Use Ahead-of-Time (AOT) compilation to pre-compile templates and reduce runtime overhead

    • Leverage tree shaking to eliminate dead code and reduce bundle size

  • Answered by AI

Skills evaluated in this interview

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

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

(2 Questions)

  • Q1. Framework related questions.
  • Q2. String palindrome, MySQL queries etc.
Round 3 - Coding Test 

Matrix rotation and counting 0 and 1's.

Round 4 - CTO 

(1 Question)

  • Q1. Salary negotiation and interview feedback.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic data structures knowledge, MySQL queries and your framework related knowledge is what all is needed.

Top trending discussions

View All
Salary Discussions, Hike & Promotions
6d
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Shiprocket Private Limited?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Q2. Where do you see yourself after 5 years ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was coding test in online mode which was quite easy.

Round 2 - Technical 

(1 Question)

  • Q1. In the 2nd round they asked the technical questions from SQL , simple coding questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is your name
  • Q2. How many years of experience you have

Shiprocket Private Limited Interview FAQs

How many rounds are there in Shiprocket Private Limited Software Engineer interview?
Shiprocket Private Limited interview process usually has 1-2 rounds. The most common rounds in the Shiprocket Private Limited interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Shiprocket Private Limited 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 Shiprocket Private Limited. The most common topics and skills that interviewers at Shiprocket Private Limited expect are MySQL, Backend, Digital Marketing, GIT and Logistics.
What are the top questions asked in Shiprocket Private Limited Software Engineer interview?

Some of the top questions asked at the Shiprocket Private Limited Software Engineer interview -

  1. Shortest path sum with negative integers allowed in matrix. Path starts from to...read more
  2. Golang specific question regarding worker pool implementat...read more
  3. How to optimize build in Angul...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more
Shiprocket Private Limited Software Engineer Salary
based on 178 salaries
₹6.3 L/yr - ₹26 L/yr
64% more than the average Software Engineer Salary in India
View more details

Shiprocket Private Limited Software Engineer Reviews and Ratings

based on 25 reviews

3.3/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

3.2

Salary

2.7

Job security

3.1

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer
178 salaries
unlock blur

₹6.3 L/yr - ₹26 L/yr

Senior Specialist
111 salaries
unlock blur

₹4.3 L/yr - ₹10.5 L/yr

Associate Manager
81 salaries
unlock blur

₹4.9 L/yr - ₹15 L/yr

Key Account Manager
80 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Senior Software Engineer
80 salaries
unlock blur

₹9 L/yr - ₹29.2 L/yr

Explore more salaries
Compare Shiprocket Private Limited with

Pickrr

3.8
Compare

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare
write
Share an Interview