Upload Button Icon Add office photos

Filter interviews by

ED&F Man HR Manager Interview Questions and Answers

Updated 11 Sep 2023

ED&F Man HR Manager Interview Experiences

1 interview found

HR Manager Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2023

Interview experience
3
Average
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 - One-on-one 

(2 Questions)

  • Q1. Nothing specific as such
  • Q2. Development one can bring in company

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is still formalising & getting matured in India. Organisation structure, reporting is yet to be designed as it is very dynamic due to attrition. Policies need to be made employee friendly.
Need to gear up the company standards to other global companies & for Indian job dynamics. There is lot of scope for improvement.

Interview questions from similar companies

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself and yourvwork experience
  • Ans. 

    I am an experienced HR manager with a strong background in employee relations and talent acquisition.

    • Over 10 years of HR management experience

    • Successfully implemented employee engagement initiatives resulting in increased productivity

    • Led recruitment efforts resulting in hiring top talent for key positions

    • Developed and implemented performance management systems

    • Conducted training programs on diversity and inclusion

    • Manage...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls look into the eyes of your interviewer and keep hands on the table.sit straight. Dress decently ,ironed clothes.
Talk confidently
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 Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About Experience

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with code, Spring Boot, and Microservices in depth, was asked to write SQL queries.
  • Ans. 

    Interview question on Java 8 features, Spring Boot, Microservices, and SQL queries for Senior Engineer role.

    • Java 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Spring Boot is a framework for building microservices with minimal configuration.

    • Microservices architecture involves breaking down a large application into smaller, independent services.

    • SQL queries are used to retrieve...

  • Answered by AI
  • Q2. Garbage collection with example, Problem solving
  • Ans. 

    Garbage collection is an automatic memory management process. It frees up memory occupied by objects that are no longer in use.

    • Garbage collection is used in programming languages like Java, Python, and C#.

    • It helps prevent memory leaks and improves program efficiency.

    • For example, in Java, the garbage collector runs periodically to identify and remove objects that are no longer referenced by the program.

    • Garbage collectio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good interview, I had an online test, Technical F2F, Technical manager discussion, HR.
we need to understand the questions and answer cut and clear.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was mix up of technical and cognitive questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions on java 8, Spring Boot, Microservices, Restful Webservices, With 2 coding questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2 had questions regarding project, coding to be written for problem statement, garbage collection, exception. It was like a positive discussion than an interview.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion. Got offer letter within 2 working day.

Interview Preparation Tips

Topics to prepare for Falabella Senior Engineer interview:
  • Java
  • Java 8
Interview preparation tips for other job seekers - Brush up with core concepts of java and code well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Js concepts & internals, predict the o/p
  • Q2. Coding Question based on hashmap
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. What is your Work experience
  • Q2. What do you know about retail
  • Ans. 

    Retail involves the sale of goods or services to consumers through various channels such as brick-and-mortar stores, online platforms, and mobile apps.

    • Retail involves selling products or services directly to consumers

    • It includes various channels like physical stores, e-commerce websites, and mobile apps

    • Retailers often purchase products from wholesalers or manufacturers and sell them at a markup to make a profit

    • Customer...

  • Answered by AI
  • Q3. How would you present your self to Coustmer
  • Q4. What do you know about conversion
  • Ans. 

    Conversion refers to turning leads or prospects into paying customers through sales techniques and strategies.

    • Conversion rate is the percentage of visitors who take a desired action, such as making a purchase or filling out a form.

    • Conversion optimization involves testing and improving various elements of a sales process to increase the conversion rate.

    • Common strategies for improving conversion include A/B testing, crea...

  • Answered by AI
  • Q5. What is up sale and cross sale
  • Ans. 

    Upselling is persuading a customer to buy a more expensive item, while cross-selling is selling related or complementary products.

    • Upselling involves convincing a customer to purchase a higher-end version of the product they are interested in.

    • Cross-selling involves offering additional products that complement or enhance the original purchase.

    • Example of upselling: Suggesting a customer upgrade to a premium version of a s...

  • Answered by AI
Round 3 - Aptitude Test 

Basic mathematics and retail sector questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work make your communication skills more fluent

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is product knowledge?
  • Ans. 

    Product knowledge is understanding the features, benefits, and uses of a product or service.

    • Understanding the features and specifications of the product

    • Knowing the benefits and advantages it offers to customers

    • Being aware of how the product can be used in different scenarios

    • Having knowledge of competitors' products and how they compare

    • Being able to effectively communicate the value of the product to potential customers

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. Tell me all about your previous experience
  • Q3. Why did you left your current company
  • Q4. Tell me about your store KPIs
  • Ans. 

    Our store KPIs include sales revenue, customer satisfaction, inventory turnover, and employee productivity.

    • Sales revenue is a key metric that we track on a daily, weekly, and monthly basis.

    • Customer satisfaction is measured through surveys and feedback forms.

    • Inventory turnover is important to ensure that we are not overstocked or understocked.

    • Employee productivity is monitored through sales targets and performance revie...

  • Answered by AI
  • Q5. How much hours can you work
  • Q6. Why are you wearing puma( or any other brand ) shoes
  • Q7. Sell me the shoe you are wearing right now

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear about whatever you are saying

ED&F Man Interview FAQs

How many rounds are there in ED&F Man HR Manager interview?
ED&F Man interview process usually has 2 rounds. The most common rounds in the ED&F Man interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in ED&F Man HR Manager interview?

Some of the top questions asked at the ED&F Man HR Manager interview -

  1. Development one can bring in comp...read more
  2. Nothing specific as s...read more

Tell us how to improve this page.

ED&F Man HR Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

MR.DIY Interview Questions
3.3
 • 29 Interviews
Bazar India Interview Questions
3.7
 • 14 Interviews
Falabella Interview Questions
3.3
 • 14 Interviews
Inorbit Mall Interview Questions
4.3
 • 13 Interviews
Tresor Systems Interview Questions
4.1
 • 10 Interviews
Osia Hypermart Interview Questions
3.5
 • 9 Interviews
JK Files Interview Questions
3.6
 • 8 Interviews
View all
Senior Executive Logistics
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst-BIU
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager Finance
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Internal Auditor
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ED&F Man with

MR.DIY

3.3
Compare

FabAlley

4.0
Compare

Karuna Management Services

4.1
Compare

Bazar India

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