Upload Button Icon Add office photos

Filter interviews by

ShopKirana Sales Executive Interview Questions and Answers

Updated 5 Feb 2024

ShopKirana Sales Executive Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Which company you Frist starting working

Interview questions from similar companies

I applied via Approached by Company and was interviewed before May 2021. 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 - Aptitude Test 

Mathematical thinking Analytical Thinking

Round 3 - HR 

(1 Question)

  • Q1. Career intro, Mathematics

Interview Preparation Tips

Topics to prepare for Vyapar Sales Executive interview:
  • Aptitude
  • Basic mathematics
  • Accounting
Interview preparation tips for other job seekers - Organisation is good learnings will be there
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal and easy apti test

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself etc., knowledge about this app, how you sell this app etc.
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good 10 questions aptitude test

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 - Aptitude Test 

Some maths question duration 30 min

Round 3 - One-on-one 

(2 Questions)

  • Q1. Regarding sales
  • Q2. Regarding past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is vyapar on marketing
  • Ans. 

    Vyapar in marketing refers to the process of conducting business or trade.

    • Vyapar involves buying and selling goods or services.

    • It includes activities such as advertising, promotion, and distribution.

    • Vyapar aims to attract customers and generate revenue for the business.

    • Examples of vyapar in marketing include running social media campaigns, participating in trade shows, and offering discounts to customers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 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 tips
Round 2 - Aptitude Test 

There'll be 10 questions have to write 5 correctly

Round 3 - TL 

(2 Questions)

  • Q1. Self introduction
  • Q2. Types of GST and its uses
  • Ans. 

    There are four types of GST in India - CGST, SGST, IGST, and UTGST. They are used for different types of transactions.

    • CGST is levied by the central government on intra-state transactions

    • SGST is levied by the state government on intra-state transactions

    • IGST is levied by the central government on inter-state transactions

    • UTGST is levied by the union territories on intra-state transactions

    • GST is used to replace multiple in...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary details asked and offered
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Jobhai and was interviewed in Nov 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 - Aptitude Test 

I got test link in SHL & it had bugs. I completed test & had telephonic interview got selected for next round. Should check further

Round 3 - One-on-one 

(3 Questions)

  • Q1. Introduction about myself & Languages known
  • Q2. Test about English & Aptitude
  • Q3. HR round ,i didn't attend yet

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam fresher, i should know better before speaking. I had 2 rounds for sales executive role. I definitely performed well. But test round had bugs in APP very easy exam. I need to learn more about company

I appeared for an interview in Aug 2021.

Interview Questionnaire 

4 Questions

  • Q1. Basic percentage and calculation Questions
  • Q2. Why u applied for this role?
  • Q3. What is accounting and inventory ?
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions. Inventory refers to the goods and materials that a business holds for the ultimate purpose of resale.

    • Accounting involves keeping track of financial transactions such as sales, purchases, and expenses

    • Inventory management involves tracking the quantity and value o...

  • Answered by AI
  • Q4. Difference between bill and invoice?
  • Ans. 

    A bill is a request for payment, while an invoice is a detailed record of a transaction.

    • A bill is typically sent before payment is due, while an invoice is sent after a transaction has occurred.

    • A bill may include a summary of charges, while an invoice provides a detailed breakdown of the goods or services provided.

    • Invoices are often used for accounting and tax purposes, while bills are more commonly used in everyday tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just express yourself in interview. Basic aptitude and calculation skills is required to clear aptitude. You can have a good career and growth prospects here if you are really interested for this position and willing to work hard.

I appeared for an interview in Jun 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 minutes
Round difficulty - Hard

The test link had 3 days expiry so I could attempt test anytime. It was conducted on doselect.com

  • Q1. 

    Equilibrium Indices in a Sequence

    You are given an array/list named 'SEQUENCE', which consists of 'N' integers. The task is to identify all equilibrium indices in this sequence.

    Explanation:

    An equilibr...

  • Ans. 

    The task is to find the equilibrium indices of a given sequence, where the sum of elements at lower indices is equal to the sum of elements at higher indices.

    • Iterate through the sequence and calculate the total sum of all elements

    • Initialize a left sum and right sum as 0

    • For each index, update the left sum and right sum and check if they are equal

    • If they are equal, add the index to the equilibrium indices

    • Return the equil

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Video interview round wherein I was asked to wrote code for the problem statements given by the interviewer. The problems were mainly focused on advanced JS concepts like asynchonous progamming, timers, closures, and data structure problems around arrays, sets, linked list etc.

  • Q1. 

    Rearrange Linked List Problem Statement

    Given a singly linked list in the form 'L1' -> 'L2' -> 'L3' -> ... 'Ln', your task is to rearrange the nodes to the form 'L1' -> 'Ln' -> 'L2' -> '...

  • Ans. 

    The task is to rearrange the nodes of a singly linked list in a specific order without altering the data of the nodes.

    • Iterate through the linked list to find the middle node using the slow and fast pointer technique.

    • Reverse the second half of the linked list.

    • Merge the first and reversed second half of the linked list alternatively to get the desired order.

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was the last round with HR wherein they judged cultural fit and there was discussion on things like my expectations v/s their expectations etc.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNoSpringworks interview preparation:Topics to prepare for the interview - Javascript/Typescript, NodeJS, MongoDB, SQL, Angular, Data Structures and Algorithms, Object Oriented Programming ConceptsTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Get well versed with the fundamentals of Javascript including advanced concepts like promises, async/await, generators, higher order functions, closures, currying etc.
Tip 2 : Do some projects on MERN Stack because a lot of projects here use some or all of those technologies
Tip 3 : Do prepare for behavioral/cultural-fit questions especially around how you'll handle various stituations during work or how will you manage productivity while working remotely.

Application resume tips for other job seekers

Tip 1 : Having projects on MERN stack will give you advantage
Tip 2 : Do mention if you have any AWS experience.
Tip 3 : Mention all your internships/past experiences. Keep them crisp and talk about what you did and it's impact/outcome.
Tip 4 : Any experience/exposure to blockchain will definitely give brownie points.

Final outcome of the interviewSelected

Skills evaluated in this interview

ShopKirana Interview FAQs

How many rounds are there in ShopKirana Sales Executive interview?
ShopKirana interview process usually has 1 rounds. The most common rounds in the ShopKirana interview process are HR.
How to prepare for ShopKirana Sales Executive 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 ShopKirana. The most common topics and skills that interviewers at ShopKirana expect are B2B Sales, FMCG Sales and General Trade.

Tell us how to improve this page.

ShopKirana Sales Executive Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.3
 • 83 Interviews
NoBrokerHOOD Interview Questions
3.1
 • 58 Interviews
Vyapar Interview Questions
3.5
 • 55 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
View all
ShopKirana Sales Executive Salary
based on 54 salaries
₹1.8 L/yr - ₹3.5 L/yr
19% less than the average Sales Executive Salary in India
View more details

ShopKirana Sales Executive Reviews and Ratings

based on 14 reviews

3.9/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 14 Reviews and Ratings
Sales Executive
54 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Team Lead
47 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Sales Associate
27 salaries
unlock blur

₹2.1 L/yr - ₹3.1 L/yr

Supervisor
24 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Inventory Supervisor
22 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Explore more salaries
Compare ShopKirana with

Celebal Technologies

3.0
Compare

NoBrokerHOOD

3.1
Compare

Innovaccer

3.3
Compare

Vyapar

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