Add office photos
Premium Employer

Delhivery

3.8
based on 6.3k Reviews
Video summary
Filter interviews by

100+ Pitch Our Way Interview Questions and Answers

Updated 21 Mar 2025
Popular Designations

Q101. What is PLC, Why we are using it

Ans.

PLC stands for Programmable Logic Controller. It is used to automate industrial processes and control machinery.

  • PLC is a digital computer used to control industrial processes and machinery

  • It uses a programmable memory to store instructions and execute them

  • PLCs are used in manufacturing, food processing, and other industries

  • They can be programmed to perform complex tasks and monitor processes

  • PLCs are reliable and can operate in harsh environments

  • Examples of PLC brands include ...read more

Add your answer

Q102. Experience in logistic ecomece

Ans.

I have extensive experience in logistics for e-commerce operations.

  • Managed end-to-end logistics for multiple e-commerce platforms

  • Implemented efficient inventory management systems

  • Collaborated with third-party logistics providers to optimize delivery times

  • Reduced shipping costs by negotiating contracts with carriers

  • Implemented tracking systems to improve customer experience

Add your answer

Q103. What is audit planning

Ans.

Audit planning involves outlining the objectives, scope, and timeline of an audit to ensure efficient and effective execution.

  • Identifying the objectives and goals of the audit

  • Determining the scope of the audit, including the areas to be reviewed and the resources needed

  • Developing a timeline for the audit process, including key milestones and deadlines

  • Assigning responsibilities to team members and defining their roles in the audit

  • Considering potential risks and challenges that...read more

Add your answer

Q104. What is kaizen process

Ans.

Kaizen process is a Japanese business philosophy of continuous improvement involving all employees.

  • Kaizen focuses on making small, incremental changes to processes to improve efficiency and quality.

  • It involves all employees in the organization, from top management to frontline workers.

  • Kaizen promotes a culture of continuous improvement and empowers employees to suggest and implement changes.

  • Examples of kaizen in practice include daily team meetings to discuss improvements, vi...read more

Add your answer
Discover Pitch Our Way interview dos and don'ts from real experiences

Q105. What is LIFO AND FIFO

Ans.

LIFO stands for Last In, First Out and FIFO stands for First In, First Out.

  • LIFO means that the last item added to a stack is the first one to be removed.

  • FIFO means that the first item added to a queue is the first one to be removed.

  • LIFO is commonly used in stack data structures.

  • FIFO is commonly used in queue data structures.

  • LIFO can be compared to a stack of plates where the last plate added is the first one to be taken.

  • FIFO can be compared to a line at a grocery store where ...read more

Add your answer

Q106. Last Expetiance and Challanged with Achievements

Ans.

I have 5 years of experience as a retail manager, where I successfully led a team to increase sales by 20%.

  • Led a team to increase sales by 20%

  • Implemented new training programs for staff

  • Streamlined inventory management processes

  • Resolved customer complaints effectively

  • Achieved highest customer satisfaction ratings in the region

Add your answer
Are these interview questions helpful?

Q107. How do you handle store management?

Ans.

I manage stores by optimizing inventory, ensuring staff efficiency, and maintaining a positive customer experience.

  • Implement inventory management systems to track stock levels and reduce waste. For example, using software like Fishbowl or TradeGecko.

  • Train staff regularly on customer service and operational procedures to enhance efficiency and satisfaction.

  • Conduct regular audits to ensure compliance with safety and operational standards, such as weekly safety checks.

  • Analyze sa...read more

Add your answer

Q108. whats difference between patch and put

Ans.

Patch is used to update a specific part of a resource, while put is used to replace the entire resource.

  • Patch is used for partial updates, while put is used for full updates.

  • Patch is idempotent, meaning multiple identical patch requests will have the same effect as a single request, while put is not necessarily idempotent.

  • Example: Using patch to update the title of a blog post without affecting other fields, while using put to replace the entire blog post with a new one.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q109. Explain How You Used Recruitment Metrics

Ans.

I used recruitment metrics to track and analyze the effectiveness of our hiring processes.

  • Utilized metrics such as time to fill, cost per hire, and quality of hire to evaluate recruitment strategies

  • Identified areas for improvement based on data analysis

  • Implemented changes to optimize recruitment efforts and improve overall hiring outcomes

Add your answer

Q110. what is grooming

Ans.

Grooming refers to the act of maintaining one's personal appearance and hygiene.

  • Grooming includes activities such as bathing, brushing teeth, styling hair, and dressing neatly.

  • It is important in professional settings to present oneself well through grooming.

  • Grooming can also involve skincare routines and grooming of pets.

  • Proper grooming can boost self-confidence and make a good impression on others.

Add your answer

Q111. what is last mile

Ans.

Last mile refers to the final stage of delivery where goods are transported from a distribution center to the end customer's location.

  • Last mile delivery is often the most expensive and time-consuming part of the supply chain.

  • It involves the transportation of goods from a warehouse or distribution center to the customer's doorstep.

  • Companies often face challenges such as traffic congestion, limited delivery windows, and high delivery costs in the last mile.

  • Examples include food...read more

Add your answer

Q112. what avout last mile

Ans.

Last mile refers to the final step in the delivery process, often the most challenging and costly.

  • Last mile delivery is crucial for customer satisfaction and can impact overall supply chain efficiency.

  • Factors such as traffic congestion, weather conditions, and urban infrastructure can affect last mile delivery.

  • Companies are exploring innovative solutions like drones, autonomous vehicles, and crowdsourcing to improve last mile delivery.

  • Examples of last mile delivery services i...read more

Add your answer

Q113. Difference between heap and non heap memory?

Ans.

Heap memory is used for dynamic memory allocation, while non-heap memory is used for static memory allocation.

  • Heap memory is used for storing objects created at runtime, while non-heap memory is used for storing class files and method information.

  • Heap memory is managed by garbage collector for automatic memory management, while non-heap memory is managed by the JVM.

  • Examples of heap memory include objects created using 'new' keyword in Java, while examples of non-heap memory i...read more

Add your answer

Q114. How to fulfill take payment job title

Ans.

To fulfill the job title of Cashier cum Clerk, one must efficiently handle payment transactions and provide excellent customer service.

  • Accurately process cash, credit, and debit card payments

  • Maintain a balanced cash drawer and reconcile discrepancies

  • Assist customers with any payment-related inquiries or issues

  • Provide friendly and efficient customer service

  • Handle returns, exchanges, and refunds

  • Operate cash registers, scanners, and other related equipment

  • Ensure pricing accuracy...read more

Add your answer

Q115. Managing conflicting views of designers and PMs

Ans.

Address conflicting views by fostering open communication, understanding each other's perspectives, and finding common ground.

  • Encourage open communication between designers and PMs to discuss conflicting views

  • Seek to understand each other's perspectives and reasons behind their viewpoints

  • Collaborate to find common ground and compromise when necessary

  • Use data and user feedback to inform decisions and resolve disagreements

  • Establish clear roles and responsibilities to avoid misu...read more

Add your answer

Q116. What is rpc ?

Ans.

RPC stands for Remote Procedure Call, a protocol that allows a computer program to cause a subroutine or procedure to execute in another address space.

  • RPC is a communication protocol used in distributed computing.

  • It allows a program to execute code on a remote server as if it were local.

  • Examples of RPC implementations include gRPC, Apache Thrift, and XML-RPC.

Add your answer

Q117. Tell me about the 3PL logistics

Ans.

3PL logistics refers to third-party logistics services where a company outsources its logistics operations to a specialized provider.

  • 3PL providers offer services such as transportation, warehousing, distribution, and freight forwarding.

  • Companies use 3PL services to reduce costs, improve efficiency, and focus on their core business activities.

  • Examples of 3PL providers include DHL, FedEx Supply Chain, and XPO Logistics.

Add your answer

Q118. Do you know about putaway

Ans.

Putaway is the process of storing goods in a warehouse or distribution center.

  • Putaway involves organizing and placing items in designated storage locations.

  • It ensures efficient use of space and easy retrieval of goods when needed.

  • Putaway can be done manually or using automated systems.

  • Examples of putaway tasks include shelving products, palletizing items, and updating inventory records.

View 1 answer

Q119. What is multithreading in java?

Ans.

Multithreading in Java allows multiple threads to execute concurrently within a single program.

  • Multithreading helps in improving the performance of applications by utilizing multiple CPUs or CPU cores.

  • Each thread runs independently and shares the same memory space.

  • Java provides built-in support for multithreading through the java.lang.Thread class or implementing the java.lang.Runnable interface.

  • Example: Creating a new thread in Java - Thread thread = new Thread(new MyRunnabl...read more

Add your answer

Q120. What is known about logistics

Ans.

Logistics involves the management of the flow of goods and services from point of origin to point of consumption.

  • Logistics includes transportation, warehousing, inventory management, and distribution.

  • Efficient logistics can help reduce costs and improve customer satisfaction.

  • Examples of logistics companies include UPS, FedEx, and DHL.

Add your answer

Q121. Defrance between logistics and warehousing

Ans.

Logistics involves the overall management of the flow of goods from point of origin to point of consumption, while warehousing specifically refers to the storage and handling of goods within a facility.

  • Logistics encompasses transportation, inventory management, order processing, and customer service.

  • Warehousing focuses on the physical storage of goods, including receiving, storing, and picking orders.

  • Logistics involves the coordination of various activities to ensure timely d...read more

Add your answer

Q122. How many experience in lm ?

Ans.

I have 5 years of experience in lm.

  • I have worked in lm for 5 years.

  • I have experience in lm for 5 years.

  • I am knowledgeable in lm due to 5 years of experience.

Add your answer

Q123. Please explain youe daily Routine schedule

Ans.

My daily routine includes planning, delegating tasks, meetings, and monitoring progress.

  • Start the day by reviewing emails and creating a to-do list

  • Hold morning meetings with team to discuss goals and tasks for the day

  • Delegate tasks to team members based on their strengths and workload

  • Attend meetings with other departments or stakeholders to discuss projects

  • Monitor progress throughout the day and provide guidance or support as needed

Add your answer

Q124. Load received from inbound and outbound

Add your answer

Q125. Sell something to a consumer discussion

Ans.

I would sell a high-quality skincare product by highlighting its benefits and results.

  • Highlight the key benefits of the product such as improved skin texture, reduced wrinkles, and overall skin health

  • Emphasize the natural ingredients and scientific research behind the product

  • Offer a special promotion or discount to encourage immediate purchase

  • Provide testimonials or before-and-after photos to showcase the product's effectiveness

Add your answer

Q126. Explain database indexing

Ans.

Database indexing is a technique to improve the performance of database queries.

  • Indexing creates a data structure that allows for faster retrieval of data.

  • Indexes are created on one or more columns of a table.

  • Queries that use indexed columns can be executed faster.

  • Indexes can be clustered or non-clustered.

  • Clustered indexes determine the physical order of data in a table.

  • Non-clustered indexes create a separate structure to store the indexed data.

  • Examples of indexing include B-...read more

View 1 answer

Q127. What is primary short

Ans.

Primary short refers to a short circuit that occurs in the primary winding of a transformer.

  • Occurs in the primary winding of a transformer

  • Causes excessive current flow

  • Can damage the transformer

  • Can be caused by insulation breakdown or faulty wiring

Add your answer

Q128. What is dns and DHCP?

Ans.

DNS is a system that translates domain names to IP addresses, while DHCP is a protocol that assigns IP addresses to devices on a network.

  • DNS stands for Domain Name System and is used to translate domain names (e.g. www.google.com) to IP addresses (e.g. 172.217.3.206).

  • DHCP stands for Dynamic Host Configuration Protocol and is used to automatically assign IP addresses, subnet masks, and other network configuration parameters to devices on a network.

  • DNS helps users access websit...read more

Add your answer

Q129. How to treat customer behaviour

Ans.

Customer behavior should be treated with patience, empathy, and professionalism.

  • Listen actively to the customer's concerns

  • Remain calm and composed, even in difficult situations

  • Show empathy and understanding towards their needs

  • Provide clear and accurate information

  • Offer solutions or alternatives when possible

  • Maintain a positive and friendly attitude

  • Resolve issues promptly and efficiently

  • Thank the customer for their business

Add your answer

Q130. What is transportation

Ans.

Transportation is the movement of people, goods, or animals from one place to another using various modes of transportation.

  • Transportation involves the movement of people, goods, or animals from one location to another

  • Modes of transportation include cars, trains, planes, ships, and bicycles

  • Transportation plays a crucial role in connecting people and facilitating trade and commerce

Add your answer

Q131. Do you know about tracker

Ans.

Tracker can refer to various tools or software used for tracking data or activities.

  • Tracker can be used for tracking website traffic and user behavior.

  • It can also refer to GPS trackers used for tracking vehicles or personal devices.

  • Fitness trackers are wearable devices used for tracking physical activity and health data.

  • Project management tools like Trello or Asana can also be referred to as trackers.

  • Some software programs like Microsoft Excel have built-in tracking features ...read more

Add your answer

Q132. The technology you use to impress no one

Ans.

Our technology is designed to be functional and efficient, not flashy.

  • We prioritize usability and practicality over aesthetics

  • Our focus is on improving typing skills, not impressing users with fancy features

  • We use simple and straightforward design to make our software accessible to everyone

  • Examples: minimalist user interface, basic typing exercises, straightforward progress tracking

Add your answer

Q133. Previous ctc and expected ctc

Ans.

Previous CTC was $100,000 and expected CTC is $120,000.

  • Previous CTC: $100,000

  • Expected CTC: $120,000

Add your answer

Q134. How do you measure success?

Ans.

Success is measured by achieving key performance indicators, meeting goals, and delivering value to customers.

  • Key performance indicators (KPIs) such as revenue growth, customer satisfaction, and product adoption rate.

  • Meeting goals set by the team or company, such as launching a new product on time and within budget.

  • Delivering value to customers through product improvements or new features that address their needs.

  • Feedback from stakeholders, including customers, team members, ...read more

Add your answer

Q135. What about end to end process

Ans.

End to end process refers to the complete supply chain cycle from sourcing raw materials to delivering the final product to customers.

  • End to end process involves all stages of the supply chain, from procurement to distribution.

  • It includes activities such as demand planning, production, inventory management, transportation, and customer service.

  • Efficient end to end processes can lead to cost savings, improved customer satisfaction, and increased competitiveness.

  • Example: A comp...read more

Add your answer

Q136. What is oops concepts

Ans.

OOPs concepts are the fundamental principles of object-oriented programming.

  • Encapsulation - binding data and functions together in a single unit

  • Inheritance - creating new classes from existing ones

  • Polymorphism - ability of objects to take on many forms

  • Abstraction - hiding implementation details from the user

  • Examples: class, object, inheritance, encapsulation, polymorphism, abstraction

Add your answer

Q137. How do load management.

Ans.

Load management involves balancing workload and resources to ensure efficient and effective team performance.

  • Assess workload and prioritize tasks

  • Delegate tasks to team members based on their strengths and workload capacity

  • Monitor progress and adjust workload as needed

  • Communicate with team members to ensure they have the necessary resources and support

  • Use tools and technology to streamline workload management

  • Provide training and development opportunities to improve team perfor...read more

Add your answer

Q138. System design for skyscanner

Ans.

System design for skyscanner

  • Use microservices architecture for scalability

  • Implement caching to improve performance

  • Utilize a distributed database for handling large amounts of data

  • Use load balancing to distribute traffic evenly

  • Implement a robust search algorithm for accurate results

Add your answer

Q139. Working of AR. and AP.

Ans.

AR and AP are accounting terms. AR refers to money owed to a company, while AP refers to money a company owes to others.

  • AR stands for Accounts Receivable, which is the money owed to a company by its customers for goods or services provided.

  • AP stands for Accounts Payable, which is the money a company owes to its suppliers or vendors for goods or services received.

  • AR and AP are important for managing a company's cash flow and ensuring timely payments.

  • AR and AP are recorded in a...read more

Add your answer

Q140. write a sql query to ferch top 10 row

Ans.

Use SQL query to fetch top 10 rows from a table

  • Use SELECT statement to retrieve data

  • Use ORDER BY clause to sort the data in descending order

  • Use LIMIT clause to limit the results to top 10 rows

Add your answer

Q141. What is TL responsibility

Ans.

TL responsibilities include overseeing team performance, setting goals, providing guidance, and ensuring smooth operations.

  • Setting goals and objectives for the team

  • Providing guidance and support to team members

  • Monitoring team performance and providing feedback

  • Ensuring smooth operations and resolving any issues that arise

  • Communicating with other departments and stakeholders

  • Training and developing team members

  • Implementing process improvements to increase efficiency

Add your answer

Q142. What is the audit and put

Add your answer

Q143. Waht is bias variance trade off

Ans.

Bias-variance tradeoff is the balance between underfitting (high bias) and overfitting (high variance) in machine learning models.

  • Bias is error from erroneous assumptions in the learning algorithm, leading to underfitting.

  • Variance is error from sensitivity to fluctuations in the training data, leading to overfitting.

  • Finding the right balance between bias and variance is crucial for optimal model performance.

  • Regularization techniques like Lasso and Ridge regression can help in...read more

Add your answer

Q144. How maximum sales

Ans.

Maximizing sales can be achieved through effective sales strategies, customer relationship management, and continuous improvement.

  • Implementing targeted marketing campaigns to reach potential customers

  • Providing excellent customer service to retain existing customers and attract new ones

  • Analyzing sales data to identify trends and opportunities for growth

  • Training and motivating sales team to achieve their targets

  • Offering promotions and discounts to incentivize purchases

Add your answer

Q145. 1. How work biometric device's

Ans.

Biometric devices use unique physical or behavioral characteristics to identify individuals.

  • Biometric devices capture and analyze unique physical or behavioral characteristics such as fingerprints, facial features, iris patterns, voice, and gait.

  • The captured data is then compared to a database of pre-registered biometric information to identify the individual.

  • Biometric devices are commonly used for security purposes, such as access control to buildings or devices, and for ide...read more

Add your answer

Q146. What is Productivity?

Ans.

Productivity is the measure of efficiency in completing tasks and achieving goals.

  • Productivity is the ratio of output to input.

  • It is the ability to produce more with less resources.

  • Examples of productivity measures include units produced per hour, sales per employee, and revenue per square foot.

  • Productivity can be improved through process optimization, automation, and employee training.

  • Measuring productivity is important for businesses to identify areas for improvement and in...read more

Add your answer

Q147. What is call ground work?

Ans.

Call ground work refers to the initial steps taken by a call center agent before making a call to a customer.

  • It involves researching the customer's information and history

  • Preparing a script or talking points for the call

  • Checking for any previous interactions or complaints

  • Ensuring all necessary tools and resources are available

  • Making sure the agent is mentally prepared for the call

  • Examples: verifying customer details, checking account balances, reviewing previous call recordin...read more

Add your answer

Q148. Write a couple of sql queries

Ans.

SQL queries to demonstrate proficiency in database querying

  • SELECT * FROM table_name WHERE condition;

  • SELECT column1, column2 FROM table_name WHERE condition;

Add your answer

Q149. Any experience in this logistics

Ans.

Yes, I have 5 years of experience in logistics with a focus on supply chain management.

  • Managed inventory levels to optimize supply chain efficiency

  • Coordinated transportation and distribution of goods

  • Implemented cost-saving strategies such as route optimization

  • Utilized logistics software for tracking and reporting

  • Worked closely with suppliers and vendors to ensure timely delivery

Add your answer

Q150. Last day schedule

Ans.

The last day schedule refers to the plan or agenda for the final day of an event, project, or program.

  • Reviewing the overall progress and achievements of the project

  • Completing any pending tasks or deliverables

  • Organizing a closing ceremony or wrap-up meeting

  • Collecting feedback from team members or participants

  • Preparing a final report or documentation

Add your answer

Q151. Favorite subject

Ans.

My favorite subject is Mathematics because I enjoy problem-solving and logical thinking.

  • I enjoy working with numbers and solving complex equations

  • I find satisfaction in finding patterns and solutions

  • Mathematics helps improve critical thinking and analytical skills

Add your answer

Q152. How to reduce the loads in DC

Add your answer

Q153. What is DHCP,DNS,etc

Ans.

DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

  • DHCP assigns IP addresses to devices on a network

  • DNS translates domain names to IP addresses

  • DHCP reduces the need for manual IP address configuration

  • DNS allows users to access websites using domain names instead of IP addresses

Add your answer

Q154. LRU cache explanation

Ans.

LRU cache is a data structure that stores the most recently used items and discards the least recently used items.

  • LRU stands for Least Recently Used

  • It has a fixed size and when the cache is full, the least recently used item is removed to make space for a new item

  • It uses a combination of a doubly linked list and a hash map to achieve O(1) time complexity for both insertion and deletion

  • Example: A web browser cache that stores the most recently visited web pages for faster acce...read more

Add your answer

Q155. How to develop office

Ans.

To develop an office, focus on improving efficiency, organization, and communication.

  • Implement efficient systems and processes

  • Organize office layout and supplies

  • Enhance communication channels

  • Train and develop staff

  • Utilize technology for automation and productivity

  • Maintain a clean and comfortable work environment

Add your answer

Q156. What about current CTC

Ans.

My current CTC is competitive and reflective of my experience and skills in the supply chain field.

  • My current CTC is in line with industry standards for a Supply Chain Sr. Executive role.

  • I have received regular salary increments based on my performance and achievements.

  • I have also received bonuses and other benefits as part of my compensation package.

Add your answer

Q157. What about LM operations

Ans.

LM operations refer to Logistics Management operations which involve the planning, implementation, and control of the movement and storage of goods.

  • LM operations involve managing the flow of goods from the point of origin to the point of consumption.

  • This includes activities such as transportation, warehousing, inventory management, and order fulfillment.

  • Effective LM operations are crucial for optimizing supply chain efficiency and reducing costs.

  • Examples of LM operations incl...read more

Add your answer

Q158. Explain Recruitment metrics in brief

Ans.

Recruitment metrics are key performance indicators used to measure the effectiveness of the recruitment process.

  • Recruitment metrics help in tracking and analyzing various aspects of the recruitment process such as time to fill, cost per hire, quality of hire, and source of hire.

  • Examples of recruitment metrics include applicant-to-hire ratio, offer acceptance rate, candidate satisfaction score, and retention rate.

  • These metrics provide valuable insights to improve recruitment s...read more

Add your answer

Q159. Reverse string program

Ans.

A program to reverse a given string.

  • Iterate through the string from the end and append each character to a new string.

  • Use built-in functions like reverse() or StringBuilder in some programming languages.

  • In-place reversal can also be done by swapping characters from both ends until the middle is reached.

Add your answer

Q160. Brief about Logistics

Ans.

Logistics is the process of planning, implementing, and controlling the movement of goods from one place to another.

  • It involves transportation, warehousing, inventory management, and packaging.

  • Logistics aims to ensure that the right product is delivered to the right place at the right time.

  • It plays a crucial role in supply chain management and helps businesses to optimize their operations and reduce costs.

  • Examples of logistics include shipping, trucking, air freight, and rail...read more

Add your answer

Q161. What is spring boot

Ans.

Spring Boot is a framework for building standalone, production-grade Spring-based applications.

  • Spring Boot simplifies the process of creating and deploying Spring-based applications.

  • It provides a set of pre-configured dependencies and an embedded web server.

  • It also offers features like auto-configuration, which reduces the need for manual configuration.

  • Spring Boot is widely used for building microservices and RESTful APIs.

  • Example: A Spring Boot application can be created usin...read more

Add your answer

Q162. What is the mixied process

Add your answer

Q163. Flexible with travel or not

Ans.

Flexible with travel, willing to travel for work

  • Yes, I am flexible with travel and willing to travel for work

  • I have experience traveling for work in my previous roles

  • I understand the importance of being able to travel for client meetings or project implementations

Add your answer

Q164. Explain defect life cycle

Ans.

Defect life cycle is the process of identifying, reporting, fixing, and verifying defects in software.

  • Defect is identified by testers during testing

  • Defect is reported to the development team

  • Development team fixes the defect

  • Fixed defect is verified by testers

  • If defect is not fixed, it goes back to development team

  • If defect is fixed, it is closed

Add your answer

Q165. Explanation of defects

Ans.

Defects are issues or problems found in software during testing or after release.

  • Defects can be functional, performance-related, or cosmetic.

  • Defects can be classified by severity and priority.

  • Examples of defects include crashes, incorrect calculations, and incorrect formatting.

  • Defects can be found through manual or automated testing.

  • Defects should be reported and tracked until they are resolved.

Add your answer

Q166. Highest freq in string

Ans.

To find the highest frequency of a character in a string.

  • Iterate through the string and count the frequency of each character.

  • Return the character with the highest frequency.

  • If multiple characters have the same highest frequency, return all of them.

Add your answer

Q167. What SMPS is working

Ans.

I'm sorry, but I need more context to answer this question.

  • Please provide more information about the context of the question.

  • SMPS can refer to several things, such as Switched-Mode Power Supply or Society for Marketing Professional Services.

  • Without more information, it is impossible to determine which SMPS is being referred to.

Add your answer

Q168. Wht it the RCA?

Ans.

RCA stands for Root Cause Analysis, a problem-solving technique used to identify the underlying cause of an issue.

  • RCA is a systematic approach to problem-solving.

  • It involves identifying the problem, gathering data, analyzing the data, identifying the root cause, and implementing corrective actions.

  • RCA is commonly used in industries such as manufacturing, healthcare, and aviation.

  • Example: If a machine in a factory breaks down, RCA would be used to determine the root cause of t...read more

Add your answer

Q169. Explain analysis already done

Ans.

The analysis already done includes market research, competitor analysis, and user feedback analysis.

  • Market research was conducted to understand the target market, customer needs, and market trends.

  • Competitor analysis was performed to identify the strengths and weaknesses of competitors and their products.

  • User feedback analysis was done to gather insights from customers regarding the product's features, usability, and satisfaction levels.

Add your answer

Q170. Delivery job experience

Ans.

I have extensive experience in delivery jobs, including managing schedules, handling customer inquiries, and ensuring timely and accurate deliveries.

  • Managed delivery schedules for multiple clients

  • Handled customer inquiries and complaints

  • Ensured timely and accurate deliveries

  • Coordinated with team members to optimize delivery routes

  • Maintained accurate records of deliveries and inventory

Add your answer

Q171. Delhivery in company movement

Ans.

Delhivery is a logistics company that provides end-to-end solutions for e-commerce businesses.

  • Delhivery offers services such as warehousing, transportation, and last-mile delivery

  • The company has a presence in over 2,500 cities in India

  • Delhivery has raised over $1.2 billion in funding from investors such as SoftBank and Carlyle Group

  • The company has also expanded internationally, with operations in Nepal and Bhutan

Add your answer

Q172. EOD starting time

Add your answer

Q173. What is the Network

Ans.

A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another for sharing data and resources.

  • A network allows devices to communicate with each other, share resources, and access the internet.

  • Types of networks include LAN (Local Area Network), WAN (Wide Area Network), and WLAN (Wireless Local Area Network).

  • Examples of network devices include routers, switches, modems, and access points.

Add your answer

Q174. What is the ip

Ans.

IP stands for Internet Protocol, a unique address assigned to each device connected to a network.

  • IP addresses are used to identify devices on a network

  • There are two types of IP addresses: IPv4 and IPv6

  • Example of an IPv4 address: 192.168.1.1

  • Example of an IPv6 address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

Add your answer

Q175. last mile operation

Ans.

Last mile operation refers to the final stage of the delivery process, ensuring goods reach the customer's doorstep.

  • Last mile operation focuses on the efficient and timely delivery of goods to customers.

  • It involves coordinating logistics, transportation, and delivery personnel.

  • Optimizing routes and utilizing technology can improve last mile operations.

  • Examples include using GPS tracking for real-time updates and implementing delivery time windows for customer convenience.

View 1 answer

Q176. What's is logistics

Ans.

Logistics is the process of planning, implementing, and controlling the efficient flow and storage of goods, services, and information from point of origin to point of consumption.

  • Involves transportation, warehousing, inventory management, and information flow

  • Focuses on optimizing supply chain operations to minimize costs and maximize efficiency

  • Examples include managing transportation routes, coordinating shipments, and tracking inventory levels

Add your answer

Q177. What's is warehouse

Ans.

A warehouse is a large storage facility used to store goods and products before they are distributed to customers.

  • Warehouses are used by companies to store inventory and manage supply chains.

  • They can be operated by the company itself or by a third-party logistics provider.

  • Warehouses can be automated with technologies like robotics and AI to improve efficiency.

  • Examples of warehouses include Amazon fulfillment centers and distribution centers for retail stores.

Add your answer

Q178. What is the fm aduit

Add your answer

Q179. Previous Job.......

Ans.

I worked as a sales associate at a retail store for 2 years.

  • Assisted customers in finding products and making purchases

  • Maintained cleanliness and organization of the store

  • Handled cash transactions and operated the register

  • Participated in inventory management and restocking

  • Collaborated with team members to achieve sales goals

Add your answer

Q180. detect a cycle in linkedList

Ans.

Detecting a cycle in a linked list by using two pointers approach.

  • Use two pointers approach - slow pointer moves one step at a time, fast pointer moves two steps at a time.

  • If there is a cycle, the two pointers will eventually meet at some point.

  • Check if the fast pointer reaches the end of the list (null) before meeting the slow pointer to determine if there is a cycle.

Add your answer

Q181. Manpower management mechanism

Add your answer

Q182. Wha is the domestic sales

Ans.

Domestic sales refer to the sale of goods or services within the country where the company is based.

  • Domestic sales are sales made within the country where the company is located

  • They do not involve international transactions

  • Domestic sales are subject to local laws and regulations

  • Examples include selling products to customers in the same country as the company's headquarters

Add your answer

Q183. Deep dive into k8s

Ans.

Kubernetes (k8s) is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

  • Kubernetes automates the deployment, scaling, and management of containerized applications.

  • It provides features like self-healing, load balancing, and rolling updates.

  • Kubernetes uses declarative configuration to define the desired state of the system.

  • It consists of various components like Pods, Services, Deployments, and Nodes.

  • Ku...read more

Add your answer

Q184. Current job roll

Ans.

As a Network Engineer, I manage and optimize network systems to ensure seamless connectivity and performance.

  • Design and implement network solutions, such as setting up VLANs for better traffic management.

  • Monitor network performance using tools like Wireshark to troubleshoot issues.

  • Configure routers and switches, ensuring proper routing protocols are in place.

  • Collaborate with cross-functional teams to support network-related projects.

  • Maintain network security by implementing f...read more

Add your answer

Q185. Create a Docker file

Ans.

Creating a Docker file for containerizing applications

  • Start with a base image

  • Specify dependencies and commands to install them

  • Copy application code into the container

  • Expose necessary ports

  • Define the command to run the application

Add your answer

Q186. Sell me a product

Ans.

Introducing our revolutionary smart home security system that keeps your family safe 24/7.

  • Highlight the key features of the product such as real-time monitoring, motion detection, and remote access

  • Explain how the product provides peace of mind by allowing users to check in on their home from anywhere

  • Mention any special promotions or discounts currently available for new customers

Add your answer
1
2

More about working at Delhivery

#20 Best Large Company - 2022
#3 Best Internet/Product Company - 2022
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Pitch Our Way

based on 544 interviews
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 510 Interview Questions
3.9
 • 382 Interview Questions
3.9
 • 259 Interview Questions
3.7
 • 216 Interview Questions
3.4
 • 178 Interview Questions
3.4
 • 174 Interview Questions
View all
Top Delhivery Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter