Upload Button Icon Add office photos
Engaged 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
3.8

based on 307 Reviews

Filter interviews by

Shiprocket Private Limited Interview Questions, Process, and Tips

Updated 28 Jan 2025

Top Shiprocket Private Limited Interview Questions and Answers

View all 20 questions

Shiprocket Private Limited Interview Experiences

Popular Designations

44 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tree question dsa
  • Q2. Fibonacci sequence question

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 - Technical: The first round involved solving one tree-based question and one array-based question. I was also asked about object-oriented programming concepts, Git commands, and SQL queries. In addition, I faced questions based on my resume projects, and I was asked to explain the difference between a primary key and a unique key.

Round 2 - Technical: The second round focused more on system design and APIs. I was asked to explain the difference between PUT and POST in REST APIs, design the database schema of one of my projects, and discuss inheritance and access modifiers (public, private, protected). Git commands were also covered. A scenario-based question was presented: "How would you send an email to a million users, ensuring that if an email fails, the system retries sending it three times? If the retries fail, the system should move on to the next email. Additionally, if the system crashes after sending 1000-2000 emails, how would you ensure that upon restart, it resumes from where it left off without resending emails?"

The HR was friendly, clearly explained the next steps, and provided constructive feedback. Overall, it was a positive interview experience.

Top Shiprocket Private Limited Software Developer Interview Questions and Answers

Q1. Change detection strategy in Angular
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to detect and prevent Memory leak
  • Ans. 

    Memory leaks can be detected and prevented by monitoring memory usage, using memory profiling tools, avoiding circular references, and properly managing event listeners.

    • Monitor memory usage regularly to identify any abnormal increases.

    • Use memory profiling tools like Chrome DevTools or Valgrind to analyze memory usage.

    • Avoid creating circular references in your code, as they can prevent objects from being garbage collect...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advanced JS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study JS indepth

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(7 Questions)

  • Q1. Angular18 updates`
  • Q2. Angular Ivy features
  • Q3. Dif between var, let, const
  • Ans. 

    var is function scoped, let is block scoped, const is block scoped and cannot be reassigned.

    • var is function scoped, let is block scoped, const is block scoped and cannot be reassigned

    • var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated

    • Example: var x = 10; let y = 20; const z = 30;

  • Answered by AI
  • Q4. What is Closure
  • Ans. 

    Closure is a function that captures the variables from its surrounding scope, even after the surrounding function has finished executing.

    • Closure allows a function to access and manipulate variables from its outer scope.

    • It maintains a reference to its outer scope, even after the outer function has returned.

    • Closure is commonly used in event handlers and callbacks.

  • Answered by AI
  • Q5. Dependency injection
  • Q6. Rxjs operators used
  • Ans. 

    Rxjs operators are used for handling asynchronous operations in reactive programming.

    • Map operator: transforms the items emitted by an Observable

    • Filter operator: emits only those items from an Observable that pass a specified condition

    • Merge operator: combines multiple Observables into one by merging their emissions

    • SwitchMap operator: switches to a new Observable each time it is emitted

    • DebounceTime operator: emits a valu...

  • Answered by AI
  • Q7. Change detection strategy in Angular
  • Ans. 

    Change detection strategy in Angular is a mechanism used to detect changes in the application state and update the view accordingly.

    • Angular uses Zone.js for change detection by default

    • Change detection can be triggered manually using ChangeDetectorRef

    • Optimizing change detection using OnPush strategy

  • Answered by AI

Skills evaluated in this interview

Top Shiprocket Private Limited Software Developer Interview Questions and Answers

Q1. Change detection strategy in Angular
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Trapping rain drops
  • Q2. Next highest number
  • Ans. 

    To find the next highest number, sort the numbers in ascending order and find the number immediately greater than the given number.

    • Sort the numbers in ascending order

    • Find the number immediately greater than the given number

    • Return the next highest number

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

(2 Questions)

  • Q1. Projects discussion
  • Q2. Lld design question

Skills evaluated in this interview

Top Shiprocket Private Limited Software Developer Interview Questions and Answers

Q1. Change detection strategy in Angular
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Shiprocket Private Limited interview questions for popular designations

 Software Engineer

 (6)

 Software Developer

 (4)

 Front end Developer

 (2)

 Marketing Specialist

 (2)

 Product Manager

 (2)

 Senior Software Engineer

 (2)

 Softwaretest Engineer

 (2)

 Angular Frontend Developer

 (1)

Sales Associate Interview Questions & Answers

user image Joginder Singh1

posted on 28 Jan 2025

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

(2 Questions)

  • Q1. Have you Knowledge about inside sales/ Lending
  • Q2. Basic Aptitude Knowledge

Sales Associate Interview Questions asked at other Companies

Q1. How can you convince me to purchase a pen??
View answer (6)

Get interview-ready with Top Shiprocket Private Limited Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. 3 sum problem was asked
  • Q2. Sql design schema was asked
Round 2 - Technical 

(2 Questions)

  • Q1. 2 eggs 100 floors puzzle
  • Q2. Minimum planes to cover earth
  • Ans. 

    The minimum number of planes needed to cover the earth is determined by the size of the planes and the coverage area.

    • The minimum number of planes needed to cover the earth depends on the size of the planes and the coverage area.

    • Factors such as speed, fuel capacity, and range of the planes also play a role in determining the minimum number needed.

    • For example, if each plane can cover 1000 square miles and the earth's tot...

  • Answered by AI

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Golang specific question regarding worker pool implementation

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Design notify me feature of Flipkart

Round 2 - Coding Test 

DSA problems and lld question of splitwise

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on LLD and HLD

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Product Sense and Data intuitive skills

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Be clear with your previous experience
  • Q2. Elaborate on how you dealt with incompetent employees
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain how you will create impact if you are part of the team

Interview Preparation Tips

Topics to prepare for Shiprocket Private Limited Program Manager interview:
  • Marketplace
  • Shipping
  • Warehouse Management

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

Shiprocket Private Limited Interview FAQs

How many rounds are there in Shiprocket Private Limited 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 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 Marketing, Sales, MySQL, Campaign Management and Digital Marketing.
What are the top questions asked in Shiprocket Private Limited interview?

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

  1. Design the generic tool or package using pyspark which allows to create connect...read more
  2. Shortest path sum with negative integers allowed in matrix. Path starts from to...read more
  3. Have you Knowledge about inside sales/ Lend...read more
How long is the Shiprocket Private Limited interview process?

The duration of Shiprocket Private Limited interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Shiprocket Private Limited Interview Process

based on 53 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 449 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Ecom Express Interview Questions
3.9
 • 193 Interviews
XpressBees Interview Questions
3.7
 • 156 Interviews
DTDC Express Interview Questions
3.7
 • 144 Interviews
GATI-KWE Interview Questions
4.0
 • 85 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
Wow Express Interview Questions
3.0
 • 2 Interviews
View all

Shiprocket Private Limited Reviews and Ratings

based on 307 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.8

Salary

3.7

Job security

3.7

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 307 Reviews and Ratings
Manager- Logistics & Supply Chain

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Enterprise Sales - Saas Sales (Engage 360)

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
152 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Senior Specialist
85 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Assistant Manager
72 salaries
unlock blur

₹5.5 L/yr - ₹12.3 L/yr

Specialist
72 salaries
unlock blur

₹3.4 L/yr - ₹7 L/yr

Associate Manager
65 salaries
unlock blur

₹7.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Shiprocket Private Limited with

Pickrr

4.0
Compare

Delhivery

3.9
Compare

Ecom Express

3.9
Compare

XpressBees

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