Upload Button Icon Add office photos

Naaptol Online Shopping

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Naaptol Online Shopping Profit Sharing Manager Interview Questions, Process, and Tips

Updated 29 Sep 2023

Naaptol Online Shopping Profit Sharing Manager Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Group Discussion 

I am sharing my best skills and my knowledge .

Round 3 - HR 

(5 Questions)

  • Q1. How to improve on your business?
  • Ans. 

    To improve on our business, we can focus on increasing employee engagement, implementing new technology, and expanding our customer base.

    • Increase employee engagement through regular feedback sessions and recognition programs.

    • Implement new technology to streamline processes and improve efficiency.

    • Expand customer base through targeted marketing campaigns and partnerships.

  • Answered by AI
  • Q2. Best quality in the product?
  • Ans. 

    The best quality in our product is its durability and reliability.

    • Durability ensures long-lasting performance

    • Reliability means consistent results for users

    • High-quality materials and manufacturing processes contribute to these qualities

  • Answered by AI
  • Q3. Which is the Making process is best company?
  • Ans. 

    There is no one-size-fits-all answer to which manufacturing process is best for a company as it depends on various factors.

    • The best manufacturing process for a company depends on its specific industry, products, target market, and resources.

    • Some companies may benefit from mass production techniques like assembly line manufacturing, while others may prefer custom manufacturing for niche markets.

    • Lean manufacturing princi...

  • Answered by AI
  • Q4. How to shale the product?
  • Ans. 

    To shake the product, ensure it is properly sealed and then gently shake it to mix the contents.

    • Ensure the product is properly sealed before shaking to prevent spills or leaks.

    • Gently shake the product to mix the contents without causing damage.

    • Avoid shaking too vigorously, especially for fragile or delicate products.

    • Check the product label or instructions for specific shaking recommendations.

    • Examples: Shake well before...

  • Answered by AI
  • Q5. What was the best Rating is the best product?
  • Ans. 

    The best product rating is subjective and can vary depending on individual preferences and needs.

    • The best rating for a product can depend on factors such as quality, price, features, and customer reviews.

    • For example, a high-end smartphone may have the best rating for someone looking for top-of-the-line features, while a budget-friendly option may be the best for someone looking for value for money.

    • It's important to con...

  • Answered by AI
Round 4 - Assignment 

Web developer and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Can I shareing to the seekers ,best and improve the Knowledge of any company.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Case Study 

Was asked about a case study regarding cost and profit, interviewer was observing my logical thinking and approach towards the problem.
Basically they'll check if you are covering all aspects or not.

Round 3 - Coding Test 

SQL easy to medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and open to discuss various scenarios.

Intern Interview Questions & Answers

Paytm Mall user image Monu Singh Yadav

posted on 22 Nov 2024

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

Very impressive able to solve 100 coding questions within 10 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Find min in array
  • Ans. 

    Find the minimum string in an array of strings.

    • Iterate through the array and compare each string to find the minimum.

    • Use a built-in function like sort() to sort the array and then return the first element.

    • Consider using a loop to compare each element with the current minimum.

  • Answered by AI
  • Q2. Find max in array
  • Ans. 

    Find the maximum value in an array of strings.

    • Convert the strings to numbers if needed before finding the maximum value.

    • Use a loop to iterate through the array and compare each element to find the maximum value.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. What is 10% of 100.
  • Ans. 

    10% of 100 is 10.

    • To find 10% of a number, divide the number by 10.

    • In this case, 100 divided by 10 equals 10.

    • So, 10% of 100 is 10.

  • Answered by AI
  • Q2. What is 100% of 20.
  • Ans. 

    The answer is 20.

    • 100% of 20 is equal to 20.

    • To calculate 100% of a number, you simply multiply the number by 1.

    • For example, 100% of 50 is 50, because 50 x 1 = 50.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Horrible interview experience. The interviewer asked everything except what was relevant to the job. Asked stupid questions like what is 100% of 20. Would repeatedly interrupt my answers and make me repeat the same things 3-4 times.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tree based question - Flatten a tree
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Data management intern , based in excel .interview questions
Interview experience
3
Average
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 - Assignment 

SQL, excel, tableau , looker studio

Round 2 - HR 

(1 Question)

  • Q1. What is your notice period.

I applied via Referral and was interviewed before Nov 2018. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Advanced sql queries related to dense rank, row num, self joins, pivoting, case studies, visualization questions, puzzles, questions on probability

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and go with open minds
Contribute & help others!
anonymous
You can choose to be anonymous

Naaptol Online Shopping Interview FAQs

How many rounds are there in Naaptol Online Shopping Profit Sharing Manager interview?
Naaptol Online Shopping interview process usually has 4 rounds. The most common rounds in the Naaptol Online Shopping interview process are Resume Shortlist, Group Discussion and HR.
What are the top questions asked in Naaptol Online Shopping Profit Sharing Manager interview?

Some of the top questions asked at the Naaptol Online Shopping Profit Sharing Manager interview -

  1. Which is the Making process is best compa...read more
  2. How to improve on your busine...read more
  3. What was the best Rating is the best produ...read more

Recently Viewed

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

INTERVIEWS

Naaptol Online Shopping

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Naaptol Online Shopping

No Interviews

Tell us how to improve this page.

Naaptol Online Shopping Profit Sharing Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
Synaptics Interview Questions
3.8
 • 10 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Naaptol Online Shopping Profit Sharing Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Naaptol Online Shopping with

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Shopclues

3.9
Compare

Paytm Mall

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent