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

Filter interviews by

Shiprocket Private Limited Supervisor Interview Questions and Answers

Updated 8 Feb 2024

Shiprocket Private Limited Supervisor Interview Experiences

1 interview found

Supervisor Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. MS Excel Knowledge based

Interview questions from similar companies

Round 1 - Case Study 

To know case study about to learn something

Round 2 - Technical 

(1 Question)

  • Q1. What u know about company to given their job To learn something and know about this company

Interview Preparation Tips

Interview preparation tips for other job seekers - To know something

I applied via Company Website and was interviewed before Apr 2021. There were 2 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. Html full form name hyper text markup language
  • Ans. 

    HTML stands for Hyper Text Markup Language, used for creating and structuring web pages.

    • HTML is the standard markup language for creating web pages

    • It uses tags to define the structure and content of a web page

    • Example: <html>, <head>, <title>, <body>, <p>

  • Answered by AI
  • Q2. RTGS full form name real time gross settlement
  • Ans. 

    RTGS stands for Real Time Gross Settlement, a system for transferring funds between banks in real-time.

    • RTGS is used for high-value transactions that require immediate clearing and settlement.

    • It is a secure and reliable system that ensures timely and efficient transfer of funds.

    • RTGS is commonly used for interbank transfers, large corporate payments, and government transactions.

    • The system operates on a 24x7 basis, allowi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best job please select a job
Please job vacancies

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jan 2022. There were 2 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 

(7 Questions)

  • Q1. Many medicins name and how many takes you sallary
  • Q2. How many years work you farmacy
  • Q3. Any time come you company,day or night,if you agree any shift do work
  • Q4. Have you bike for reached warehouse
  • Q5. How many firm do you wok till now
  • Ans. 

    I have worked for three different firms so far.

    • I have worked for three different firms in my career.

    • I started my career at ABC Company and worked there for five years.

    • After that, I joined XYZ Corporation and worked there for three years.

    • Currently, I am working at DEF Industries for the past two years.

    • Each firm has provided me with valuable experiences and opportunities for growth.

  • Answered by AI
  • Q6. Are you ready my decide salary
  • Q7. Are you married and how many child

Interview Preparation Tips

Topics to prepare for Udaan Supervisor interview:
  • Work profile
Interview preparation tips for other job seekers - Good discipline and hard working in any firm with honesty and any work doing team support

I applied via LinkedIn and was interviewed before Jan 2021. There were 3 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 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.
Round 3 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Udaan Executive interview:
  • Excel
  • English
  • Manpower Handling
Interview preparation tips for other job seekers - If you know play with data then go to interview

I applied via LinkedIn and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Process related queries will be asked specially around how do you handle any particular situation they provide.
  • Q2. Question related to what you have mentioned in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews now days are no longer about testing your technical skills albeit they test your patience, communication skills, problem solving attitude, attitude towards Life and how do you show them your ready to go instinct.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Easy and medium level questions on array linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - dont waste time on this one

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals and Basics of android, projects you are worked on.
Round 2 - Assignment 

It was sort of pair programming where you will be told to implement some feature. Here they check your coding style, your approach and the architecture you follow.

Round 3 - Technical 

(1 Question)

  • Q1. Advanced android questions were asked and some scenario based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. It was managerial round, most discussion were on my projects and past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushing up fundamentals and basics, aware of latest tech stack would help.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

3 coding questions and 20 mcq's

  • Q1. 

    Maximum Sum of Two Non-Overlapping Subarrays

    Given an integer array ARR and a positive integer K, your task is to determine two non-overlapping subarrays of length K that yield the maximum combined sum.

    ...

  • Ans. 

    The task is to find two non-overlapping subarrays of length K in an array, such that their sum is maximum.

    • Iterate through the array and calculate the sum of each subarray of length K

    • Store the maximum sum obtained from the first subarray

    • Iterate again and calculate the sum of each subarray of length K, excluding the previous subarray

    • Store the maximum sum obtained from the second subarray

    • Return the sum of the two maximum

  • Answered by AI
  • Q2. 

    Distinct Subsequences Problem Statement

    You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.

    Exampl...

  • Ans. 

    The task is to find the count of distinct subsequences in a given string.

    • Use dynamic programming to solve the problem.

    • Create a 2D array to store the count of distinct subsequences for each prefix of the string.

    • Initialize the first row of the array with 1, as there is only one subsequence of an empty string.

    • For each character in the string, calculate the count of distinct subsequences by considering two cases: including...

  • Answered by AI
  • Q3. 

    Array Intersection Problem Statement

    Given two integer arrays/ lists ARR1 and ARR2 of sizes N and M respectively, you are required to determine their intersection. An intersection is defined as the set of...

  • Ans. 

    The task is to find the intersection of two integer arrays/lists.

    • Read the number of test cases

    • For each test case, read the size and elements of the first array/list

    • Read the size and elements of the second array/list

    • Find the intersection of the two arrays/lists

    • Print the intersection elements in the order they appear in the first array/list

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

Online video call based round, Timing was 10-11 AM
Interview started with basic greetings, post that i explained by projects in brief and then we jumped right into dsa questoins.

  • Q1. 

    Number of Islands Problem Statement

    You are given a non-empty grid that consists of only 0s and 1s. Your task is to determine the number of islands in this grid.

    An island is defined as a group of 1s (re...

  • Ans. 

    The task is to find the number of islands in a grid consisting of 0s and 1s.

    • An island is a group of 1s connected horizontally, vertically, or diagonally

    • The grid is surrounded by 0s on all four edges

    • Use a depth-first search (DFS) or breadth-first search (BFS) algorithm to traverse the grid and count the number of islands

    • Initialize a visited array to keep track of visited cells

    • For each unvisited cell with a value of 1, p...

  • Answered by AI
  • Q2. 

    Arrangement Problem Statement

    Determine the number of permutations of list A = [1, 2, ..., N] such that for every index i, either A[i] is divisible by i or i is divisible by A[i].

    Input:

    The input start...
  • Ans. 

    The goal is to find the number of permutations of a list satisfying certain conditions.

    • Iterate through all permutations of the list

    • Check if each permutation satisfies the given conditions

    • Count the number of permutations that satisfy the conditions

    • Return the count for each test case

  • Answered by AI
  • Q3. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    An idempotent matrix is a square matrix that remains unchanged when multiplied by itself.

    • Check if the given matrix satisfies the property M*M = M

    • Iterate through each element of the matrix and perform the matrix multiplication

    • Compare the result with the original matrix

    • If they are equal, return true; otherwise, return false

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

This was EM round, started with me explaining my projects in deep and facing some counter questions on that, proceeded to os, dbms basic questions and some low level designing and lastly a puzzle to end interview.

  • Q1. Can you design an attendance management system?
  • Ans. 

    Design attendance management system

    • Create a database to store employee information

    • Implement a user interface for employees to mark their attendance

    • Develop a system to track and record attendance data

    • Generate reports and analytics based on attendance data

  • Answered by AI
Round 4 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

This was formality round, HR came and explained what meesho does and told my joining dates and compensation details.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo criteriaMeesho interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, Dynamic Programming, Low level designTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Do medium level queustions
Tip 2 : Learn basic system design for startup interviews.

Application resume tips for other job seekers

Tip 1 : Put things on your resume that you know by your heart, otherwise will have a lot of difficulty in the HM round.
Tip 2 : Do not mention co-curricular activities on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 Moderate questions were asked. I managed to solve 2 completely and 1 partially.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to system design were asked.
  • Q2. He asked me to design some functions of facebook.
Round 3 - HR 

(1 Question)

  • Q1. Introduction type questions were asked. In this it will prefer only CS students

Shiprocket Private Limited Interview FAQs

How many rounds are there in Shiprocket Private Limited Supervisor interview?
Shiprocket Private Limited interview process usually has 1 rounds. The most common rounds in the Shiprocket Private Limited interview process are Technical.

Tell us how to improve this page.

Shiprocket Private Limited Supervisor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Supervisor Interview Questions from Similar Companies

View all
Shiprocket Private Limited Supervisor Salary
based on 5 salaries
₹2.4 L/yr - ₹2.7 L/yr
27% less than the average Supervisor Salary in India
View more details

Shiprocket Private Limited Supervisor Reviews and Ratings

based on 4 reviews

3.9/5

Rating in categories

3.6

Skill development

4.5

Work-life balance

4.1

Salary

3.6

Job security

3.2

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
166 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Senior Specialist
89 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Associate Manager
71 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Key Account Manager
71 salaries
unlock blur

₹3.5 L/yr - ₹11.7 L/yr

Specialist
71 salaries
unlock blur

₹3.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Shiprocket Private Limited with

Pickrr

3.7
Compare

Swiggy

3.8
Compare

Udaan

4.0
Compare

CARS24

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