Add office photos
Engaged Employer

XpressBees

3.7
based on 2.1k Reviews
Filter interviews by

90+ Presidio Solutions Interview Questions and Answers

Updated 12 Jan 2025
Popular Designations

Q1. What is an FIFO what is an LIFO

Ans.

FIFO and LIFO are inventory management methods used to track the flow of goods.

  • FIFO stands for First-In, First-Out, meaning the first items received are the first items sold or used.

  • LIFO stands for Last-In, First-Out, meaning the last items received are the first items sold or used.

  • FIFO is commonly used for perishable goods, while LIFO is commonly used for non-perishable goods.

  • FIFO results in lower taxes and higher net income, while LIFO results in higher taxes and lower net ...read more

View 15 more answers

Q2. What is an sop what is an OFD

Ans.

SOP stands for Standard Operating Procedure and OFD stands for Operations and Facilities Division.

  • SOP is a set of step-by-step instructions to carry out routine operations.

  • OFD is a department responsible for managing and maintaining facilities and operations.

  • SOP ensures consistency and quality in operations.

  • OFD ensures smooth functioning of facilities and operations.

  • Example of SOP: a restaurant's SOP for food preparation.

  • Example of OFD: a hospital's OFD responsible for managi...read more

View 2 more answers

Q3. What is the different position a person can work in logistic industry?

Ans.

There are various positions in the logistics industry such as logistics manager, supply chain analyst, warehouse supervisor, transportation coordinator, and inventory control specialist.

  • Logistics Manager

  • Supply Chain Analyst

  • Warehouse Supervisor

  • Transportation Coordinator

  • Inventory Control Specialist

View 1 answer

Q4. What is First Mile & Last Mile Connectivity in Supply Chain?

Ans.

First mile & last mile connectivity refers to the transportation of goods from the point of origin to the first warehouse and from the last warehouse to the final destination.

  • First mile connectivity involves the transportation of goods from the point of origin to the first warehouse or distribution center.

  • Last mile connectivity involves the transportation of goods from the last warehouse or distribution center to the final destination.

  • Both first mile and last mile connectivit...read more

View 1 answer
Discover Presidio Solutions interview dos and don'ts from real experiences

Q5. What is Excel vlookup? Practically explain on the given data sheet.

Ans.

Excel vlookup is a function used to search for a value in a table and return a corresponding value from another column.

  • VLOOKUP stands for vertical lookup.

  • It is commonly used to find information in large datasets.

  • The function requires four arguments: lookup value, table array, column index number, and range lookup.

  • The lookup value is the value to search for in the first column of the table.

  • The table array is the range of cells that contains the data.

  • The column index number spe...read more

View 1 answer

Q6. Room database migration strategy. How can we handle migration when one more column is added to the table without hampering previous data in that table?

Ans.

Use Room database migration with SQLite ALTER TABLE command to add a new column without losing previous data.

  • Create a new migration class in Room database with SQLite ALTER TABLE command to add the new column.

  • Ensure that the new column is nullable or has a default value to prevent issues with existing data.

  • Update the entity class in the code to include the new column and handle it accordingly in the app.

  • Test the migration thoroughly to ensure that existing data is not lost or...read more

Add your answer
Are these interview questions helpful?

Q7. Are you nearest to the Xpressbees? If yes, you are selected.

Ans.

Yes, I am nearest to Xpressbees.

  • I live just a few blocks away from Xpressbees.

  • My office is located in the same building as Xpressbees.

  • I frequently visit the Xpressbees location for personal and professional reasons.

View 1 answer

Q8. What are the responsibilities of a logistician? .

Ans.

Responsibilities of a logistician include managing supply chain operations, coordinating transportation, and optimizing distribution processes.

  • Coordinating transportation of goods and materials

  • Managing inventory levels and storage facilities

  • Optimizing distribution processes to ensure timely delivery

  • Analyzing data to improve supply chain efficiency

  • Negotiating with suppliers and vendors for cost-effective solutions

View 3 more answers
Share interview questions and help millions of jobseekers 🌟

Q9. What you know about Xpressbees Logistics Pvt Limited?

Ans.

Xpressbees Logistics Pvt Limited is an Indian logistics company.

  • Xpressbees was founded in 2015 and is headquartered in Pune, India.

  • It offers logistics services such as last-mile delivery, reverse logistics, and warehousing.

  • The company has a strong presence in the e-commerce sector and works with major players like Flipkart, Amazon, and Myntra.

  • Xpressbees has a network of over 1,000 delivery centers and reaches over 20,000 pin codes in India.

  • The company has raised funding from ...read more

View 1 answer

Q10. One coding question: Given an integer array nums sorted in non-decreasing order, remove the duplicates in place such that each unique element appears only once. The relative order of the elements should be kept...

read more
Ans.

Remove duplicates from sorted array in place and return number of unique elements.

  • Use two pointers approach to iterate through the array and remove duplicates in place.

  • Keep track of the current unique element and update the array accordingly.

  • Return the count of unique elements after removing duplicates.

Add your answer

Q11. What is your experience with process improvement projects?

Ans.

I have led multiple process improvement projects in my previous roles, resulting in increased efficiency and cost savings.

  • Led cross-functional teams to identify inefficiencies and implement solutions

  • Utilized Lean Six Sigma methodologies to streamline processes

  • Implemented new technologies to automate manual tasks

  • Tracked key performance indicators to measure success

  • Collaborated with stakeholders to ensure buy-in and adoption of changes

Add your answer

Q12. You are handling 15 DC if Assume one DC man power Suddenly On Leave how will You Clear Pendency?

Ans.

I would redistribute the workload among the remaining staff and prioritize urgent tasks.

  • Assess the urgency of pending tasks and prioritize them accordingly

  • Redistribute the workload among the remaining staff

  • Ensure clear communication with the team to avoid any confusion or duplication of work

View 1 answer

Q13. If a person takes 3 days to a work and b person takes 2 days to a work how much time will it take for both to do the same work.

Ans.

It will take 1.2 days for both A and B to complete the work together.

  • Calculate the work done by A in 1 day: 1/3 = 1/3

  • Calculate the work done by B in 1 day: 1/2 = 1/2

  • Add the work done by A and B in 1 day: 1/3 + 1/2 = 5/6

  • Calculate the time taken for both A and B to complete the work together: 1 / (5/6) = 1.2 days

Add your answer

Q14. Explain what is ASN (Advance Shipping Notice)?

Ans.

ASN is a notification sent by a supplier to a customer providing details about a pending delivery.

  • ASN includes information such as shipment contents, expected delivery date, and carrier details.

  • Helps in planning and preparing for incoming shipments.

  • Improves supply chain visibility and efficiency.

  • Reduces receiving errors and delays.

  • Example: A supplier sends an ASN to a retailer informing them about an upcoming delivery of 100 units of product X on 15th March via ABC carrier.

View 1 answer

Q15. How to implement Retrofit and how can we make REST calls using that?

Ans.

Retrofit is a type-safe HTTP client for Android and Java. It simplifies making REST API calls.

  • Create a Retrofit instance using Retrofit.Builder class

  • Define an interface with method definitions for API endpoints

  • Use annotations like @GET, @POST, @PUT, @DELETE to specify the type of HTTP request

  • Execute the API call using Call object and Callback interface

  • Handle the response in onResponse() and onFailure() methods

Add your answer

Q16. Firebase Push Notifications: How can we send different push notifications to other users?

Ans.

Different push notifications can be sent to other users by targeting specific user IDs or using topics in Firebase Cloud Messaging.

  • Use Firebase Cloud Messaging to send push notifications to specific user IDs.

  • Utilize topics in Firebase Cloud Messaging to send notifications to groups of users with similar interests or characteristics.

  • Implement logic in the backend to determine which users should receive which notifications.

  • Consider using Firebase Cloud Functions to automate the...read more

Add your answer

Q17. What is livedata? Different methods of MutableLiveData and differences between them.

Ans.

LiveData is an observable data holder class. MutableLiveData is a subclass of LiveData that allows data to be changed.

  • LiveData is an observable data holder class that is lifecycle-aware.

  • MutableLiveData is a subclass of LiveData that allows data to be changed.

  • Methods of MutableLiveData include setValue() and postValue().

  • setValue() updates the value on the main thread, while postValue() updates the value asynchronously.

  • LiveData is commonly used in Android apps to update UI comp...read more

Add your answer

Q18. How do handle when customer is furious with service?

Ans.

I listen to their concerns, apologize for the inconvenience, and offer a solution to rectify the situation.

  • Remain calm and professional

  • Listen actively to their concerns

  • Apologize for the inconvenience caused

  • Offer a solution to rectify the situation

  • Follow up with the customer to ensure their satisfaction

  • Document the incident for future reference

Add your answer

Q19. Explain what is supply chain management?

Ans.

Supply chain management involves the coordination and optimization of all activities involved in the production and distribution of goods and services.

  • Involves planning, sourcing, making, delivering, and returning products

  • Focuses on efficiency, cost reduction, and customer satisfaction

  • Utilizes technology and data analytics to improve processes

  • Examples include inventory management, transportation logistics, and supplier relationships

View 2 more answers

Q20. Can foreground services be launched if application is in background?

Ans.

Yes, foreground services can be launched if application is in background.

  • Foreground services can be launched even if the application is in the background to perform tasks that are noticeable to the user.

  • Foreground services have a higher priority than background services and are less likely to be killed by the system.

  • Examples of foreground services include music playback, navigation, or ongoing downloads.

Add your answer

Q21. Is there any Google recommendation for targetSdk version?

Ans.

Google recommends targeting the latest SDK version for better performance and security.

  • Google recommends targeting the latest stable SDK version for new apps

  • Updating targetSdkVersion can improve app performance and security

  • It is important to regularly update targetSdkVersion to stay compliant with Google Play Store policies

Add your answer

Q22. How can we show riders location without using Map SDK?

Ans.

Use geocoding APIs to convert location data into human-readable addresses.

  • Use geocoding APIs like Google Geocoding API or OpenCage Geocoding API to convert latitude and longitude coordinates into human-readable addresses.

  • Display the address instead of a map to show the rider's location.

  • Allow riders to input their address manually if they prefer not to share their location.

Add your answer

Q23. What is ecommerce and what is logistics . Give examples of both. What is the difference between the two?

Ans.

Ecommerce is buying and selling goods or services online while logistics is the process of managing the flow of goods from the point of origin to the point of consumption.

  • Ecommerce involves online transactions between buyers and sellers, such as Amazon and eBay.

  • Logistics involves the transportation, storage, and distribution of goods, such as FedEx and UPS.

  • The difference between the two is that ecommerce focuses on the buying and selling aspect while logistics focuses on the ...read more

Add your answer

Q24. How to clear the dashboard

Ans.

To clear the dashboard, click on the 'Clear' or 'Reset' button.

  • Look for a 'Clear' or 'Reset' button on the dashboard

  • Click on the button to clear the dashboard

  • Alternatively, you can refresh the page to clear the dashboard

Add your answer

Q25. What is the meaning of B2C Be

Ans.

B2C stands for Business-to-Consumer, which refers to businesses that sell products or services directly to individual consumers.

  • B2C is the opposite of B2B (Business-to-Business)

  • Examples of B2C companies include Amazon, Walmart, and Target

  • B2C marketing strategies often focus on building brand awareness and creating a personalized customer experience

Add your answer

Q26. what is your experience using automated warehouse system?

Ans.

I have 3 years of experience using automated warehouse systems.

  • Implemented and maintained automated warehouse systems to optimize efficiency

  • Trained staff on how to use the automated systems effectively

  • Troubleshooted and resolved issues with the automated systems

  • Utilized data from the automated systems to improve inventory management

Add your answer

Q27. What is mean by Logistics and Operations

Ans.

Logistics refers to the process of planning, implementing, and controlling the movement of goods and services from the point of origin to the point of consumption. Operations refer to the day-to-day activities involved in running a business.

  • Logistics involves transportation, warehousing, and inventory management

  • Operations involve production, quality control, and customer service

  • Logistics and operations are closely related and both are essential for the success of a business

  • Ex...read more

Add your answer

Q28. All inbound vehicle reached at hub

Ans.

All inbound vehicles have arrived at the hub.

  • Confirm with the hub manager that all inbound vehicles have arrived.

  • Check the tracking system to ensure all vehicles have been logged.

  • Verify with the drivers that they have all arrived at the hub.

  • If any vehicles are missing, investigate and take appropriate action.

View 1 answer

Q29. Given a string, find the longest length palindromic substring in the given string.

Ans.

Find the longest palindromic substring in a given string.

  • Use dynamic programming to solve the problem efficiently.

  • Start with the base cases of single characters and two characters.

  • For longer substrings, check if the first and last characters match and if the substring between them is also a palindrome.

  • Keep track of the longest palindrome seen so far.

  • Time complexity: O(n^2), space complexity: O(n^2).

Add your answer

Q30. Design a simple system to show bus routes and arrival time

Ans.

A system to display bus routes and arrival times

  • Create a database of bus routes with stops and timings

  • Develop a user interface to search for routes and view arrival times

  • Integrate real-time GPS data for accurate arrival times

Add your answer

Q31. How we handle Operations when any disturbance arrise ie :- man power issue routeing issue

Ans.

We have contingency plans in place to handle any operational disturbances such as manpower or routing issues.

  • We have a backup pool of trained manpower to ensure smooth operations

  • We have alternate routing plans in place to avoid delays

  • Regular communication with stakeholders to keep them informed of any changes or delays

Add your answer

Q32. How do you handled the cash and hub operations

Ans.

I handle cash and hub operations by ensuring accurate tracking, secure handling, and efficient processes.

  • Implementing strict cash handling procedures to minimize errors and prevent theft

  • Regularly reconciling cash transactions to ensure accuracy

  • Supervising hub operations to ensure timely and efficient processing of shipments

  • Training team members on proper cash handling and hub operation protocols

Add your answer

Q33. JVM overloads and JVM static? Is there any difference in JVM static and Companion object?

Ans.

JVM static vs Companion object in Kotlin

  • JVM static is used in Java to create static methods and variables within a class

  • Companion object in Kotlin serves a similar purpose to JVM static, providing a way to define static members within a class

  • Companion objects can implement interfaces, extend classes, and have their own methods and properties

  • JVM static members are accessed using the class name, while companion object members are accessed using the class name as well

Add your answer

Q34. How do we access companion object from Java code?

Ans.

Companion objects in Kotlin can be accessed from Java code using the @JvmStatic annotation.

  • Use the @JvmStatic annotation on companion object functions or properties to access them from Java code.

  • In Java code, access companion object members using the class name followed by the Companion keyword.

Add your answer

Q35. What do you know about last mile operation

Ans.

Last mile operation refers to the final step in the delivery process, from a distribution center to the end customer.

  • Last mile operation is crucial for customer satisfaction and retention.

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

  • Efficient last mile operations require optimized routes, real-time tracking, and effective communication with customers.

  • Companies often use technology such as GPS tracking and route opt...read more

View 1 answer

Q36. Do you know about vlookup & pivot table?

Ans.

Yes, vlookup & pivot table are commonly used functions in Excel for data analysis and manipulation.

  • VLOOKUP is used to search for a value in a table and return a corresponding value from another column.

  • Pivot tables are used to summarize and analyze large datasets in Excel.

  • Both functions are essential for data analysis and reporting in Excel.

  • Example: Using VLOOKUP to find the price of a product based on its code.

  • Example: Creating a pivot table to analyze sales data by region an...read more

Add your answer

Q37. How you handle new branches less manpower

Ans.

I prioritize tasks, delegate effectively, provide training, and implement efficient processes.

  • Prioritize tasks based on urgency and importance

  • Delegate responsibilities to team members based on their strengths

  • Provide training to ensure all team members are equipped to handle tasks efficiently

  • Implement efficient processes to streamline operations and maximize productivity

Add your answer

Q38. Tell about ekart logistics opration department experience

Add your answer

Q39. Mention the most challenging technical problem you had to solve.

Ans.

Developing a real-time data processing system for a high-traffic website.

  • Designing a scalable architecture to handle the high volume of incoming data.

  • Optimizing the data processing algorithms to minimize latency.

  • Ensuring data consistency and accuracy in a distributed system.

  • Implementing fault-tolerant mechanisms to handle system failures.

  • Testing and debugging the system under various load conditions.

Add your answer

Q40. What is supervisor?

Ans.

A supervisor is a person who oversees and manages a team or group of employees to ensure that they meet their goals and objectives.

  • Supervisors are responsible for delegating tasks and responsibilities to their team members.

  • They provide guidance and support to their team members to help them achieve their goals.

  • They monitor the progress of their team members and provide feedback to help them improve.

  • They are responsible for ensuring that their team members follow company polic...read more

Add your answer

Q41. What is the work of supervisor

Ans.

Supervisors oversee and manage the work of employees to ensure tasks are completed efficiently and effectively.

  • Supervisors provide guidance and direction to employees

  • They monitor performance and provide feedback

  • Supervisors are responsible for delegating tasks and ensuring deadlines are met

  • They handle any conflicts or issues that arise among team members

  • Supervisors also play a role in training and development of employees

Add your answer

Q42. How you can manage all operations

Ans.

I can manage all operations by prioritizing tasks, delegating responsibilities, and ensuring effective communication.

  • Prioritize tasks based on urgency and importance

  • Delegate responsibilities to capable team members

  • Ensure effective communication between team members and departments

  • Regularly review and adjust operations to improve efficiency

  • Use technology and automation to streamline processes

  • Stay organized and maintain clear documentation

Add your answer

Q43. What is MVVM and why is it recommended?

Ans.

MVVM stands for Model-View-ViewModel, a design pattern that separates the UI from the business logic.

  • MVVM separates the UI (View) from the business logic (ViewModel) by introducing a middle layer (ViewModel) that handles the communication between the two.

  • Model represents the data and business logic, View represents the UI components, and ViewModel acts as an intermediary between them.

  • MVVM promotes better code organization, testability, and maintainability of the codebase.

  • It a...read more

Add your answer

Q44. Different Coroutines launchers and differences among them.

Ans.

Different Coroutines launchers in Android and their differences.

  • MainCoroutineDispatcher - runs on the main thread and is used for UI updates.

  • IOCoroutineDispatcher - optimized for IO-bound tasks like network requests or database operations.

  • DefaultCoroutineDispatcher - suitable for CPU-bound tasks that don't require the main thread.

  • UnconfinedCoroutineDispatcher - runs on the current thread until the first suspension point.

  • newSingleThreadContext - creates a new thread for corout...read more

Add your answer

Q45. HTTP interceptors and why do we need it?

Ans.

HTTP interceptors are used to intercept and modify HTTP requests and responses in an application.

  • HTTP interceptors are commonly used in web development to add authentication tokens, logging, error handling, or other functionalities to HTTP requests and responses.

  • They can be used to modify headers, add authorization tokens, log requests, handle errors, or perform any other pre-processing or post-processing tasks.

  • Examples of libraries that provide HTTP interceptors include Angu...read more

Add your answer

Q46. Which transformer has a single binding?

Ans.

A step-down transformer has a single winding.

  • Step-down transformer has a single primary winding and multiple secondary windings

  • It reduces the voltage from the primary winding to the secondary winding

  • Example: A 120V to 12V transformer

View 1 answer

Q47. Which element is a conductor of electricity?

Ans.

Copper is a conductor of electricity.

  • Copper is a commonly used conductor in electrical wiring

  • Other examples of conductors include silver, gold, and aluminum

  • Conductors allow the flow of electric current through them

Add your answer

Q48. Query for previous back ground & work responce bility

Ans.

I have a diverse background with experience in operations management, project management, and team leadership.

  • Managed a team of 20 employees in a manufacturing plant

  • Implemented lean manufacturing principles resulting in a 15% increase in productivity

  • Led a project to implement a new inventory management system

  • Developed and implemented standard operating procedures for a call center

  • Managed a budget of $5 million for a construction project

Add your answer

Q49. How would you handle multiple location with 100% accuracy

Ans.

Implementing standardized processes, utilizing technology, and regular audits

  • Implement standardized processes across all locations to ensure consistency and accuracy

  • Utilize technology such as centralized software systems for real-time tracking and reporting

  • Conduct regular audits and inspections to identify and address any discrepancies or issues

  • Provide comprehensive training to staff at all locations to ensure understanding and adherence to protocols

Add your answer

Q50. How to process the shipment in express bees company

Ans.

To process a shipment in Express Bees, follow these steps:

  • Check the shipment details and ensure all necessary documents are in order

  • Assign a tracking number to the shipment

  • Pack the shipment securely and label it with the tracking number

  • Hand over the shipment to the delivery team for dispatch

  • Track the shipment until it reaches its destination

Add your answer

Q51. Processing related issues?

Ans.

Processing related issues refer to problems encountered during the execution of a task or operation.

  • Common processing related issues include slow processing times, system crashes, and data corruption.

  • These issues can be caused by hardware malfunctions, software bugs, or insufficient resources.

  • Examples of processing related issues include a slow computer when running multiple programs, a website crashing due to high traffic, and a corrupted file due to a power outage during sa...read more

Add your answer

Q52. How much load do you handled ?

Ans.

I have handled a significant amount of load in my previous roles as a Team Lead.

  • Managed a team of 15 members in a fast-paced environment

  • Successfully handled multiple projects simultaneously

  • Prioritized tasks based on deadlines and resources

  • Delegated responsibilities effectively to team members

Add your answer

Q53. Tell about First mile and last mile operation

Ans.

First mile and last mile operations refer to the initial and final stages of a transportation or logistics process.

  • First mile operation involves the movement of goods from the point of origin to a transportation hub or facility.

  • Last mile operation involves the delivery of goods from the transportation hub or facility to the final destination.

  • Efficient first and last mile operations are crucial for ensuring timely and cost-effective delivery.

  • Examples include a courier picking ...read more

Add your answer

Q54. What is the job of a supervisor?

Ans.

A supervisor is responsible for overseeing and managing a team of employees to ensure that they meet their goals and objectives.

  • Supervising and managing a team of employees

  • Setting goals and objectives for the team

  • Monitoring the performance of the team

  • Providing feedback and coaching to team members

  • Ensuring that the team meets its targets and deadlines

  • Managing resources and budgets

  • Maintaining a safe and productive work environment

Add your answer

Q55. how you handle when rain time delivery

Ans.

I ensure proper planning and coordination to minimize delays during rain time deliveries.

  • Monitor weather forecasts to anticipate rain and plan accordingly

  • Ensure vehicles are equipped with necessary tools for safe driving in rain

  • Communicate with drivers to reroute if necessary to avoid flooded areas

  • Prioritize critical deliveries to minimize impact of delays

  • Provide regular updates to customers about potential delays

Add your answer

Q56. What are Lean methodologies?

Ans.

Lean methodologies are a set of principles and practices aimed at reducing waste and improving efficiency in processes.

  • Focus on continuous improvement

  • Eliminate waste in processes

  • Respect for people and their contributions

  • Value stream mapping to identify areas for improvement

  • Just-in-time production to reduce inventory and lead times

Add your answer

Q57. What are the configuration changes?

Ans.

Configuration changes refer to modifications made to settings or parameters in software or hardware systems.

  • Configuration changes can include adjustments to network settings, display preferences, security settings, etc.

  • Examples of configuration changes include changing the screen resolution on a computer, updating the Wi-Fi password on a router, or modifying notification settings on a smartphone.

Add your answer

Q58. system design based on how to scale something

Ans.

To scale a system, consider horizontal and vertical scaling, load balancing, caching, database sharding, and microservices architecture.

  • Implement horizontal scaling by adding more instances of the application to distribute the load.

  • Consider vertical scaling by upgrading the hardware resources of the existing server.

  • Use load balancing to evenly distribute incoming network traffic across multiple servers.

  • Implement caching to store frequently accessed data and reduce the load on...read more

Add your answer

Q59. Q.2 Is it helpful in your future ?

Ans.

Yes, it is helpful in my future.

  • Having a finance internship will provide me with practical experience and skills that are valuable in the finance industry.

  • It will enhance my understanding of financial concepts and processes.

  • I will have the opportunity to network with professionals in the field and potentially secure future job opportunities.

  • The internship will also allow me to apply theoretical knowledge gained in my studies to real-world scenarios.

  • I can learn about different...read more

Add your answer

Q60. Which department working Line hole last mail

Ans.

I'm sorry, but the question is unclear and does not make sense.

    View 1 answer

    Q61. What is SCM and Logistics?

    Ans.

    SCM is the management of the flow of goods and services from the point of origin to the point of consumption, while Logistics is the process of planning, implementing, and controlling the movement of goods from the point of origin to the point of consumption.

    • SCM involves the coordination and integration of various activities such as procurement, production, transportation, and distribution.

    • Logistics includes activities such as transportation, warehousing, inventory management...read more

    View 1 answer

    Q62. Where is you legal approach

    Ans.

    My legal approach is to prioritize compliance with laws and regulations while also considering ethical considerations.

    • I prioritize compliance with all applicable laws and regulations.

    • I ensure that security measures are implemented in accordance with legal requirements.

    • I consider ethical considerations and strive to maintain a balance between legal compliance and ethical practices.

    • I stay updated with changes in laws and regulations to ensure ongoing compliance.

    • I collaborate wi...read more

    View 1 answer

    Q63. Customers in your geographical area.

    Ans.

    Our geographical area is diverse, with customers ranging from small businesses to large corporations.

    • Customers in our area come from various industries such as technology, healthcare, finance, and manufacturing.

    • We have a mix of B2B and B2C customers, each with unique needs and preferences.

    • Our customer base includes local businesses, national chains, and international companies with operations in the area.

    Add your answer

    Q64. Logistics experience and vertical experience with customer value

    Ans.

    I have extensive logistics experience and have worked in various verticals to deliver customer value.

    • I have managed end-to-end logistics operations for multiple companies, ensuring timely delivery of goods and optimizing supply chain processes.

    • I have worked in industries such as retail, e-commerce, and manufacturing, gaining valuable vertical experience and understanding the unique challenges and opportunities in each sector.

    • I prioritize customer satisfaction and have impleme...read more

    Add your answer

    Q65. How much load you handle

    Ans.

    I handle a significant amount of load on a daily basis.

    • I manage a team of 50 employees and oversee the operations of a large warehouse.

    • I am responsible for ensuring that all orders are fulfilled on time and within budget.

    • I regularly analyze data to identify areas for improvement and implement process changes to increase efficiency.

    • I am comfortable working under pressure and thrive in a fast-paced environment.

    • I have experience managing multiple projects simultaneously and have...read more

    Add your answer

    Q66. What do you know about e-commerce

    Ans.

    E-commerce refers to buying and selling goods or services over the internet.

    • E-commerce allows businesses to reach a global audience and operate 24/7.

    • Examples include Amazon, eBay, and Alibaba.

    • Payment methods in e-commerce include credit cards, digital wallets, and bank transfers.

    • Security measures like SSL encryption are crucial for protecting customer data.

    • E-commerce platforms often offer features like product reviews, wishlists, and personalized recommendations.

    Add your answer

    Q67. How many Performance Current Industries?

    Ans.

    I'm sorry, but I don't have enough information to answer that question.

      Add your answer

      Q68. Define process improvement project

      Ans.

      A process improvement project is a structured approach to analyzing and improving processes within an organization.

      • Identifying inefficiencies in current processes

      • Developing a plan to address the inefficiencies

      • Implementing changes to improve the process

      • Measuring the impact of the changes on process performance

      • Continuously monitoring and adjusting the process as needed

      Add your answer

      Q69. What is Supply Chain?

      Ans.

      Supply chain is the process of managing the flow of goods and services from the point of origin to the point of consumption.

      • It involves the coordination and integration of various activities such as procurement, production, transportation, warehousing, and distribution.

      • Effective supply chain management can help reduce costs, improve efficiency, and enhance customer satisfaction.

      • Examples of supply chain include the delivery of raw materials to a factory, the production of fini...read more

      Add your answer

      Q70. Do you know computer system knowledge

      Add your answer

      Q71. How to Manage more than 20 boys

      Ans.

      Effective management requires clear communication, delegation, and accountability.

      • Establish clear expectations and goals for the team

      • Delegate tasks based on individual strengths and weaknesses

      • Communicate regularly and openly with team members

      • Provide feedback and recognition for good work

      • Hold team members accountable for their actions and performance

      • Encourage teamwork and collaboration

      • Lead by example and maintain a positive attitude

      • Address conflicts and issues promptly and pro...read more

      Add your answer

      Q72. What is the KRA of your current roll?

      Ans.

      The Key Result Area (KRA) of my current role is to drive channel growth, develop strategic partnerships, and ensure effective communication with channel partners.

      • Driving channel growth through effective marketing strategies and promotions

      • Developing strategic partnerships with key channel partners to expand market reach

      • Ensuring effective communication with channel partners to address any issues or concerns

      • Analyzing channel performance metrics to identify areas for improvement

      Add your answer

      Q73. What is vlookup

      Ans.

      VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value from another column.

      • VLOOKUP stands for 'Vertical Lookup'

      • It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column

      • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

      • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searches for the value in cell A2 in the range B2:D10 and retur...read more

      Add your answer

      Q74. What is hlookup

      Ans.

      HLOOKUP is a function in Excel used to search for a value in the top row of a table and return a value in the same column from a specified row.

      • Used in Excel to search for a value in the top row of a table

      • Returns a value in the same column from a specified row

      • Syntax: =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

      • Example: =HLOOKUP(A2, B1:E4, 3, FALSE) - searches for value in A2 in the top row of the table B1:E4 and returns value from the 3rd row

      Add your answer

      Q75. What are your customer?

      Ans.

      Our customers are primarily businesses in the technology sector, ranging from startups to established corporations.

      • Our target customers are those who require technology solutions to improve their business operations.

      • We cater to a wide range of businesses, from small startups to large corporations.

      • Our customers are primarily located in urban areas with a high concentration of technology companies.

      • We also work with businesses in other sectors who require technology solutions, s...read more

      Add your answer

      Q76. What is capacity of DG and ups

      Ans.

      The capacity of DG and UPS refers to their power output in terms of kilowatts (kW) or kilovolt-amperes (kVA).

      • DG capacity is typically measured in kW and ranges from a few kilowatts to several megawatts depending on the application.

      • UPS capacity is typically measured in kVA and ranges from a few kVA to several hundred kVA depending on the load requirements.

      • The capacity of DG and UPS should be selected based on the power requirements of the equipment or facility they are intende...read more

      Add your answer

      Q77. diffence between turncate and drop

      Ans.

      Truncate removes all records from a table, while drop deletes the table itself.

      • Truncate is a DDL command, while drop is a DML command.

      • Truncate can be rolled back, drop cannot be rolled back.

      • Truncate resets the identity seed, drop does not.

      • Example: TRUNCATE TABLE TableName; DROP TABLE TableName;

      Add your answer

      Q78. Can you travel all Haryana

      Ans.

      No

      • No, I cannot travel all of Haryana.

      • As a Security Executive, my responsibilities are primarily focused on ensuring the safety and security of a specific location or organization.

      • Traveling all of Haryana would require extensive time and resources, which may not align with my role and duties.

      • However, I can provide security expertise and support within the areas I am assigned to or responsible for.

      View 1 answer

      Q79. Potentialities in the market

      Ans.

      The market is full of potential opportunities for growth and innovation.

      • Emerging technologies such as AI, IoT, and blockchain are creating new market opportunities.

      • Globalization has opened up new markets for expansion and diversification.

      • Changing consumer preferences and behaviors present opportunities for product development and marketing strategies.

      • Collaboration with other industries or companies can lead to new business opportunities.

      • Investing in research and development c...read more

      Add your answer

      Q80. What was your customers yield?

      Ans.

      Our customers yield was 15% higher than the industry average.

      • Our customers yielded a higher return on investment compared to competitors.

      • We were able to achieve this through targeted marketing and personalized customer service.

      • For example, our email campaigns had a 25% open rate and a 10% conversion rate.

      • We also offered loyalty rewards and discounts to our repeat customers.

      Add your answer

      Q81. Difference between lateinit and lazy.

      Ans.

      lateinit is used for non-nullable properties that are initialized in the constructor, while lazy is used for properties that are initialized only when accessed for the first time.

      • lateinit is used for properties that must be initialized before being used, while lazy is used for properties that can be initialized later.

      • lateinit properties must be of non-nullable types, while lazy properties can be nullable.

      • lateinit properties are initialized in the constructor, while lazy prope...read more

      Add your answer

      Q82. Supervisor Scope Vs Coroutine Scope.

      Ans.

      Supervisor Scope is used in structured concurrency for managing child coroutines, while Coroutine Scope is used for launching coroutines.

      • Supervisor Scope is used to manage the lifecycle of child coroutines, ensuring that if one child fails, it does not affect the others.

      • Coroutine Scope is used for launching coroutines and managing their lifecycle.

      • SupervisorScope is a part of the Kotlin coroutines library, while CoroutineScope is a built-in interface in Kotlin.

      Add your answer

      Q83. find 3d highest saary

      Ans.

      To find the 3rd highest salary, you can use a SQL query with the ORDER BY and LIMIT clauses.

      • Use a SQL query with ORDER BY clause to sort the salaries in descending order.

      • Use the LIMIT clause to retrieve the third highest salary.

      • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;

      Add your answer

      Q84. You are working in busybees logistic?

      Add your answer

      Q85. How to bag shipment inscan

      Ans.

      To bag a shipment inscan, follow these steps:

      • Ensure all items are properly labeled and sorted

      • Use appropriate bags or containers for different types of items

      • Scan each item before placing it in the bag or container

      • Double-check the contents of each bag or container before sealing it

      • Record the bag or container number in the shipment inscan log

      Add your answer

      Q86. MVVM project folder structure.

      Ans.

      MVVM project folder structure organizes code into separate layers for better maintainability and scalability.

      • Separate folders for Models, Views, ViewModels, and Services

      • Models folder contains data classes representing the data structure

      • Views folder contains XML layout files for UI components

      • ViewModels folder contains classes that handle business logic and interact with the data layer

      • Services folder contains classes for network requests, database operations, etc.

      • Use subfolders...read more

      Add your answer

      Q87. How do you manage CPS

      Ans.

      CPS (Critical Path Scheduling) is managed by identifying the critical path, monitoring progress, adjusting timelines as needed, and communicating with stakeholders.

      • Identify the critical path by determining the longest sequence of dependent tasks

      • Monitor progress regularly to ensure tasks are completed on time

      • Adjust timelines as needed to prevent delays on the critical path

      • Communicate with stakeholders to keep them informed of any changes or potential risks

      • Utilize project manag...read more

      Add your answer

      Q88. Do you know field delivery

      Add your answer

      Q89. Define last mile , first mile

      Ans.

      Last mile refers to the final leg of the delivery process, while first mile refers to the initial leg of the delivery process.

      • Last mile: the final step in delivering goods to the end customer

      • First mile: the initial step in the supply chain process, often involving transportation of goods from the manufacturer to a distribution center

      • Last mile is crucial for customer satisfaction and can be the most expensive and time-consuming part of the delivery process

      • First mile focuses on...read more

      Add your answer

      Q90. All vehicles on time release

      Ans.

      All vehicles are released on time.

      • Efficient scheduling and coordination of vehicles

      • Regular maintenance and inspection of vehicles

      • Effective communication with drivers and clients

      • Use of technology to track and monitor vehicles

      • Proactive measures to address any delays or issues

      Add your answer

      Q91. Audit methods in daily works

      Ans.

      Audit methods involve planning, testing, analyzing, and reporting on financial and operational processes to ensure compliance and efficiency.

      • Planning the audit by understanding the business processes and risks involved

      • Testing the controls and procedures in place to assess their effectiveness

      • Analyzing the data and information gathered during the audit to identify any discrepancies or areas of improvement

      • Reporting the findings to management and recommending corrective actions

      • Ex...read more

      Add your answer

      Q92. Experience in internal audit

      Ans.

      I have over 5 years of experience in internal audit, including conducting risk assessments, developing audit plans, and performing audit procedures.

      • Conducted risk assessments to identify key areas of focus for audits

      • Developed comprehensive audit plans to ensure all relevant areas were covered

      • Performed detailed audit procedures to assess the effectiveness of internal controls

      • Presented findings and recommendations to management for improvement

      Add your answer

      Q93. Proficient in excel

      Ans.

      Yes, I am proficient in Excel.

      • I am comfortable with basic functions such as SUM, AVERAGE, and IF statements.

      • I can create and format tables, charts, and graphs.

      • I am experienced in using pivot tables and VLOOKUP.

      • I am able to use macros to automate tasks and save time.

      • I am familiar with advanced features such as conditional formatting and data validation.

      Add your answer

      Q94. Customer handling techniques

      Ans.

      Customer handling techniques involve active listening, empathy, problem-solving, and effective communication.

      • Active listening: Pay attention to customer needs and concerns without interrupting.

      • Empathy: Show understanding and compassion towards customer's situation.

      • Problem-solving: Offer solutions and alternatives to address customer issues.

      • Effective communication: Clearly convey information and instructions to customers.

      • Patience: Remain calm and patient, even in challenging s...read more

      Add your answer

      Q95. Minimum number of platform

      Ans.

      The minimum number of platforms required for trains to avoid collisions

      • Calculate the number of trains arriving and departing at each station

      • Find the maximum number of trains at any given time

      • The minimum number of platforms needed is the maximum number of trains at any given time

      Add your answer

      Q96. Language known

      Add your answer

      Q97. Importance of audit

      Ans.

      Audits are crucial for ensuring compliance, identifying risks, and improving processes.

      • Audits help ensure compliance with regulations and internal policies.

      • They identify risks and weaknesses in processes, allowing for improvements to be made.

      • Audits provide assurance to stakeholders and management that controls are effective and risks are being managed.

      • They can uncover fraud, errors, and inefficiencies that may otherwise go unnoticed.

      • Audits help in maintaining transparency and...read more

      Add your answer

      Q98. promise in nodejs

      Ans.

      Promise in Node.js is an object representing the eventual completion or failure of an asynchronous operation.

      • Used to handle asynchronous operations in a more readable and manageable way

      • Can be in one of three states: pending, fulfilled, or rejected

      • Can be chained together to handle multiple asynchronous operations sequentially

      • Example: fetching data from a database using a promise-based API

      Add your answer

      More about working at XpressBees

      #20 Best Tech Startup - 2022
      HQ - Pune,Maharashtra, India
      Contribute & help others!
      Write a review
      Share interview
      Contribute salary
      Add office photos

      Interview Process at Presidio Solutions

      based on 43 interviews in the last 1 year
      Interview experience
      4.0
      Good
      View more
      Interview Tips & Stories
      Ace your next interview with expert advice and inspiring stories

      Top Interview Questions from Similar Companies

      4.1
       • 225 Interview Questions
      4.0
       • 208 Interview Questions
      4.0
       • 202 Interview Questions
      3.8
       • 188 Interview Questions
      4.1
       • 132 Interview Questions
      View all
      Top XpressBees 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
      70 Lakh+

      Reviews

      5 Lakh+

      Interviews

      4 Crore+

      Salaries

      1 Cr+

      Users/Month

      Contribute to help millions
      Get AmbitionBox app

      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