Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Matrimony.com Team. If you also belong to the team, you can get access from here

Matrimony.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Matrimony.com Telesales Officer Interview Questions and Answers

Updated 17 Jan 2025

Matrimony.com Telesales Officer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About self About company
  • Q2. Self Last Company experience
  • Ans. 

    Worked as a Telesales Officer at XYZ Company, responsible for cold calling and generating leads.

    • Managed a high volume of outbound calls daily

    • Achieved monthly sales targets consistently

    • Built rapport with potential customers to increase conversion rates

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Matrimony.com Telesales Officer interview:
  • Good intro
  • Company details
Interview preparation tips for other job seekers - Read company details from google first .

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data Structures
  • Q2. Algorithms knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA and be thorough with projects.

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android components, lifecycle, providers, receivers, fragments, view components, Ui design related questions.

I applied via Campus Placement and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. How to sell pen
  • Ans. 

    To sell a pen, highlight its unique features and benefits, and show how it can solve a customer's problem.

    • Ask the customer about their needs and how they use pens

    • Highlight the pen's unique features, such as a comfortable grip or smooth ink flow

    • Explain how the pen can solve the customer's problem, such as helping them write more neatly or quickly

    • Offer a demonstration of the pen's features and benefits

    • Create a sense of u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and don't be nervous. And listen the questions carefully. And then answer in your way.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Data Structures like Array, Stack, Queue.. etc., Questions related to Algorithms Like Dynamic Programming and Questions from DBMS.

I applied via Campus Placement and was interviewed in Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Graph Question:- There is a chessboard. It is different from the normal chessboard. White and black blocks can be anywhere. Source and destination block are given. I was asked to find the path with a mini...
  • Q2. Find the sum of k smallest number in a BST.
  • Ans. 

    Find sum of k smallest numbers in a BST.

    • Traverse the BST in-order and add the k smallest numbers to a sum variable.

    • Use a priority queue to keep track of the k smallest numbers.

    • If k is greater than the number of nodes in the BST, return the sum of all nodes.

    • If k is 0, return 0.

  • Answered by AI
  • Q3. System design of BookMyShow. Design the algorithm and database for the seat booking system. How this the system will handle the case when the payment gets failed. Again he asked me to write the query for...
  • Ans. 

    Design algorithm and database for seat booking system of BookMyShow and handle failed payments.

    • Create a database with tables for movies, theaters, seats, bookings, and payments

    • Use a locking mechanism to prevent double booking of seats

    • If payment fails, release the locked seats and notify the user

    • Write a query to get the timestamp in SQL: SELECT CURRENT_TIMESTAMP;

  • Answered by AI
  • Q4. Write the code for the time stamp in C.
  • Ans. 

    Code for time stamp in C

    • Use the time.h header file

    • Call the time() function to get the current time in seconds

    • Convert the time to a string using strftime() function

    • Use the format string to specify the desired format of the time stamp

  • Answered by AI
  • Q5. Write the code for rearranging the array in consecutive pair multiplication. For example consider an array with 10 element A0, A1, A2......A9. The resultant array will be A0*A1, A1*A2, A2*A3, and so on. Th...
  • Ans. 

    Rearrange array in consecutive pair multiplication in descending order.

    • Create a new array to store the multiplied values

    • Use a loop to iterate through the original array and multiply consecutive pairs

    • Write a compare function to sort the new array in descending order

  • Answered by AI
  • Q6. Write the code to rearrange the array in maximum-minimum form.
  • Ans. 

    Code to rearrange an array in maximum-minimum form.

    • Sort the array in descending order.

    • Create a new array and alternate between adding the maximum and minimum values from the sorted array.

    • Return the new array.

    • Time complexity: O(nlogn)

    • Space complexity: O(n)

  • Answered by AI
  • Q7. What is stoi function (stoi() function)? Its uses and code to Implement stoi function.
  • Ans. 

    stoi() function converts a string to an integer.

    • stoi() is a C++ function that takes a string as input and returns an integer.

    • It is used to convert a string of digits into an integer.

    • It can also handle negative numbers and ignore leading whitespace.

    • Example: int num = stoi("123"); // num is now 123

  • Answered by AI
  • Q8. Write code for Longest Common Substring. (time limit for writing this code was 5-6 minutes)
  • Ans. 

    Code for finding the longest common substring in an array of strings.

    • Iterate through the first string and check for all possible substrings

    • Check if the substring is present in all other strings

    • Keep track of the longest common substring found so far

    • Return the longest common substring

  • Answered by AI
  • Q9. Q: What is a Transaction in DBMS and ACID properties? Q: What is Thread and how it is different from the Process? Q: What are some Linux commands. Write any 5 commands? Q: Why sudo is used for commands?...
  • Ans. 

    Answers to common technical questions in a software engineering interview

    • A transaction in DBMS is a sequence of operations that must be treated as a single unit of work. ACID properties ensure reliability and consistency of transactions.

    • A thread is a lightweight process that shares memory and resources with other threads in the same process. A process is a separate instance of a program.

    • Common Linux commands include ls...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what you speak.

Take your step forward. Try to be firstly interviewed if choice arrives ( They get screwed up at the end and ask questions that the previous candidates failed ).

Before approaching the solution to be clear with edge test-cases. Once you are completely sure then come up with an approach.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Previous job experience
  • Q2. Spot selling

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. How much years of experience you have in sales?
  • Q2. What is difference between sales and marketing?
  • Q3. What target you had to achieve in your previous role?

Interview Preparation Tips

Interview preparation tips for other job seekers - It lasted for around 20 minutes.

I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. DS Algo Questions on Trees. Leadership Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Read up on DS Algo and white paper coding and Leadership Principles
Contribute & help others!
anonymous
You can choose to be anonymous

Matrimony.com Interview FAQs

How many rounds are there in Matrimony.com Telesales Officer interview?
Matrimony.com interview process usually has 1 rounds. The most common rounds in the Matrimony.com interview process are HR.
How to prepare for Matrimony.com Telesales Officer 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 Matrimony.com. The most common topics and skills that interviewers at Matrimony.com expect are Outbound Sales, Telesales, Outbound Calling, Selling and Selling Skills.

Recently Viewed

INTERVIEWS

Vikram Solar

No Interviews

INTERVIEWS

Abu Dhabi Oil Refining Company

No Interviews

INTERVIEWS

Wheels

No Interviews

REVIEWS

Subros

No Reviews

INTERVIEWS

Moser Baer

No Interviews

INTERVIEWS

Kia Motors

No Interviews

DESIGNATION

INTERVIEWS

Moser Baer

No Interviews

INTERVIEWS

Kia Motors

No Interviews

INTERVIEWS

Wheels

No Interviews

Tell us how to improve this page.

Matrimony.com Telesales Officer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
JustDial Interview Questions
3.5
 • 325 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Zomato Interview Questions
3.8
 • 310 Interviews
View all
Matrimony.com Telesales Officer Salary
based on 5 salaries
₹1.7 L/yr - ₹2.1 L/yr
14% less than the average Telesales Officer Salary in India
View more details

Matrimony.com Telesales Officer Reviews and Ratings

based on 9 reviews

4.6/5

Rating in categories

4.8

Skill development

4.7

Work-life balance

4.5

Salary

4.4

Job security

4.9

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 9 Reviews and Ratings
Senior Relationship Manager
281 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
130 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Matrimony.com with

Info Edge

3.9
Compare

JustDial

3.5
Compare

Naukri

4.0
Compare

99acres

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