Upload Button Icon Add office photos

Filter interviews by

XimKart Interview Questions and Answers

Updated 29 Mar 2025
Popular Designations

6 Interview questions

A Production Analyst was asked 6mo ago
Q. Which is more efficient: Common Table Expressions (CTEs) or Subqueries?
Ans. 

CTEs are generally more efficient than subqueries due to their ability to be reused and optimized by the query planner.

  • CTEs can be referenced multiple times within a query, reducing the need to repeat the same subquery logic.

  • CTEs can improve query readability and maintainability by breaking down complex logic into smaller, more manageable parts.

  • CTEs can be optimized by the query planner, potentially leading to bet...

View all Production Analyst interview questions
A Sourcing Manager was asked 8mo ago
Q. What is your current location?
Ans. 

I am currently located in New York City.

  • I am based in New York City

  • I have been living in New York for the past 5 years

  • My current address is in Manhattan, New York

View all Sourcing Manager interview questions
A Senior Software Engineer was asked
Q. Design an invoice generation system.
Ans. 

Design a system for generating invoices.

  • Identify the necessary data for an invoice (e.g. customer information, item details, pricing)

  • Create a database schema to store invoice data

  • Develop a user interface for entering invoice information

  • Implement logic to calculate totals, taxes, and discounts

  • Generate a PDF or printable version of the invoice

  • Include functionality for tracking invoice status and payment

  • Consider secu...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. How can you reverse a stack using recursion?
Ans. 

Reverse a stack using recursion

  • Use recursion to remove each element from the stack and store it in a temporary variable

  • Recursively call the reverse function on the remaining stack

  • Push the temporary variable back into the reversed stack

View all Senior Software Engineer interview questions
A Production Analyst was asked 6mo ago
Q. What is the difference between relational and non-relational databases, and can you provide examples of each?
Ans. 

Relational databases store data in tables with predefined relationships, while non-relational databases store data in flexible, schema-less formats.

  • Relational databases use structured query language (SQL) for querying data

  • Non-relational databases are more flexible and can store data in various formats like key-value pairs, documents, graphs, etc.

  • Examples of relational databases include MySQL, Oracle, and SQL Serve...

View all Production Analyst interview questions
A Production Analyst was asked 6mo ago
Q. What is the method to obtain a running total per month for a given sales data set, and how can the three-month moving average of total sales be calculated?
Ans. 

Running total per month can be obtained by summing the sales data for each month. Three-month moving average can be calculated by averaging the total sales for the current month and the two previous months.

  • To obtain a running total per month, sum the sales data for each month.

  • To calculate the three-month moving average of total sales, average the total sales for the current month and the two previous months.

  • Exampl...

View all Production Analyst interview questions

XimKart Interview Experiences

5 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Which is more efficient: Common Table Expressions (CTEs) or Subqueries?
  • Ans. 

    CTEs are generally more efficient than subqueries due to their ability to be reused and optimized by the query planner.

    • CTEs can be referenced multiple times within a query, reducing the need to repeat the same subquery logic.

    • CTEs can improve query readability and maintainability by breaking down complex logic into smaller, more manageable parts.

    • CTEs can be optimized by the query planner, potentially leading to better p...

  • Answered by AI
  • Q2. What is the difference between relational and non-relational databases, and can you provide examples of each?
  • Ans. 

    Relational databases store data in tables with predefined relationships, while non-relational databases store data in flexible, schema-less formats.

    • Relational databases use structured query language (SQL) for querying data

    • Non-relational databases are more flexible and can store data in various formats like key-value pairs, documents, graphs, etc.

    • Examples of relational databases include MySQL, Oracle, and SQL Server

    • Exam...

  • Answered by AI
  • Q3. What is the method to obtain a running total per month for a given sales data set, and how can the three-month moving average of total sales be calculated?
  • Ans. 

    Running total per month can be obtained by summing the sales data for each month. Three-month moving average can be calculated by averaging the total sales for the current month and the two previous months.

    • To obtain a running total per month, sum the sales data for each month.

    • To calculate the three-month moving average of total sales, average the total sales for the current month and the two previous months.

    • Example: Ru...

  • Answered by AI
Round 2 - Case Study 

A client is experiencing frequent stockouts and resulting revenue loss. How would you conduct a root cause analysis to identify the bottlenecks in the supply chain? What model would you choose to create a predictive sales model and enhance the process of calculating reorder points to avoid stockouts?

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction and what you did in current company`
  • Ans. 

    I have been working as a Sourcing Manager in my current company for the past 3 years.

    • Managed supplier relationships and negotiations

    • Developed sourcing strategies to reduce costs and improve quality

    • Collaborated with cross-functional teams to ensure supply chain efficiency

  • Answered by AI
  • Q2. Manufacturing and Procurement related question
Round 2 - HR 

(2 Questions)

  • Q1. Current package
  • Q2. Current Location
  • Ans. 

    I am currently located in New York City.

    • I am based in New York City

    • I have been living in New York for the past 5 years

    • My current address is in Manhattan, New York

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

I applied via Job Fair and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Reverse a stack using recursion
  • Ans. 

    Reverse a stack using recursion

    • Use recursion to remove each element from the stack and store it in a temporary variable

    • Recursively call the reverse function on the remaining stack

    • Push the temporary variable back into the reversed stack

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Design a Invoice generation system
  • Ans. 

    Design a system for generating invoices.

    • Identify the necessary data for an invoice (e.g. customer information, item details, pricing)

    • Create a database schema to store invoice data

    • Develop a user interface for entering invoice information

    • Implement logic to calculate totals, taxes, and discounts

    • Generate a PDF or printable version of the invoice

    • Include functionality for tracking invoice status and payment

    • Consider security ...

  • Answered by AI
Round 3 - Techno manegerial 

(1 Question)

  • Q1. 1. About prev work experience 2. Solve the problem in a multi format data ingestion module. 3. Lot of behavioural and team fitment questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on app development and easy to medium level dsa.

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you provide an introduction of yourself along with your work experience?
  • Ans. 

    Dynamic Territory Sales Manager with over 7 years of experience driving sales growth and building strong client relationships.

    • Over 7 years of experience in sales, focusing on territory management and client acquisition.

    • Successfully increased sales by 30% in my previous role by implementing targeted marketing strategies.

    • Skilled in building and maintaining relationships with key clients, resulting in a 95% customer reten...

  • Answered by AI
  • Q2. What are the achievements you have accomplished in your work?
  • Ans. 

    I have consistently exceeded sales targets, built strong client relationships, and implemented successful marketing strategies.

    • Achieved 120% of sales target in the last fiscal year by expanding the client base through targeted outreach.

    • Developed and executed a marketing campaign that increased product awareness, resulting in a 30% sales increase in a key territory.

    • Established long-term relationships with key clients, l...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Few DSA questions
Round 2 - Technical 

(1 Question)

  • Q1. Design patterns

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about XimKart?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Where did you work on the specific skill required for the job?
  • Ans. 

    I honed my analytical skills through various projects in my previous roles, focusing on data interpretation and stakeholder communication.

    • Worked on a project analyzing customer feedback data to improve product features, resulting in a 20% increase in user satisfaction.

    • Collaborated with cross-functional teams to gather requirements for a new software tool, ensuring alignment with business objectives.

    • Utilized SQL and Exc...

  • Answered by AI

Intern Interview Questions & Answers

Cognizant user image vagmi gupta

posted on 13 Jul 2022

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. About your project and s1kills
  • Q2. Interview went well .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare atleast one language or technology
Are these interview questions helpful?

Data Analyst Interview Questions & Answers

Amazon user image himanshu kohli

posted on 31 May 2021

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introducing your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Ans. 

    Amazon's innovation, customer focus, and diverse opportunities align with my career goals and values.

    • Customer Obsession: Amazon prioritizes customer satisfaction, evident in initiatives like Prime and personalized recommendations.

    • Innovation: The company is a leader in technology and logistics, constantly pushing boundaries with services like AWS and drone delivery.

    • Diversity of Roles: Amazon offers a wide range of caree...

  • Answered by AI
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

XimKart Interview FAQs

How many rounds are there in XimKart interview?
XimKart interview process usually has 2-3 rounds. The most common rounds in the XimKart interview process are Technical, One-on-one Round and HR.
How to prepare for XimKart 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 XimKart. The most common topics and skills that interviewers at XimKart expect are Client Acquisition, Enterprise Sales, Key Account Management, Sales Operations and Taxation.
What are the top questions asked in XimKart interview?

Some of the top questions asked at the XimKart interview -

  1. What is the method to obtain a running total per month for a given sales data s...read more
  2. What is the difference between relational and non-relational databases, and can...read more
  3. Which is more efficient: Common Table Expressions (CTEs) or Subqueri...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

XimKart Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.8

Salary

3.5

Job security

3.5

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 16 Reviews and Ratings
Territory Sales Manager
7 salaries
unlock blur

₹5.6 L/yr - ₹9.5 L/yr

Area Sales Manager
6 salaries
unlock blur

₹7.5 L/yr - ₹11 L/yr

Business Analyst
4 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Operations Manager
4 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Business Development Manager
4 salaries
unlock blur

₹8.5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare XimKart with

TCS

3.6
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview