AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Shaadi.com

Compare button icon Compare button icon Compare
3.6

based on 286 Reviews

Play video Play video Video summary
  • About
  • Reviews
    286
  • Salaries
    1.1k
  • Interviews
    30
  • Jobs
    12
  • Benefits
    12
  • Photos
    -

Filter interviews by

Shaadi.com Interview Questions and Answers

Updated 2 Jul 2025
Popular Designations

25 Interview questions

A Product Manager was asked 9mo ago
Q. Describe product management.
Ans. 

Product management involves overseeing the development and marketing of a product from conception to launch.

  • Identifying market needs and opportunities

  • Defining product strategy and roadmap

  • Collaborating with cross-functional teams

  • Prioritizing features and enhancements

  • Analyzing data and feedback for product improvements

View all Product Manager interview questions
A Product Manager was asked 9mo ago
Q. Tell me about a time you performed a root cause analysis on a product.
Ans. 

Root Cause Analysis (RCA) helps identify underlying issues in product performance and user experience.

  • Identify the problem: Gather data on product failures or user complaints.

  • Analyze the data: Use techniques like the 5 Whys or Fishbone Diagram to trace back to the root cause.

  • Implement solutions: Develop and test changes to address the identified root causes.

  • Monitor results: After implementing changes, track produc...

View all Product Manager interview questions
A Business Development Executive was asked 10mo ago
Q. Do you know about telesales?
Ans. 

Telesales is the process of selling products or services over the phone.

  • Telesales involves making outbound calls to potential customers to pitch products or services

  • It requires strong communication and persuasion skills

  • Telesales representatives often use scripts to guide their conversations

  • Follow-up calls and building relationships with customers are important in telesales

  • Examples of telesales include cold calling...

View all Business Development Executive interview questions
A Data Scientist was asked 11mo ago
Q. What is the difference between bagging and boosting?
Ans. 

Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

  • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

  • Boosting involves training multiple models sequentially, where each subsequent mo...

View all Data Scientist interview questions
A Data Scientist was asked 11mo ago
Q. What are ensemble models?
Ans. 

Ensemble models are machine learning models that combine multiple individual models to improve predictive performance.

  • Ensemble models work by aggregating predictions from multiple models to make a final prediction.

  • Common types of ensemble models include Random Forest, Gradient Boosting, and AdaBoost.

  • Ensemble models are often more accurate and robust than individual models.

  • They can reduce overfitting and increase g...

View all Data Scientist interview questions
A React Developer was asked 12mo ago
Q. How do you find the deepest object in a nested object?
Ans. 

Use recursion to find the deepest object in a nested object structure.

  • Use recursion to iterate through each key in the object

  • Keep track of the depth level as you traverse the object

  • Compare the depth levels of each nested object to find the deepest one

View all React Developer interview questions
A React Developer was asked 12mo ago
Q. Explain ACID properties.
Ans. 

ACID properties are a set of principles that guarantee reliability and consistency in database transactions.

  • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

  • Consistency ensures that the database remains in a valid state before and after the transaction.

  • Isolation ensures that transactions are executed independently without interference from other transactions.

  • Durabili...

View all React Developer interview questions
Are these interview questions helpful?
A Node JS Developer was asked 12mo ago
Q. What is an abstract class?
Ans. 

An abstract class is a class that cannot be instantiated and is used as a base class for other classes to inherit from.

  • Cannot be instantiated on its own

  • May contain abstract methods that must be implemented by subclasses

  • Can have both abstract and non-abstract methods

View all Node JS Developer interview questions
A Node JS Developer was asked 12mo ago
Q. What are closures?
Ans. 

Closures are functions that have access to their own scope, as well as the scope in which they were defined.

  • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

  • They are commonly used to create private variables in JavaScript.

  • Closures can be used to create functions that 'remember' their lexical environment.

View all Node JS Developer interview questions
A Software Developer was asked 12mo ago
Q. Implement a counter using closure in JavaScript.
Ans. 

Implement a counter using closure in JavaScript.

  • Create a function that returns another function which increments a counter variable.

  • The counter variable should be defined in the outer function's scope and only accessible to the inner function.

  • Each time the inner function is called, increment the counter variable and return its value.

View all Software Developer interview questions
1 2 3

Shaadi.com Interview Experiences

30 interviews found

React Developer Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find deepest object in nested object
  • Ans. 

    Use recursion to find the deepest object in a nested object structure.

    • Use recursion to iterate through each key in the object

    • Keep track of the depth level as you traverse the object

    • Compare the depth levels of each nested object to find the deepest one

  • Answered by AI
    Add your answer
  • Q2. Explain ACID Properties
  • Ans. 

    ACID properties are a set of principles that guarantee reliability and consistency in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that transactions are executed independently without interference from other transactions.

    • Durability en...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Personal career-related questions
  • Add your answer
  • Q2. Professional experience related questions
  • Add your answer

Skills evaluated in this interview

Anonymous

Product Manager Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

(1 Question)

  • Q1. Describe product management
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Rca question on product
  • Ans. 

    Root Cause Analysis (RCA) helps identify underlying issues in product performance and user experience.

    • Identify the problem: Gather data on product failures or user complaints.

    • Analyze the data: Use techniques like the 5 Whys or Fishbone Diagram to trace back to the root cause.

    • Implement solutions: Develop and test changes to address the identified root causes.

    • Monitor results: After implementing changes, track product per...

  • Answered by AI
    Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

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

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

Round 1 - Coding Test 

The assessment consists of a dataset for which we are required to build a machine learning model and submit the results along with code and detailed documentation

Round 2 - Technical 

(3 Questions)

  • Q1. What are ensemble models
  • Ans. 

    Ensemble models are machine learning models that combine multiple individual models to improve predictive performance.

    • Ensemble models work by aggregating predictions from multiple models to make a final prediction.

    • Common types of ensemble models include Random Forest, Gradient Boosting, and AdaBoost.

    • Ensemble models are often more accurate and robust than individual models.

    • They can reduce overfitting and increase genera...

  • Answered by AI
    Add your answer
  • Q2. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
    Add your answer
  • Q3. A lot of tree based questions
  • Add your answer

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Impliment counter using closure in js
  • Ans. 

    Implement a counter using closure in JavaScript.

    • Create a function that returns another function which increments a counter variable.

    • The counter variable should be defined in the outer function's scope and only accessible to the inner function.

    • Each time the inner function is called, increment the counter variable and return its value.

  • Answered by AI
    Add your answer
  • Q2. Explain promises, promise.all(), impliment binary search
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation. promise.all() is a method that takes an array of promises and returns a single promise that resolves when all of the promises have resolved.

    • Promises are used in JavaScript to handle asynchronous operations.

    • promise.all() takes an array of promises and returns a single promise that resolves when all promises in the array ha...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Questions on kafka, cache invalidation, diff b/w authentication and authorization
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up basics of js and microservices

Skills evaluated in this interview

Anonymous

Business Development Executive Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How many work experience in telesales
  • Ans. 

    I have 3 years of work experience in telesales.

    • Worked in telesales for 3 years

    • Achieved sales targets consistently

    • Developed strong communication and negotiation skills

  • Answered by AI
    Add your answer
  • Q2. Do you know about telesales
  • Ans. 

    Telesales is the process of selling products or services over the phone.

    • Telesales involves making outbound calls to potential customers to pitch products or services

    • It requires strong communication and persuasion skills

    • Telesales representatives often use scripts to guide their conversations

    • Follow-up calls and building relationships with customers are important in telesales

    • Examples of telesales include cold calling for ...

  • Answered by AI
    Add your answer
Anonymous

Product Advisor Interview Questions & Answers

user image Ashish kumar

posted on 13 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate product advisor with a strong background in customer service and a keen eye for market trends.

    • Over 5 years of experience in product management, focusing on user experience and market analysis.

    • Successfully launched a new product line that increased sales by 30% within the first quarter.

    • Skilled in collaborating with cross-functional teams to ensure product alignment with customer needs.

    • Strong analytical...

  • Answered by AI
    Add your answer
  • Q2. Describe your last work and experience
  • Add your answer
Round 2 - One-on-one 

(5 Questions)

  • Q1. Introduce yourself
  • Add your answer
  • Q2. Describe your last designation and work process
  • Add your answer
  • Q3. Why are we hire you ?
  • Add your answer
  • Q4. Why you left your last company
  • Add your answer
  • Q5. What is customer service
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after a purchase.

    • Customer service involves addressing customer inquiries, concerns, and complaints in a timely and professional manner.

    • It includes providing product information, troubleshooting assistance, and resolving issues to ensure customer satisfaction.

    • Examples of customer service activities include answering phone calls, res...

  • Answered by AI
    Add your answer
Anonymous

Relationship Manager Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is KPI's
  • Add your answer
  • Q2. How to extend pp1?
  • Add your answer
Anonymous

Node JS Developer Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are closures
  • Ans. 

    Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They are commonly used to create private variables in JavaScript.

    • Closures can be used to create functions that 'remember' their lexical environment.

  • Answered by AI
    Add your answer
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes to inherit from.

    • Cannot be instantiated on its own

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and non-abstract methods

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics

Skills evaluated in this interview

Anonymous

Product Advisor Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Should know about sales and how sell a product
  • Add your answer
  • Q2. Everything should be clear regarding previous job
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work if you are from sales background.
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic questions on what you have mentioned in resume , design patterns , reactjs questions , explain your project
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Shaadi.com?
Ask anonymously on communities.
More about working at Shaadi.com
  • HQ - Mumbai,Maharashtra, India
  • Internet
  • 201-500 Employees (India)

Shaadi.com Interview FAQs

How many rounds are there in Shaadi.com interview?
Shaadi.com interview process usually has 2-3 rounds. The most common rounds in the Shaadi.com interview process are One-on-one Round, HR and Technical.
How to prepare for Shaadi.com interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Shaadi.com. The most common topics and skills that interviewers at Shaadi.com expect are Python, SQL, Telesales, Analytical Chemistry and Performance Management.
What are the top questions asked in Shaadi.com interview?

Some of the top questions asked at the Shaadi.com interview -

  1. What is sales and how you sale a marriage package to any...read more
  2. Why they doesn't clear about their payroll and incentive qualifier...read more
  3. What you think the name of matrim...read more
How long is the Shaadi.com interview process?

The duration of Shaadi.com interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Shaadi.com Interviews By Designations

  • Shaadi.com Product Advisor Interview Questions
  • Shaadi.com Software Engineer Interview Questions
  • Shaadi.com Data Engineer Interview Questions
  • Shaadi.com Sales Executive Interview Questions
  • Shaadi.com Quality Analyst Interview Questions
  • Shaadi.com Data Scientist Interview Questions
  • Shaadi.com Associate Product Manager Interview Questions
  • Shaadi.com Software Developer Interview Questions
  • Show more
  • Shaadi.com Relationship Manager Interview Questions
  • Shaadi.com Consultant Interview Questions

Interview Questions for Popular Designations

  • Product Advisor Interview Questions
  • Senior Executive Interview Questions
  • Business Analyst Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • System Engineer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

3.8/5

based on 37 interview experiences

Difficulty level

Easy 24%
Moderate 76%

Duration

Less than 2 weeks 90%
2-4 weeks 10%
View more

Interview Questions from Similar Companies

Uplers
Uplers Interview Questions
3.9
 • 43 Interviews
TourTravelWorld.Com
TourTravelWorld.Com Interview Questions
4.9
 • 36 Interviews
BOLD Technology Systems
BOLD Technology Systems Interview Questions
3.0
 • 33 Interviews
Yahoo
Yahoo Interview Questions
4.6
 • 30 Interviews
Tokopedia
Tokopedia Interview Questions
4.1
 • 26 Interviews
Nestaway
Nestaway Interview Questions
3.8
 • 21 Interviews
Clearwater Analytics
Clearwater Analytics Interview Questions
2.8
 • 20 Interviews
HungerBox
HungerBox Interview Questions
3.8
 • 16 Interviews
Xome
Xome Interview Questions
4.2
 • 14 Interviews
Confluent
Confluent Interview Questions
3.5
 • 14 Interviews
View all

Shaadi.com Reviews and Ratings

based on 286 reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.8

Salary

3.4

Job security

3.5

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 286 Reviews and Ratings
Jobs at Shaadi.com
Shaadi.com
System Administrator

Tirodi,

Mumbai

1-2 Yrs

Not Disclosed

Shaadi.com
Process Trainer

Mumbai

3-4 Yrs

Not Disclosed

Shaadi.com
Product Designer II

Tirodi,

Mumbai

2-6 Yrs

Not Disclosed

Explore more jobs
Shaadi.com Salaries in India
Product Advisor
81 salaries
unlock blur

₹1.6 L/yr - ₹4.6 L/yr

Relationship Manager
77 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Product Advisor
40 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Team Lead
39 salaries
unlock blur

₹3.3 L/yr - ₹9.8 L/yr

Sales Executive
39 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Shaadi.com with
Uplers

Uplers

3.9
Compare
HungerBox

HungerBox

3.8
Compare
Nestaway

Nestaway

3.8
Compare
BOLD Technology Systems

BOLD Technology Systems

3.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Shaadi.com Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter