Upload Button Icon Add office photos

Filter interviews by

Popees Baby Care Products Interview Questions and Answers

Updated 17 Dec 2020

Popees Baby Care Products Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. It's new store they were asking u now kpi everything.
  • Q2. First of all people don't trust true person and believe they select person who do time pass work for 6months and quit job

Retail Store Manager Interview Questions asked at other Companies

Q1. Retail KPI, How you will improve EBITDA, How you will improve business efficiency
View answer (27)

Interview questions from similar companies

Java Staff Engineer Interview Questions & Answers

Everbridge user image Anonymous

posted on 9 Sep 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Puzzle from geekforgeeks of 10 Identical peels
  • Q2. What is your daily task as a team lead?
  • Ans. 

    As a team lead, my daily tasks include overseeing project progress, assigning tasks, providing guidance and support to team members, and ensuring deadlines are met.

    • Overseeing project progress and ensuring tasks are completed on time

    • Assigning tasks to team members based on their strengths and workload

    • Providing guidance and support to team members to help them succeed

    • Communicating with stakeholders to provide updates on ...

  • Answered by AI
  • Q3. How do you store database credentials in cloud?
  • Ans. 

    Database credentials can be stored securely in cloud using encryption, environment variables, and key management services.

    • Use encryption to protect sensitive information such as passwords and keys.

    • Store credentials in environment variables rather than hardcoding them in code.

    • Utilize key management services provided by cloud providers for secure storage and access control.

    • Avoid storing credentials in plain text files or...

  • Answered by AI
  • Q4. If a Kubernetes secret server goes down, where to store database credentials?
  • Ans. 

    Database credentials can be stored in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Store database credentials in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Utilize Kubernetes secrets to store the access credentials for the external vault service.

    • Implement proper access controls and encryption mechanisms to ensure the security of the stored credentials.

  • Answered by AI
  • Q5. Do you have experience with React?
  • Ans. 

    Yes, I have experience with React.

    • I have worked on multiple projects using React for front-end development.

    • I am proficient in using React components, state management, and hooks.

    • I have integrated React with backend technologies like Node.js for full-stack development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was ok, they seem to be looking for Senior developer and not lead, Also Senior developer was taking interview of lead with limited experience it felt.

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About scrum values
  • Q2. Agile methodology
Round 2 - Technical 

(2 Questions)

  • Q1. Dependency management
  • Q2. Scrum values and core principle
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Reasons for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire for career advancement

    • Interest in working on new projects

    • Seeking a more challenging role

    • Opportunity to learn new skills

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python code to calculate the sum
  • Ans. 

    Python code to calculate the sum of elements in a list

    • Use the built-in sum() function in Python to calculate the sum of elements in a list

    • Create a list of numbers and pass it as an argument to the sum() function

    • Example: numbers = [1, 2, 3, 4, 5] total = sum(numbers) print(total)

  • Answered by AI
  • Q2. Terraform code debug and analysis

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Case Study 

Creates ability to Analyse the problem and difficulties which sometimes stands firmly against you and your goals making a simple task difficult to accomplish 💪..

Round 2 - Group Discussion 

Working in group forming a potential team work which multiplies ✖ your chance to achive any set targets 🎯 and goals... till then don't move your focus from the bullseye...

Round 3 - Coding Test 

Yess i am not very optimal in coding because i never studied this subject in my life... But it doesn't ends your journey ✈️ their are more Roads left which can lead you to your destination.

Round 4 - Technical 

(1 Question)

  • Q1. Their was nothing asked about technical knowledge in this whole interview as this was not the designation for technical sector so dont worry about it just carry out with thr formal knowledge you have achie...

Interview Preparation Tips

Topics to prepare for Hush Puppies Sales Promoter interview:
  • Little 🤏 maths
  • Personality development program
  • Little 🤏 finance
  • CustomerInteraction skills
  • Techinical knowledge 📚 of produ
  • Vast knowledge of materials
  • Reasoning and purpose of product
  • Mind and expression understandin
  • Analitic cappablity
  • A problem solving mind
  • Love for Presiesness
Interview preparation tips for other job seekers - Respect knowledge (Grasp it)📚📚..
Acknowledge your duties...
And the last and most easiest one Open your intellectual dictionary and Delete the word Fear from the book 📕 of your mind.

Bluetooth Engineer Interview Questions & Answers

Synaptics user image Anonymous

posted on 2 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is interger pointer
  • Q2. Structure padding , why its needed?
  • Q3. How to declare a syntax for malloc with pointers
Round 2 - Technical 

(3 Questions)

  • Q1. Two programming questions
  • Q2. One on bitshifting
  • Q3. Another one on stack push/pop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare nicely on C

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. In place string manipulation.
  • Ans. 

    In-place string manipulation refers to modifying a string without using extra memory space.

    • In-place string manipulation involves directly modifying the characters of the original string without creating a new string object.

    • Examples include reversing a string in place, converting all characters to uppercase in place, or removing whitespace in place.

    • For example, to reverse a string in place: start with two pointers at th...

  • Answered by AI
  • Q2. OS, Kernel related questions
Round 2 - Technical 

(1 Question)

  • Q1. Multi Threaded File Processing.
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related. Coding on synchronization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Question. Requires good OS kernel fundamentals. Medium leet code. File system related system design.

Skills evaluated in this interview

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

(3 Questions)

  • Q1. General, family, roles
  • Q2. General, profile, some work related
  • Q3. General, profile, family

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work for
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Know a details about your profile
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you implement your training?
  • Q2. How will you make your training process interactive?

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak in confidence

Popees Baby Care Products Interview FAQs

How to prepare for Popees Baby Care Products 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 Popees Baby Care Products. The most common topics and skills that interviewers at Popees Baby Care Products expect are Retail Operations, Sales, Accounting, Buying and Channel Sales.
What are the top questions asked in Popees Baby Care Products interview?

Some of the top questions asked at the Popees Baby Care Products interview -

  1. First of all people don't trust true person and believe they select person who ...read more
  2. It's new store they were asking u now kpi everythi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Himalaya Wellness Interview Questions
4.1
 • 106 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Biotique Interview Questions
3.7
 • 15 Interviews
KrazyBee Interview Questions
3.7
 • 14 Interviews
TravelTriangle Interview Questions
3.8
 • 13 Interviews
Synaptics Interview Questions
3.7
 • 8 Interviews
Pigeon India Interview Questions
4.1
 • 5 Interviews
Chicco Interview Questions
4.1
 • 1 Interview
View all

Popees Baby Care Products Reviews and Ratings

based on 31 reviews

3.7/5

Rating in categories

3.8

Skill development

3.5

Work-Life balance

3.1

Salary & Benefits

3.4

Job Security

3.3

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 31 Reviews and Ratings
Area Sales Manager
8 salaries
unlock blur

₹3.5 L/yr - ₹6.6 L/yr

Fashion Designer
7 salaries
unlock blur

₹1.7 L/yr - ₹3.6 L/yr

Sales Officer
7 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Territory Sales Manager
6 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Store Manager
6 salaries
unlock blur

₹2 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Popees Baby Care Products with

Chicco

4.1
Compare

Johnson & Johnson

4.1
Compare

Himalaya Wellness

4.1
Compare

Pigeon India

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview