Upload Button Icon Add office photos
Engaged Employer

i

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

Ninjacart Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ninjacart Interview Questions and Answers

Updated 27 Jun 2025
Popular Designations

33 Interview questions

A Capacity and infrastructure was asked 1mo ago
Q. How would you determine the location?
Ans. 

Finding a location can involve various methods, including GPS, maps, and local landmarks.

  • Use GPS technology: Devices like smartphones and car navigation systems can pinpoint your location using satellite signals.

  • Consult maps: Physical or digital maps can help identify your location based on landmarks and coordinates.

  • Ask locals: Engaging with people in the area can provide insights and directions to your desired lo...

A Capacity and infrastructure was asked 1mo ago
Q. What is the process for closing property and legal transactions?
Ans. 

The process for closing property and legal transactions involves several key steps to ensure legality and compliance.

  • Conduct due diligence: Verify property title and check for liens or encumbrances.

  • Prepare closing documents: Draft and review necessary legal documents such as the deed, settlement statement, and loan agreements.

  • Coordinate with stakeholders: Communicate with buyers, sellers, real estate agents, and l...

A Software Developer was asked 3mo ago
Q. Write a Depth-First Search (DFS) algorithm.
Ans. 

Depth-First Search (DFS) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

  • DFS uses a stack data structure, either explicitly or via recursion.

  • It starts from a selected node and explores each branch before backtracking.

  • Example: In a binary tree, DFS can be implemented using pre-order, in-order, or post-order traversal.

  • DFS can be used to find connected components ...

View all Software Developer interview questions
A Software Developer was asked 3mo ago
Q. What is a Data Structure?
Ans. 

Data structures are organized formats for storing, managing, and accessing data efficiently.

  • 1. Types: Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • 2. Arrays: Fixed-size collections of elements, e.g., [1, 2, 3, 4].

  • 3. Linked Lists: Collections of nodes where each node points to the next, e.g., 1 -> 2 -> 3.

  • 4. Stacks: Last-in, first-out (LIFO) structures, e.g., function ...

View all Software Developer interview questions
A Software Engineer was asked 9mo ago
Q. Describe the system design for an online movie booking platform.
Ans. 

Design an online movie booking platform for users to browse, book, and manage movie tickets seamlessly.

  • User Authentication: Allow users to register, log in, and manage their profiles.

  • Movie Listings: Provide a searchable database of movies with details like showtimes, genres, and ratings.

  • Booking System: Implement a real-time booking system to handle ticket reservations and payments.

  • Seat Selection: Enable users to s...

View all Software Engineer interview questions
A Quality Executive was asked
Q. What is the goal?
Ans. 

The goal is to ensure high quality standards are met consistently in all aspects of the organization's operations.

  • Achieving and maintaining compliance with industry regulations and standards

  • Implementing quality improvement initiatives to enhance processes and products

  • Reducing defects and errors through continuous monitoring and analysis

  • Enhancing customer satisfaction by delivering high-quality products and service...

View all Quality Executive interview questions
A Fc Manager was asked
Q. What are the current metrics?
Ans. 

Current metrics include key performance indicators used to measure the success and progress of the team.

  • Key performance indicators (KPIs) such as win rate, goal difference, points per game, and player performance ratings.

  • Financial metrics like revenue, expenses, and profit/loss.

  • Fan engagement metrics such as attendance, social media followers, and merchandise sales.

  • Operational metrics like player injuries, trainin...

View all Fc Manager interview questions
Are these interview questions helpful?
A Zonal Sales Manager was asked
Q. What do you know about the B2B business?
Ans. 

B2B business involves selling products or services to other businesses rather than to consumers.

  • B2B sales typically involve longer sales cycles and higher value transactions

  • Relationship building and networking are crucial in B2B business

  • Understanding the needs and challenges of other businesses is key in B2B sales

  • Examples of B2B businesses include software companies selling to corporations, manufacturers selling t...

View all Zonal Sales Manager interview questions
A Territory Sales Manager was asked
Q. How can the company grow based on its current aspects?
Ans. 

To grow the company on current aspects, we need to focus on expanding our customer base, improving customer satisfaction, and increasing sales revenue.

  • Identify and target new potential customers through market research and advertising

  • Provide excellent customer service to retain current customers and encourage referrals

  • Offer promotions and discounts to incentivize repeat business and attract new customers

  • Develop ne...

View all Territory Sales Manager interview questions
A Territory Sales Manager was asked
Q. How do you generate leads in the market?
Ans. 

Getting a lead in the market requires a strategic approach and effective networking.

  • Identify target audience and their needs

  • Attend industry events and conferences

  • Utilize social media platforms for outreach

  • Offer promotions or incentives to attract potential customers

  • Collaborate with other businesses for referrals

  • Follow up with leads in a timely manner

View all Territory Sales Manager interview questions

Ninjacart Interview Experiences

100 interviews found

Fc Manager Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2023

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

I applied via Approached by Company and was interviewed before 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 - HR 

(1 Question)

  • Q1. Nothing in specific. General questions.
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the current metrics
  • Ans. 

    Current metrics include key performance indicators used to measure the success and progress of the team.

    • Key performance indicators (KPIs) such as win rate, goal difference, points per game, and player performance ratings.

    • Financial metrics like revenue, expenses, and profit/loss.

    • Fan engagement metrics such as attendance, social media followers, and merchandise sales.

    • Operational metrics like player injuries, training att...

  • Answered by AI
  • Q2. How plan the labor roasters, what steps to improve the labor productivity.`
  • Ans. 

    Labor roasters can be planned by analyzing workload, scheduling shifts efficiently, providing training, and monitoring performance.

    • Analyze workload to determine the number of staff needed for each shift

    • Schedule shifts efficiently to ensure adequate coverage during peak hours

    • Provide training to improve skills and efficiency of employees

    • Monitor performance regularly to identify areas for improvement

    • Implement technology s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with what are your metrics.
Having a good no. of vendor backups is great.
Good in Mathematics is a plus.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Data Structures, Coding MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. What is Data Structure
  • Q2. Write DFS Algorithm
  • Ans. 

    Depth-First Search (DFS) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.

    • DFS uses a stack data structure, either explicitly or via recursion.

    • It starts from a selected node and explores each branch before backtracking.

    • Example: In a binary tree, DFS can be implemented using pre-order, in-order, or post-order traversal.

    • DFS can be used to find connected components in a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Familiar in Data Structures and Algorithms
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. HR questions strengths weaknesses risks taken
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimate why startup
  • Ans. 

    Startups are innovative, agile, and have the potential for rapid growth.

    • Startups are able to quickly adapt to market changes and customer needs.

    • They have the potential for high growth and scalability.

    • Startups often focus on disruptive technologies or business models.

    • They are usually founded by entrepreneurs with a vision for solving a specific problem or meeting a market need.

  • Answered by AI

Interview Questions & Answers

user image Chetti Mahesh

posted on 3 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How to find out location
  • Ans. 

    Finding a location can involve various methods, including GPS, maps, and local landmarks.

    • Use GPS technology: Devices like smartphones and car navigation systems can pinpoint your location using satellite signals.

    • Consult maps: Physical or digital maps can help identify your location based on landmarks and coordinates.

    • Ask locals: Engaging with people in the area can provide insights and directions to your desired locatio...

  • Answered by AI
  • Q2. What is the process for closing property and legal transactions?
  • Ans. 

    The process for closing property and legal transactions involves several key steps to ensure legality and compliance.

    • Conduct due diligence: Verify property title and check for liens or encumbrances.

    • Prepare closing documents: Draft and review necessary legal documents such as the deed, settlement statement, and loan agreements.

    • Coordinate with stakeholders: Communicate with buyers, sellers, real estate agents, and lender...

  • Answered by AI
  • Q3. What about previous company roll and respnasibility
  • Ans. 

    In my previous role, I managed capacity planning and infrastructure optimization to enhance operational efficiency.

    • Led a team responsible for capacity planning, ensuring resources met demand fluctuations.

    • Implemented monitoring tools that improved infrastructure performance by 30%.

    • Collaborated with cross-functional teams to align infrastructure capabilities with business goals.

    • Conducted regular audits to identify bottle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This good opportunity for NINJACART

SDE Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consist of 50 questions which was simple and mixed if all concepts

Round 2 - Coding Test 

Only one easy coding question

Round 3 - Technical 

(2 Questions)

  • Q1. About Linked List
  • Q2. Basic level understanding questions on DBMS and other concepts
Round 4 - Technical 

(1 Question)

  • Q1. Basic Technical questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about your company process
  • Ans. 

    Our company process involves thorough market research, strategic planning, supplier negotiations, and continuous performance analysis.

    • Market research is conducted to identify trends, customer preferences, and competitor strategies.

    • Strategic planning involves setting goals, developing action plans, and allocating resources effectively.

    • Supplier negotiations are crucial for securing favorable terms, pricing, and quality s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ninja Kart's interview process was a disappointing and unprofessional experience, where they deceived me by conducting multiple rounds without any intention of filling the position, wasted my valuable time, and instead, exploited the opportunity to gather sensitive information about their competitors, all while refusing to share the job description until the very end. In this Mr. Vignesh will conduct interview from CEO office he is a biggest froud.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Basic questions and previous company relevant questions
  • Q2. Tell me about yourself.

Category Manager Interview Questions & Answers

user image bala murugan

posted on 13 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell about your previews experience and excel test
  • Q2. Given some situation and expecting to solve
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asking for previous work experience
  • Q2. Team handling and Business developing
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. NPV, IRR, Payback Period, Financial Statement Analysis, Gearing, Investment Decisions, Financing Decisions
Round 2 - Technical 

(2 Questions)

  • Q1. Logical Reasoning (Puzzle), Guesstimates, Accounting (Impact of change in depreciation amount on all 3 financial statements)
  • Q2. Tell me about yourself, overview of previous Work Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - They might waste your time, by putting you through the rounds. In my case HR gave positive response and said that I have cleared all rounds and they're on their way to extend offer. But then ghosted me. So don't get swayed away by verbal communications or keep any expectations. No basic courtesy to communicate the rejection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Ask abt current experience roles and responsibility
  • Q2. Ask who u can help are team, in turn of growth, sales,

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Ninjacart?
Ask anonymously on communities.

Ninjacart Interview FAQs

How many rounds are there in Ninjacart interview?
Ninjacart interview process usually has 2-3 rounds. The most common rounds in the Ninjacart interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Ninjacart 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 Ninjacart. The most common topics and skills that interviewers at Ninjacart expect are Sales, FMCG Sales, Procurement, Team Handling and Operations.
What are the top questions asked in Ninjacart interview?

Some of the top questions asked at the Ninjacart interview -

  1. What if they are also the part of the scam or illegal activi...read more
  2. What if the head also knows about this illegal activity a and he is also a part...read more
  3. 1.Given an array(0-based indexing), you have to find the max sum of i*A[i] wher...read more
How long is the Ninjacart interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 67 interview experiences

Difficulty level

Easy 32%
Moderate 59%
Hard 9%

Duration

Less than 2 weeks 67%
2-4 weeks 24%
4-6 weeks 6%
6-8 weeks 3%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 474 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
CARS24 Interview Questions
3.5
 • 361 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Zepto Interview Questions
3.5
 • 296 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 153 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
View all

Ninjacart Reviews and Ratings

based on 1.9k reviews

3.9/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.8

Salary

3.4

Job security

3.7

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 1.9k Reviews and Ratings
Content Lead

Shopian

3-4 Yrs

Not Disclosed

Record To Report Professional

Bangalore / Bengaluru

1-2 Yrs

Not Disclosed

Field Sales Executive

Chennai

1-6 Yrs

₹ 2.3-3.5 LPA

Explore more jobs
Senior Executive
251 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Operations Executive
194 salaries
unlock blur

₹1.6 L/yr - ₹4.3 L/yr

Territory Sales Manager
187 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Sales Executive
177 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Cluster Head
176 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare Ninjacart with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview