Upload Button Icon Add office photos
Engaged Employer

i

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

Shipsy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Shipsy Interview Questions, Process, and Tips

Updated 30 Oct 2024

Top Shipsy Interview Questions and Answers

View all 8 questions

Shipsy Interview Experiences

Popular Designations

14 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Most of the questions were around past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Again, mostly about past experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical architecture design and product design case study

Interview Preparation Tips

Topics to prepare for Shipsy Senior Product Manager interview:
  • Product Design
  • Strategy

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sort an array into group of K elements
  • Ans. 

    Sort an array of strings into groups of K elements

    • Iterate through the array and create subarrays of size K

    • Use a loop to go through the array and add elements to the subarrays

    • Handle cases where the array length is not divisible by K

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node

    • Start with three pointers: current, prev, and next

    • Iterate through the list, updating the next pointer of each node to point to the previous node

    • Update prev and current pointers for next iteration

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

(2 Questions)

  • Q1. Android In depth
  • Ans. 

    Android is a mobile operating system developed by Google, based on the Linux kernel and designed primarily for touchscreen devices.

    • Android is open-source and allows developers to create applications using Java programming language.

    • Android applications are distributed through the Google Play Store.

    • Android supports a wide range of hardware devices from various manufacturers.

    • Android provides a rich set of APIs for develop...

  • Answered by AI
  • Q2. OOPS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was pretty rude and was not really open for different opinions. It seemed like he was sitting with a question and answer sheet and he was expecting answers to be same as mentioned in the sheet.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Shipsy Interview Questions and Answers for Freshers
illustration image

SDE Interview Questions & Answers

user image Harsh Bhatia

posted on 26 Jul 2024

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

Hackerrank coding test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Linked List Reverse in groups
  • Ans. 

    Reverse a linked list in groups of a specified size

    • Break the linked list into groups of the specified size

    • Reverse each group individually

    • Connect the reversed groups back together

  • Answered by AI
  • Q2. HTTP based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Design based questions

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Junior Software Engineer Interview Questions & Answers

user image N190500 SHAIK KHADARBEE

posted on 10 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked me to install fast api and do web scrapping
  • Q2. Technical questions on django

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Shipsy interview questions for popular designations

 Senior Software Engineer

 (2)

 SDE

 (2)

 Junior Software Engineer

 (1)

 Associate Product Manager

 (1)

 Software Engineer

 (1)

 Senior Product Manager

 (1)

 Software Developer

 (1)

 HR Manager

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Left view of BST
  • Ans. 

    Left view of BST is the nodes visible when viewing the tree from the left side.

    • The left view of a BST includes the leftmost node at each level.

    • Use level order traversal to find the left view nodes.

    • Example: For BST with nodes 1, 2, 3, 4, 5, the left view is 1, 2.

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

(2 Questions)

  • Q1. Detect loop in a Linked List
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a Linked List.

    • Initialize two pointers, slow and fast, at the head of the Linked List.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the Linked List.

  • Answered by AI
  • Q2. Second largest salary from employee table

Skills evaluated in this interview

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 (203)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA questions ...do practice leetcode daily problems

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

It was 1 coding que from string

Round 2 - Aptitude Test 

Good discussion about company

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How does a viewmodel work internally
  • Ans. 

    A viewmodel is a class that stores and manages UI-related data in a lifecycle-conscious way.

    • Viewmodel survives configuration changes like screen rotations

    • It is not destroyed when the activity is destroyed

    • It is typically used to hold data for the UI to display

  • Answered by AI

Skills evaluated in this interview

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Case Study 

Metrics in airplane industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all metrics in different business industries

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 2 Apr 2024

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

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Ask about your projects and asked ques on the basis of your project and your response
Contribute & help others!
anonymous
You can choose to be anonymous

Shipsy Interview FAQs

How many rounds are there in Shipsy interview?
Shipsy interview process usually has 1-2 rounds. The most common rounds in the Shipsy interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Shipsy 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 Shipsy. The most common topics and skills that interviewers at Shipsy expect are Logistics, Procurement, Robotics, Supply Chain and Computer science.
What are the top questions asked in Shipsy interview?

Some of the top questions asked at the Shipsy interview -

  1. How would you build cultu...read more
  2. How does a viewmodel work interna...read more
  3. Sort an array into group of K eleme...read more

Recently Viewed

LIST OF COMPANIES

Apidel Technologies

Overview

SALARIES

MTAP Technologies

No Salaries

COMPANY BENEFITS

MTAP Technologies

No Benefits

SALARIES

LTIMindtree

PHOTOS

Inspace Technologies

No Photos

JOBS

Inspace Technologies

No Jobs

COMPANY BENEFITS

Elevate Services

No Benefits

SALARIES

Elevate Services

No Salaries

COMPANY BENEFITS

CEPTES Software

No Benefits

SALARIES

CEPTES Software

No Salaries

Tell us how to improve this page.

Shipsy Interview Process

based on 11 interviews

Interview experience

3.5
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
View all

Shipsy Reviews and Ratings

based on 103 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.9

Salary

3.5

Job security

3.8

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 103 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shipsy with

FarEye

3.1
Compare

BlackBuck

3.8
Compare

Delhivery

3.9
Compare

LogiNext Solutions

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