Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Shaadi.com Sales Executive Interview Questions and Answers

Updated 12 Sep 2023

Shaadi.com Sales Executive Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(3 Questions)

  • Q1. Tell about ur self
  • Q2. Why u leave last company
  • Q3. Why u join us
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary expectations
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Introduction qualification hobbies
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction , qualification,hobbies
Round 4 - Regional head 

(1 Question)

  • Q1. Past experiences, family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company in mohali for starters.easy rounds of interview

Sales Executive Interview Questions Asked at Other Companies

Q1. Do you know what is selling and how you can sell it?
asked in Meesho
Q2. Sell me the mobile phone or A pen in which I'm not interested.how ... read more
asked in Wipro
Q3. Star Pattern Generation Develop a function to print star patterns ... read more
asked in PUMA
Q4. We couldn’t see stability in your resume which means you can swit ... read more
Q5. How you will help gaining market share in your territory?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
View all Resume tips
Round 2 - Aptitude Test 

Reverse a binary tree

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Spring
  • Q2. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller

    • It provides a way to structure your web application

    • It uses annotations to define controllers, request mappings, etc.

    • It supports RESTful web services

    • It integrates with other Spring frameworks like Spring Boot

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Really good at that moment

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your past experience
  • Ans. 

    I have over 15 years of experience in senior executive roles across various industries.

    • Led cross-functional teams to successfully launch new products

    • Implemented cost-saving initiatives resulting in significant revenue growth

    • Developed and executed strategic plans to drive business expansion

    • Managed large budgets and achieved financial targets

    • Built strong relationships with key stakeholders and clients

  • Answered by AI
  • Q2. Why should you want work with our industry
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Java Questions were asked

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.

    • Create a user registration and login system

    • Develop a news feed algorithm to display relevant content

    • Implement a messaging system for users to communicate

    • Design a user profile page with customizable options

    • Incorporate features like groups, events, and pages

    • Ensure scalability and security of

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 question on Data structure and algorithms (easy-medium and medium level questions)
  • Q2. Related to array and matrix
Round 2 - Technical 

(2 Questions)

  • Q1. This also contained discussion on last company project and some basic question regarding different tech stack used. Then asked 2 questions on Data structure and algorithms (both medium level questions)
  • Q2. Related to stack and linked list
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was the Hiring Manager round. He asked different questions related to general programming like - Rest, Http, Websockets, TCP. Asked some questions from past company projects. Then asked one easy-mediu...
  • Q2. Programming and Math related topics

Interview Preparation Tips

Topics to prepare for Tokopedia Software Engineer interview:
  • Data Structures
  • Algorithms
  • Programming
  • Operating Systems
Interview preparation tips for other job seekers - Should be well prepared for Data structure and Algorithm questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some database questions,some java questions .

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between javascript and jQuery.
  • Ans. 

    JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.

    • JavaScript is a programming language, while jQuery is a library written in JavaScript.

    • JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.

    • JavaScript is a core technology for web development, w...

  • Answered by AI
  • Q2. Define different types of join
  • Ans. 

    Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full ...

  • Answered by AI
  • Q3. Define multithreading concept and exception handling.
  • Ans. 

    Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.

    • Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.

    • Threads share the same memory space but have their own program counter and registers.

    • Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It helps prevent the prog...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA medium leetcode questions - easy to solve

Round 2 - Coding Test 

DSA medium 2 questions and core questions 1.5 hrs

Round 3 - HR 

(5 Questions)

  • Q1. Managerial round and company fit check
  • Q2. Tell about company
  • Q3. Why should we hire you?
  • Q4. Tell something not in your resume
  • Q5. How would you handle deadlines?
  • Ans. 

    I prioritize tasks, communicate with stakeholders, and adjust resources as needed to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Regularly communicate with stakeholders to provide updates and address any issues that may impact deadlines

    • Adjust resources or seek help from team members if necessary to meet deadlines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and core concepts and be confident

Interview Questionnaire 

1 Question

  • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...
Contribute & help others!
anonymous
You can choose to be anonymous

Shaadi.com Interview FAQs

How many rounds are there in Shaadi.com Sales Executive interview?
Shaadi.com interview process usually has 3-4 rounds. The most common rounds in the Shaadi.com interview process are Resume Shortlist, HR and One-on-one Round.

Recently Viewed

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

The Shri Ram Universal School

No Interviews

JOBS

Armour Corporate Services

No Jobs

SALARIES

Indus Net Technologies

INTERVIEWS

Exela Technologies

No Interviews

INTERVIEWS

Exela Technologies

No Interviews

INTERVIEWS

Exela Technologies

No Interviews

INTERVIEWS

Infosys

No Interviews

SALARIES

Ocwen Financial Solutions

Tell us how to improve this page.

Shaadi.com Sales Executive Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Uplers Interview Questions
4.0
 • 41 Interviews
Stylebaazar Interview Questions
4.0
 • 31 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
HungerBox Interview Questions
3.8
 • 15 Interviews
Chai Point Interview Questions
3.7
 • 14 Interviews
Priceline Interview Questions
3.9
 • 13 Interviews
View all
Shaadi.com Sales Executive Salary
based on 33 salaries
₹1.8 L/yr - ₹4.3 L/yr
6% less than the average Sales Executive Salary in India
View more details

Shaadi.com Sales Executive Reviews and Ratings

based on 11 reviews

2.9/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

2.9

Salary

2.8

Job security

2.8

Company culture

2.8

Promotions

2.6

Work satisfaction

Explore 11 Reviews and Ratings
Relationship Manager
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Advisor
76 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Advisor
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shaadi.com with

Uplers

4.0
Compare

HungerBox

3.8
Compare

Nestaway

3.9
Compare

FoodPanda

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