Upload Button Icon Add office photos
Engaged Employer

i

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

Vansaar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vansaar Interview Questions and Answers

Updated 14 Jun 2024

Vansaar Interview Experiences

Popular Designations

2 interviews found

Sales Officer Interview Questions & Answers

user image rajeshwar pandey

posted on 14 Jun 2024

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 Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About market knowledge & area
  • Q2. Last company sale growth

Sales Officer Interview Questions asked at other Companies

Q1. Amit What is Cross sale tell me The Types of Cross sales
View answer (29)

Assistant Sales Officer Interview Questions & Answers

user image rajeshwar pandey

posted on 13 Nov 2023

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 in Oct 2023. There were 3 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous company market research qualification
  • Ans. 

    I have a Bachelor's degree in Marketing with a focus on market research techniques and strategies.

    • Bachelor's degree in Marketing with a focus on market research

    • Experience conducting market research for previous company

    • Proficient in using various market research tools and techniques

  • Answered by AI
Round 3 - Coding Test 

Sales statistic performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hard work believe your self

Assistant Sales Officer Interview Questions asked at other Companies

Q1. Have an idea about electric pumpset
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me About yourself
  • Q2. Excel formula sum if countif
  • Ans. 

    Using Excel formula SUMIF and COUNTIF to calculate a sum based on a condition.

    • SUMIF function adds the values in a range that meet a specified condition.

    • COUNTIF function counts the number of cells in a range that meet a specified condition.

    • Combine both functions to calculate the sum based on a condition.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Different types of joins in SQL, Delete drop truncate difference
  • Ans. 

    Different types of joins in SQL, Delete drop truncate difference

    • Types of joins: Inner join, Left join, Right join, Full outer join

    • Inner join returns only matching rows from both tables

    • Left join returns all rows from left table and matching rows from right table

    • Right join returns all rows from right table and matching rows from left table

    • Full outer join returns all rows from both tables

    • Delete is used to remove specific ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Do you have any experience with target based sales?
  • Ans. 

    Yes, I have extensive experience with target based sales.

    • I have consistently met or exceeded sales targets in my previous roles.

    • I am skilled in creating and implementing sales strategies to achieve targets.

    • I am comfortable with tracking and analyzing sales data to identify areas for improvement.

    • For example, in my last job, I was responsible for achieving a monthly sales target of $100,000 and consistently exceeded it b

  • Answered by AI
  • Q2. Why do you think you can do well in sales?
  • Ans. 

    I have a natural ability to connect with people and understand their needs, combined with a strong work ethic and a passion for sales.

    • I have a proven track record of exceeding sales targets in my previous roles.

    • I am a good listener and can quickly identify the pain points of potential customers.

    • I am confident in my ability to communicate the value of a product or service and close deals.

    • I am always willing to go the ex...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2022. There were 3 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Question about myself, what I do, my Education background, why am I looking for this position, my past experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction, Past work experience, questions on marketing, social media,

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and listening skills, get idea of the job description you got selected for.
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse nodes in groups of K
  • Ans. 

    Reverse nodes in groups of K

    • Create a function that takes a linked list and an integer K as input

    • Reverse the nodes in groups of K

    • Return the modified linked list

  • Answered by AI
  • Q2. Design sliding window rate limiter
  • Ans. 

    A sliding window rate limiter limits the rate of incoming requests within a sliding time window.

    • Define a time window and a maximum number of requests allowed within that window

    • Track the number of requests received within the window using a data structure like a queue or circular buffer

    • Reject requests that exceed the maximum allowed within the window

    • Slide the window forward as time passes, removing requests that fall ou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time in with interviews.
They out source the interview process to some shit company called Interview vector and they expect you to solve a hard question as well as LLD in 60 mins. I mean common on man, that's totally unfair. I would have been much fair if it was a easy to medium question. Very poor interviewing skills and they just want a specific answer. Very narrow minded Intivewers from interviewr vector.
Wasted my time.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Analytics data based assignment on excel. They will ask questions based on the arw data provided

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about experience

Interview Questionnaire 

2 Questions

  • Q1. Find the type of data structure based on the operation performed. Given the order of insertion and deletion. Find whether this operation corresponds to stack/queue /priority queue
  • Ans. 

    Identify data structure based on insertion and deletion order

    • If insertion and deletion follow LIFO order, it is a stack

    • If insertion follows FIFO order and deletion follows LIFO order, it is a queue

    • If insertion and deletion follow priority order, it is a priority queue

  • Answered by AI
  • Q2. Find maximum element in an array in less dhan O(N)
  • Ans. 

    Find maximum element in an array in less than O(N)

    • Use divide and conquer approach

    • Compare maximum of left and right subarrays

    • Recursively find maximum element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in data structures

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development

Vansaar Interview FAQs

How many rounds are there in Vansaar interview?
Vansaar interview process usually has 2 rounds. The most common rounds in the Vansaar interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for Vansaar 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 Vansaar. The most common topics and skills that interviewers at Vansaar expect are Marketing, FMCG Marketing, Brand Management, Digital Marketing and E-commerce.
What are the top questions asked in Vansaar interview?

Some of the top questions asked at the Vansaar interview -

  1. Previous company market research qualificat...read more
  2. Last company sale gro...read more
  3. About market knowledge & a...read more

Tell us how to improve this page.

Vansaar Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Cult.fit Interview Questions
3.6
 • 66 Interviews
HealthifyMe Interview Questions
3.0
 • 47 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
HealthKart Interview Questions
4.0
 • 25 Interviews
View all

Vansaar Reviews and Ratings

based on 23 reviews

3.5/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.2

Salary

3.0

Job security

2.7

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 23 Reviews and Ratings
Senior Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Sales Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Sales Officer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vansaar with

Cult.fit

3.6
Compare

HealthifyMe

3.0
Compare

Tata 1mg

3.6
Compare

Practo

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