Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Yes, I am interested in working in a warehouse as I enjoy the fast-paced environment and the physical aspect of the job.
I have previous experience working in a warehouse setting
I am comfortable with tasks such as inventory management, order picking, and shipping/receiving
I am physically fit and able to lift heavy objects
I am organized and detail-oriented, ensuring accuracy in all warehouse operations
Top trending discussions
I applied via Company Website and was interviewed in Nov 2019. There were 3 interview rounds.
I am a detail-oriented warehouse professional with experience in inventory management and logistics.
I have worked in various warehouses and have experience in managing inventory and ensuring timely deliveries.
I am skilled in using warehouse management systems and have a strong understanding of safety protocols.
I am a team player and have excellent communication skills, which helps me work effectively with colleagues an...
A warehouse is a commercial building used for storage of goods and materials.
Warehouses are used by businesses to store inventory and raw materials.
They are typically located near transportation hubs for easy access to shipping and receiving.
Warehouse operations include receiving, storing, picking, packing, and shipping goods.
Warehouse management systems (WMS) are used to track inventory and optimize operations.
Safety ...
Major transportation issues in warehousing include congestion, inefficient routing, and lack of visibility.
Congestion: Warehouses often face congestion due to limited space and high volume of incoming and outgoing shipments.
Inefficient routing: Poor planning and lack of optimized routes can lead to delays and increased transportation costs.
Lack of visibility: Without proper tracking and monitoring systems, it becomes d...
As a Warehouse Executive, my responsibilities included managing inventory, coordinating shipments, and ensuring efficient warehouse operations.
Managing inventory levels and conducting regular stock checks
Coordinating with suppliers and vendors to ensure timely delivery of goods
Organizing and optimizing warehouse layout to maximize space utilization
Supervising a team of warehouse staff and providing training when needed
...
Supply chain is the process of managing the flow of goods and services from the point of origin to the point of consumption.
Supply chain involves the coordination and integration of various activities such as procurement, production, transportation, warehousing, and distribution.
It includes the planning, execution, and control of the entire process to ensure the right products are delivered to the right place at the ri...
Cross docking is a logistics strategy where products are directly transferred from inbound to outbound transportation without being stored.
Cross docking eliminates the need for storage and reduces handling time.
It involves receiving products, sorting them, and immediately loading them onto outbound vehicles.
This strategy improves efficiency, reduces inventory costs, and speeds up order fulfillment.
Example: In a retail ...
To make an E way Bill for a shipment, you need to register on the E way Bill portal and provide necessary details.
Register on the E way Bill portal
Provide shipment details such as invoice number, date, quantity, etc.
Generate the E way Bill with a unique E way Bill number
Recognize the E way Bill by checking the E way Bill number and verifying the details
I have extensive experience in warehouse management, strong leadership skills, and a track record of improving efficiency and reducing costs.
I have X years of experience in warehouse management, including overseeing large teams and managing inventory.
I have a proven track record of improving warehouse efficiency by implementing streamlined processes and utilizing technology.
I have successfully reduced costs by optimizi...
I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Feb 2024. There were 4 interview rounds.
An exam used to determine an individual's skill or propensity to succeed in a given activity. Aptitude tests assume that individuals have inherent strengths and weaknesses and a natural inclination toward success or failure in certain areas as a result.
Assessments that are designed to evaluate a developer's coding skills and aptitude. They can be used in a variety of situations, such as during the hiring process for a new job, as part of a professional certification program, or as a way to assess the current skill level of a developer.
Group discussion is a process of exchanging ideas and opinions among people on a particular topic. It is a structured form of communication where individuals participate in a conversation to express their views and listen to others' perspectives on the same topic.
Case study is an in-depth study of one person, group, or event. In a case study, nearly every aspect of the subject's life and history is analyzed to seek patterns and causes of behavior.
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
Round duration - 50 minutes
Round difficulty - Easy
Round duration - 60 minutes
Round difficulty - Easy
At the beginning of this round, the interviewer asked me about the data structures I knew. Linked lists, trees, graphs, arrays etc. was my answer. He asked me how well I knew Dynamic Programming. I said I wasn’t strong in that and he said that he would ask me a question on dynamic programming for sure.
Round duration - 40 minutes
Round difficulty - Easy
The interviewer asked me if I was comfortable with the interview process so far and how the previous interviews were. I said it was good and he gave me the first problem to solve.
Round duration - 60 minutes
Round difficulty - Easy
The interviewer asked me some Computer Science fundamentals in this round as well as some behavioural questions.
Implement a Trie data structure with insert and search functions.
Create a TrieNode class with children and isEndOfWord attributes.
Implement insert function to add words by iterating through characters.
Implement search function to check if a word exists by traversing the Trie.
Example: Insert 'apple', 'banana', 'orange' and search for 'apple' and 'grape'.
Do lot of hard work and practice of Data Structures and Algorithms based questions. I personally recommend you Coding Ninjas and Geeks For Geeks for interview preparation.
Application resume tips for other job seekersMake your resume short and try to make it of one page only and do mention all your skills which you are confident of in your resume.
Final outcome of the interviewSelectedI applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
I was interviewed in Aug 2017.
Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Find pairs of integers in a BST whose sum is equal to a given number.
Traverse the BST and store the values in a hash set.
For each node, check if (X - node.value) exists in the hash set.
If yes, add the pair (node.value, X - node.value) to the result.
Continue traversal until all nodes are processed.
Merge overlapping time intervals into mutually exclusive intervals.
Sort the intervals based on their start time.
Iterate through the intervals and merge overlapping intervals.
Output the mutually exclusive intervals.
Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]
Different types of hashing and alternative for Linear Chaining
Different types of hashing include division, multiplication, and universal hashing
Alternative for Linear Chaining is Open Addressing
Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing
An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.
AVL tree is a binary search tree with additional balance factor for each node.
The balance factor is the difference between the heights of the left and right subtrees.
Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.
Rotations are performed ...
Find the minimum number of squares whose sum equals to a given number n.
Use dynamic programming to solve the problem efficiently.
Start with finding the square root of n and check if it is a perfect square.
If not, then try to find the minimum number of squares required for the remaining number.
Repeat the process until the remaining number becomes 0.
Return the minimum number of squares required for the given number n.
Insertion sort for a singly linked list.
Traverse the list and compare each node with the previous nodes
If the current node is smaller, swap it with the previous node
Repeat until the end of the list is reached
Time complexity is O(n^2)
I applied via Company Website and was interviewed in May 2019. There were 5 interview rounds.
based on 2 interviews
Interview experience
based on 6 reviews
Rating in categories
Delivery Boy
871
salaries
| ₹0 L/yr - ₹0 L/yr |
Fleet Manager
583
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Manager
523
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
498
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Store Manager
450
salaries
| ₹0 L/yr - ₹0 L/yr |
Zomato
Dunzo
FoodPanda
Rapido