Upload Button Icon Add office photos

Filter interviews by

Bardwood Support Services Human Resource Recruitment Executive Interview Questions and Answers

Updated 5 Mar 2025

Bardwood Support Services Human Resource Recruitment Executive Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selling a pen to them and some technical questions regarding HR

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to learn, it gives exposure, but at the same time, be ready to experience office politics, favoritism, and flattery of management for promotions. I am talking about the Bangalore office.

Especially that manager who uses inappropriate language as if he owns us—I see people working just for experience and money, and they don’t plan to stick around for long. The only good reason to join is if you are a fresher looking for exposure to an international process. The salary is decent but not great, and you lose money if you take even one leave, which they call attendance bonus—a complete letdown.

I would suggest freshers look at really good companies like Resource Pro, HCL, and many more that hire freshers and offer an amazing work-life balance—but yes, you might have to compromise a little on salary. If you’re looking at the long-term game in corporate life, go for a company with a good corporate culture that doesn’t hamper your mindset with negativity. Corporate is a long marathon, so choose your track wisely.

Don’t think that just because you’re a fresher, you don’t know anything. It takes just 1 or 2 months to learn any kind of process unless they’re building rockets. You can learn and do the job. But try to stay away from toxic companies. Read reviews before interviews, connect with employees, ask them about company culture and promotion policies, and build connections so you can make an informed decision.

Startups promising learning exposure? Not worth it. They just exploit you with work and provide zero job security. Go for an MNC—one that’s been established for over 20 years, like Amazon, Microsoft, Google, HCL, and many more. Have patience and keep looking for the right job—don’t compromise just because you feel desperate. Patience is key.

Now, Bardwood—I would suggest it only if you’re looking for international exposure. Otherwise, stay away. The work culture is toxic—humiliation, open favoritism, and disrespect are common. Managers can insult you in front of everyone anytime, using words like foul language and derogatory terms.

I still remember a friend who joined—his login time was 11:30, and he logged in at exactly 11:33. Just 3 minutes late, and the manager shouted at him in front of everyone—humiliating. One team leader scolded me over a very minor grammar mistake in an email—something that could have been easily corrected. Worse, it wasn’t even my own team leader but someone from another team. Unprofessional and unnecessary.

At first, I felt bad and helpless—I couldn’t revert back. But soon, I realized I couldn’t stay silent, so I started learning how to deal with these difficult people.

Politics exists in every company, and we cannot avoid it. But when politics turns into toxicity and disrespect, that is not acceptable. Know how to draw the line when it crosses into disrespect and learn to stand up for yourself.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about IND AS 115 & 116 and whatever is there in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Your introduction is very important. The more elaborative introduction you will give, the more confident you will look to the interviewer. Your introduction can cover your complete resume, whatever you did in your last job/articleship/internship, wherever you represented your school, academic qualification, etc.. They basically evaluate your communication skill and how much you are comfortable working in corporate environment and also, if you are comfortable in relocating yourself. All the very best.

I applied via Referral and was interviewed before Nov 2021. 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 - Group Discussion 

Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion

Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions. Why to leave current company? Etc why wipro? Salary negotiation
  • Q2. Why join wipro and not other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for all your answers on resume. Dont fake resume.

I applied via Walk-in and was interviewed before Oct 2021. 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 - Aptitude Test 

Engilsh, basic maths knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Normally about your self introduction and work experiences
  • Q2. There ask about work experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good company. Good company for experiences

I applied via Recruitment Consultant and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Can you explain your work experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - * Keep the answer precise
* Communicate clearly
* Please don't use fillers
* Don't panic
* English fluency is a must

ALL THE BEST

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About work experience in tge past...comm skills as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your skills and explain well..less grammer error advice

I was interviewed before Jul 2021.

Round 1 - Aptitude Test 

Logical reasoning, GAAP and English

Round 2 - Technical 

(1 Question)

  • Q1. Taxation and business finance questions mostly
Round 3 - HR 

(1 Question)

  • Q1. Personal experiences and preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer only if you know what you are talking about
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Feb 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 - Technical 

(1 Question)

  • Q1. Accounting related questions they asked
Round 3 - HR 

(1 Question)

  • Q1. Hike related questions they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and belief in yourself.

TCS is a wonderful company to work with

Bardwood Support Services Interview FAQs

How many rounds are there in Bardwood Support Services Human Resource Recruitment Executive interview?
Bardwood Support Services interview process usually has 1 rounds. The most common rounds in the Bardwood Support Services interview process are Technical.

Tell us how to improve this page.

Bardwood Support Services Human Resource Recruitment Executive Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Recruitment Executive
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Coordinator
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Consultant
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Assistant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bardwood Support Services with

Sodexo

4.1
Compare

Compass Group Support Services

4.1
Compare

Elior Group

4.5
Compare

ABM Industries

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