Filter interviews by
Merge overlapping intervals in a list to create a consolidated list of intervals.
Sort the intervals by their start times. Example: [[1,3],[2,6],[8,10],[15,18]] becomes [[1,3],[2,6],[8,10],[15,18]].
Initialize an empty list to hold merged intervals.
Iterate through the sorted intervals and compare the current interval with the last merged interval.
If they overlap (current start <= last end), merge them by updating...
Yes, I can relocate and join within 2 days, as I am prepared for quick transitions and have the necessary arrangements in place.
I have a flexible living situation that allows for quick relocation.
I have already researched housing options in the new location.
I can manage my current commitments to ensure a swift transition.
I have a reliable support system that can assist me during the move.
To convince someone to use a service, I would highlight its benefits, address concerns, and share success stories.
Identify the customer's needs and tailor the pitch accordingly.
Highlight unique selling points, such as cost savings or improved efficiency.
Use testimonials or case studies to demonstrate success, e.g., 'Our service helped Company X increase sales by 30%.'
Address any objections directly, providing clea...
I will leverage various strategies like networking, digital marketing, and partnerships to generate quality leads effectively.
Utilize social media platforms like LinkedIn to connect with potential clients and share valuable content.
Attend industry conferences and networking events to build relationships and gather contacts.
Implement targeted email marketing campaigns to reach specific demographics and nurture lead...
A thread is a lightweight process that can run concurrently with other threads within the same process.
Threads allow for parallel execution of tasks within a single process.
Threads share the same memory space and resources of the process they belong to.
Threads can communicate with each other through shared memory or message passing.
Examples: Java threads, POSIX threads (pthreads) in C/C++.
A customer support chat application system for efficient communication and problem-solving.
Implement live chat functionality for real-time communication
Include automated responses for common queries
Integrate ticketing system for tracking and resolving issues
Provide chat history for reference and continuity
Ensure data security and privacy measures are in place
Merge overlapping intervals into a single interval for efficient representation.
Sort the intervals based on the starting times.
Iterate through the sorted intervals and compare the current interval with the last merged interval.
If they overlap, merge them by updating the end time of the last merged interval.
If they don't overlap, add the current interval to the merged list.
Example: Merging [[1,3],[2,6],[8,10],[15,1...
Yes, I am proficient in SQL with experience in writing complex queries and optimizing database performance.
Proficient in writing complex SQL queries
Experience in optimizing database performance
Familiar with database management systems like MySQL, PostgreSQL, etc.
Tuple is immutable and ordered, while list is mutable and ordered in Python.
Tuple is created using parentheses () while list is created using square brackets []
Tuple elements cannot be changed once assigned, while list elements can be modified
Tuple is faster than list for iteration and accessing elements
Example: tuple = (1, 2, 3) and list = [1, 2, 3]
I have a strong background in data analysis with experience in various industries.
Bachelor's degree in Statistics with a focus on data analysis
Proficient in SQL, Python, and data visualization tools like Tableau
Experience working with large datasets and conducting statistical analysis
Completed internships at XYZ Company and ABC Organization
Presented findings at industry conferences
I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.
The test consists of 60 questions to be answered in 50 minutes, primarily focusing on basic aptitude, and does not require any preparation.
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Urban Company is a leading platform connecting service professionals with customers for home services like cleaning, plumbing, and beauty.
Founded in 2014, Urban Company operates in multiple countries, including India, Australia, and the UAE.
The platform offers a wide range of services, such as home cleaning, appliance repair, beauty services, and more.
Urban Company emphasizes quality and reliability by vetting service ...
I am eager to join your team to leverage my skills in business development and contribute to your company's growth and success.
I am passionate about building relationships and identifying new business opportunities, as demonstrated in my previous role where I increased client engagement by 30%.
Your company's innovative approach aligns with my values, and I am excited about the prospect of contributing to projects that ...
Yes, I can relocate and join within 2 days, as I am prepared for quick transitions and have the necessary arrangements in place.
I have a flexible living situation that allows for quick relocation.
I have already researched housing options in the new location.
I can manage my current commitments to ensure a swift transition.
I have a reliable support system that can assist me during the move.
To convince someone to use a service, I would highlight its benefits, address concerns, and share success stories.
Identify the customer's needs and tailor the pitch accordingly.
Highlight unique selling points, such as cost savings or improved efficiency.
Use testimonials or case studies to demonstrate success, e.g., 'Our service helped Company X increase sales by 30%.'
Address any objections directly, providing clear and...
I will leverage various strategies like networking, digital marketing, and partnerships to generate quality leads effectively.
Utilize social media platforms like LinkedIn to connect with potential clients and share valuable content.
Attend industry conferences and networking events to build relationships and gather contacts.
Implement targeted email marketing campaigns to reach specific demographics and nurture leads.
Col...
Smart phones sold in India are diverse, ranging from budget-friendly options to high-end models with advanced features.
Various brands like Samsung, Xiaomi, OnePlus, Apple, and Vivo have a strong presence in the Indian market.
Indian consumers often prioritize features like camera quality, battery life, and value for money when choosing a smart phone.
Online sales platforms like Amazon and Flipkart play a significant role...
I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.
It was a coding round where i need to solve 3 DSA Questions in 1.5 hour
Design a society security system using appropriate design patterns and provide pseudocode for implementation.
Use the Singleton pattern for a central security manager to ensure only one instance handles security.
Implement Observer pattern for notifying residents about security alerts.
Use Factory pattern to create different types of security devices (cameras, alarms).
Consider using Strategy pattern for different security...
I appeared for an interview in Apr 2025, where I was asked the following questions.
I'm seeking new challenges and opportunities for growth that align with my career goals and passion for category management.
Desire for professional growth: I'm looking to expand my skills and take on more responsibilities.
Alignment with career goals: This position aligns perfectly with my long-term aspirations in category management.
Seeking a dynamic environment: I thrive in fast-paced settings and want to contribute t...
To plan for service providers, analyze demand, capacity, and market trends to ensure optimal resource allocation.
Current number of service providers: Understand the existing capacity and capabilities.
Projected demand: Analyze historical data and market trends to forecast next year's demand.
Service provider performance metrics: Evaluate the efficiency and effectiveness of current providers.
Geographic distribution: Consi...
My current role involves strategic sourcing and vendor management, aligning well with the Category Manager position's focus on procurement.
Experience in negotiating contracts with suppliers, similar to the Category Manager's responsibility for managing supplier relationships.
Conducted market analysis to identify trends and opportunities, which aligns with the Category Manager's role in category strategy development.
Led...
I appeared for an interview in Apr 2025, where I was asked the following questions.
Merge overlapping intervals in a list to create a consolidated list of intervals.
Sort the intervals by their start times. Example: [[1,3],[2,6],[8,10],[15,18]] becomes [[1,3],[2,6],[8,10],[15,18]].
Initialize an empty list to hold merged intervals.
Iterate through the sorted intervals and compare the current interval with the last merged interval.
If they overlap (current start <= last end), merge them by updating the ...
The number of airplanes flying through an airport can vary depending on the size of the airport, time of day, and season.
Consider the size and capacity of the airport - larger airports will have more flights
Take into account the time of day - peak travel times will have more flights
Seasonal variations can also impact the number of flights - holidays and summer months may see more traffic
The number of EVMs required for an election depends on the number of polling stations and voters.
Calculate the number of polling stations in the election area
Estimate the average number of voters per polling station
Multiply the number of polling stations by the average number of voters to get the total number of EVMs needed
Consider factors like backup EVMs and contingency plans
Top trending discussions
Some of the top questions asked at the Urban Company interview -
The duration of Urban Company interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 170 interview experiences
Difficulty level
Duration
based on 1.2k reviews
Rating in categories
2-4 Yrs
Not Disclosed
Category Manager
625
salaries
| ₹4 L/yr - ₹14 L/yr |
Business Development Associate
501
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Beautician
156
salaries
| ₹1 L/yr - ₹9 L/yr |
AC Technician
144
salaries
| ₹0.7 L/yr - ₹7.2 L/yr |
Senior Category Manager
135
salaries
| ₹9.7 L/yr - ₹22 L/yr |
Housejoy
Urban Ladder
Udaan
Swiggy