i
XpressBees
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
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 organizat...
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 prope...
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 poin...
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 Corouti
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 notificatio...
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.
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
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 migrat...
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.
L...
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.
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...
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.
Example...
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 me
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.
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
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.
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.
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
I have 3 years of experience in logistics as a supervisor associate.
Managed a team of employees to ensure efficient operations
Coordinated transportation and distribution of goods
Implemented strategies to optimize supply chain processes
Resolved any issues or delays in the logistics process
Utilized software systems to track inventory and shipments
I prefer to focus on the value I can bring to this role rather than my previous salary.
I believe my previous salary is not relevant to my qualifications and experience for this position.
I am looking for a competitive salary that aligns with the responsibilities and expectations of this role.
I am open to discussing compensation based on the market rate and my skills and expertise.
I am more interested in the growth oppor...
I applied via Job Fair and was interviewed in Jun 2024. There were 7 interview rounds.
My name is John Doe.
My first name is John
My last name is Doe
I am impressed by your company's innovative approach to data analysis and want to be a part of your team.
I admire your company's reputation in the industry
I am excited about the opportunity to work on cutting-edge projects
I believe my skills and experience align well with the company's goals
My strengths include strong analytical skills, attention to detail, and the ability to communicate complex data effectively.
Strong analytical skills - able to interpret and analyze data effectively
Attention to detail - meticulous in reviewing and ensuring accuracy of data
Effective communication of complex data - able to present findings in a clear and understandable manner
Involve working through a business problem or scenario with the interviewer to reach a logical conclusions
I am a data analyst with a strong background in statistics and data visualization.
Experienced in using statistical tools such as R and Python
Skilled in creating insightful data visualizations using Tableau
Proficient in SQL for data querying and manipulation
Strong analytical and problem-solving skills
Excellent communication and presentation abilities
Employers will set this type of test if they need to hire a person with excellent logical skills.
Code testing refers to running each line of code with a controlled input, and verifying if it performs the expected output
XpressBees interview questions for popular designations
Experienced operations manager with a proven track record of optimizing processes and leading teams to success.
Over 5 years of experience in operations management
Skilled in process improvement and team leadership
Successfully implemented cost-saving measures at previous company
Strong communication and problem-solving skills
Bachelor's degree in Business Administration
I have over 5 years of experience in managing operations at a multinational corporation.
Managed a team of 20 employees to ensure smooth operations
Implemented new processes to increase efficiency by 15%
Collaborated with cross-functional teams to achieve company goals
Seeking new challenges and growth opportunities in a dynamic work environment.
Desire for career advancement
Looking for new challenges and learning opportunities
Seeking a more dynamic work environment
Want to broaden skill set and experience
Interested in exploring different industry sectors
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 c...
I come from a close-knit family with a background in business. I am looking for a competitive salary based on industry standards and my experience.
Family background: Close-knit family with a history in business
Expected CTC: Competitive salary based on industry standards and experience
Get interview-ready with Top XpressBees Interview Questions
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
I applied via Instahyre and was interviewed in Sep 2024. There was 1 interview round.
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.
Compani...
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) - searc...
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 t
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
Top trending discussions
Interview experience
based on 2.1k reviews
Rating in categories
Senior Executive
345
salaries
| ₹1.9 L/yr - ₹7.1 L/yr |
Operations Executive
286
salaries
| ₹2 L/yr - ₹5.3 L/yr |
Supervisor
266
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Executive
252
salaries
| ₹1.8 L/yr - ₹4.8 L/yr |
Associate Manager
186
salaries
| ₹4.6 L/yr - ₹11 L/yr |
Delhivery
Ecom Express
Shadowfax Technologies
Rivigo