Upload Button Icon Add office photos

Urban Company

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Urban Company BDA Interview Questions and Answers

Updated 27 Apr 2024

Urban Company BDA Interview Experiences

3 interviews found

BDA Interview Questions & Answers

user image Deep Patel

posted on 27 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Had asked few guestimation question

BDA Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Round 1 was taken by a category manager Basic Behavioural Questions Puzzles Guesstimates How can you nurture in the particular category
Round 2 - One-on-one 

(1 Question)

  • Q1. Round 2 was taken by a senior category manager Guesstimates

BDA Interview Questions Asked at Other Companies

asked in BYJU'S
Q1. 1-Sell fish to a Brahmin , 2-Sale byjus product to customer paren ... read more
asked in BYJU'S
Q2. 1. What do u understand by BDA? give a complete structure of role ... read more
asked in BYJU'S
Q3. 4. I am in Kashmir where temperature is -2 to -5 degree Celsius a ... read more
asked in BYJU'S
Q4. How to sell a 40,000 rs Refrigerator of your company when I am al ... read more
asked in BYJU'S
Q5. You are the salesman in showroom . Then how do you sell me a shir ... read more

I applied via Referral and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why I want to work in UC company
  • Ans. 

    I want to work in a UC company because of its innovative technology and potential for growth.

    • UC company offers cutting-edge technology solutions that align with my passion for innovation.

    • I am excited about the opportunity to contribute to the growth and success of a UC company.

    • Working in a UC company will provide me with valuable experience in the field of communication technology.

    • I believe that a UC company offers a d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good will build my career here

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the technology industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Developed and maintained relationships with key clients such as ABC Company

    • Strong negotiation and communication skills

    • Proficient in CRM software and sales analytics

  • Answered by AI
  • Q2. Job experience of previous role
  • Ans. 

    I have 5 years of experience as a Sales Executive in the technology industry.

    • Managed a portfolio of key accounts and consistently exceeded sales targets

    • Developed and implemented strategic sales plans to drive revenue growth

    • Built strong relationships with clients and provided exceptional customer service

    • Collaborated with cross-functional teams to ensure successful product launches

    • Utilized CRM software to track sales act

  • Answered by AI
  • Q3. Situations handling
  • Q4. What do you know about sulekha
  • Ans. 

    Sulekha is a digital platform connecting businesses and consumers for local services.

    • Sulekha helps users find local services like home services, education, healthcare, etc.

    • Businesses can list their services on Sulekha to reach potential customers.

    • Users can read reviews, compare prices, and contact service providers through the platform.

  • Answered by AI
  • Q5. Salsry expecting
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy level to Medium level

Round 2 - Coding Test 

2 Easy questions of DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Questions from arrays and strings and some aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to merge 2 csv files
  • Ans. 

    To merge two CSV files, you can use software like Microsoft Excel or programming languages like Python.

    • Open both CSV files in a software like Microsoft Excel.

    • Copy the data from one CSV file and paste it into the other CSV file.

    • Save the merged CSV file with a new name.

    • Alternatively, you can use programming languages like Python to merge CSV files by reading both files, combining the data, and writing to a new file.

  • Answered by AI
  • Q2. Basic questions on arrays
Round 3 - HR 

(1 Question)

  • Q1. 3 reasons why u choose this company
  • Ans. 

    I applied to this company because of its reputation in the industry, opportunities for growth, and company culture.

    • Reputation in the industry - I have heard great things about the company's innovative projects and successful track record.

    • Opportunities for growth - The company offers various training programs and career advancement opportunities for employees.

    • Company culture - I value a positive work environment and the...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Questions on python

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to write different SQL queries.
1. Moving average of lf previous 10 days
2. For a data which records in and out time of an employee. How many employees were present in the office at a given time
3. A/B testing vs pre-post testing

Round 2 - Case Study 

1. Had to come up with a method to give a score to each user based on FRM(frequency, recency, monetory)
2. Guesstimate: how many burgers does McD sells in a day

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code postorder traversal without using recursion.
  • Ans. 

    Iterative solution using a stack to perform postorder traversal.

    • Use a stack to simulate the recursive call stack.

    • Push nodes in the order of right, left, root.

    • Pop nodes from stack and add to result array.

    • Repeat until stack is empty.

  • Answered by AI
  • Q2. Leetcode Problem 1626 - Best team with no conflicts.
Round 2 - System Design 

(2 Questions)

  • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
  • Ans. 

    Design a messaging app like WhatsApp with one-to-one, group messaging, and read receipts functionalities.

    • Use a relational database to store user information, messages, and group memberships.

    • Create tables for users, messages, groups, and group memberships.

    • Include columns for message content, sender, receiver, timestamp, and read status.

    • Implement a feature to mark messages as read with read receipts.

    • Use indexes for effic

  • Answered by AI
  • Q2. Questions on dbms, cn and os.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. How do you setup a Dark Store?
  • Ans. 

    Setting up a Dark Store involves converting a retail store into a fulfillment center for online orders.

    • Select a suitable location for the Dark Store, preferably in a centralized area with good access to transportation.

    • Optimize the layout of the store for efficient picking, packing, and shipping of orders.

    • Implement inventory management systems to track stock levels accurately and prevent stockouts.

    • Train staff on order f...

  • Answered by AI
  • Q2. How do joins work in the simplest manner?
  • Ans. 

    Joins combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q3. Write a basic query explaining the order of execution?
  • Ans. 

    The order of execution in a query determines the sequence in which operations are performed.

    • 1. The order of execution in a query typically follows the sequence: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • 2. The FROM clause specifies the tables involved in the query.

    • 3. The WHERE clause filters the rows based on specified conditions.

    • 4. The GROUP BY clause groups the rows that have the same values into summary rows.

    • 5...

  • Answered by AI
  • Q4. Difference between Group By and Distinct?
  • Ans. 

    Group By is used to aggregate data based on a specific column, while Distinct is used to remove duplicate rows from a result set.

    • Group By is used with aggregate functions like COUNT, SUM, AVG, etc.

    • Distinct is used to retrieve unique values from a column or set of columns.

    • Group By can be used to group data based on multiple columns, while Distinct operates on individual columns only.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Blinkit Data Analyst interview:
  • SQL
  • joins
  • window functions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Majorily on SQL and Databases

Round 2 - Technical 

(2 Questions)

  • Q1. Align two images in a page with same width and same height
  • Ans. 

    Use CSS to align two images with same width and height on a page

    • Set both images to have the same width and height using CSS

    • Use flexbox or grid layout to align the images horizontally or vertically

    • Adjust margins or padding to fine-tune the alignment

  • Answered by AI
  • Q2. Array related question
Round 3 - HR 

(2 Questions)

  • Q1. Situation based question
  • Q2. Majorily focused on project

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Urban Company Interview FAQs

How many rounds are there in Urban Company BDA interview?
Urban Company interview process usually has 2 rounds. The most common rounds in the Urban Company interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Urban Company BDA interview?

Some of the top questions asked at the Urban Company BDA interview -

  1. Round 1 was taken by a category manager Basic Behavioural Questions Puzzles G...read more
  2. Round 2 was taken by a senior category manager Guesstima...read more
  3. Had asked few guestimation quest...read more

Recently Viewed

DESIGNATION

INTERVIEWS

SKH Metals

No Interviews

JOBS

Urban Company

No Jobs

LIST OF COMPANIES

Titan Company

Overview

SALARIES

SKH Metals

LIST OF COMPANIES

Urban Company

Overview

SALARIES

Urban Company

SALARIES

InMobi

INTERVIEWS

InMobi

No Interviews

SALARIES

SKH Metals

Tell us how to improve this page.

Urban Company BDA Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
CARS24 Interview Questions
3.6
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
Porter Interview Questions
4.1
 • 84 Interviews
View all
Urban Company BDA Salary
based on 87 salaries
₹1.8 L/yr - ₹5 L/yr
36% less than the average BDA Salary in India
View more details

Urban Company BDA Reviews and Ratings

based on 18 reviews

3.2/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

2.9

Salary

2.4

Job security

3.1

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 18 Reviews and Ratings
Category Manager
514 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Associate
488 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Beautician
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Category Manager
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AC Technician
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Urban Company with

Housejoy

4.2
Compare

Urban Ladder

3.7
Compare

Qube Services

4.4
Compare

Zimmber

3.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview