Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wipro Senior HR Executive Interview Questions and Answers

Updated 16 Aug 2024

Wipro Senior HR Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. Ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right career advancement.

    • I have relocated for previous job opportunities and have adapted well to new environments.

    • I understand the importance of being flexible and open to new experiences in different locations.

  • Answered by AI
  • Q2. Technical questions
  • Q3. Related to PF they asked
  • Q4. Related to ESI they asked
  • Q5. Related to Gratuity

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 

(3 Questions)

  • Q1. Skill check on the given jd
  • Q2. Location preference
  • Q3. Certification in the needed skills
Round 3 - HR 

(2 Questions)

  • Q1. Discussion on salary
  • Q2. Negotiation on notice period

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What are the current growth points in HR Department? Do you have a experience and Knowledge of ATS and HRMS, Explain?

Interview Preparation Tips

Topics to prepare for HCLTech Senior HR Executive interview:
  • HRMS
  • Payroll
Interview preparation tips for other job seekers - Always be updated with the current tools and application of works used in the particular domain and area of work/roles.

Be prepared with practical and professional knowledge in the domain you are applying for!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What do you understand by boolean search
  • Ans. 

    Boolean search is a type of search that allows users to combine keywords with operators such as AND, OR, NOT to produce more relevant results.

    • Boolean search helps to narrow down search results by using logical operators

    • Operators like AND, OR, NOT are used to combine keywords for more specific results

    • Example: 'HR AND executive' will only show results that contain both keywords

    • Example: 'HR OR executive' will show results

  • Answered by AI
  • Q2. How to control iteration ratio
  • Ans. 

    Controlling iteration ratio involves setting clear goals, monitoring progress, providing feedback, and making adjustments as needed.

    • Set clear goals for the iteration ratio to ensure alignment with overall objectives

    • Monitor progress regularly to track performance and identify areas for improvement

    • Provide feedback to employees on their performance and offer support or resources as needed

    • Make adjustments to the iteration ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brushup your HR Skills

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There were 5 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 

To know what's there ability and capabilities

Round 3 - Group Discussion 

To know each other better

Round 4 - Assignment 

Get to know about there intelligence

Round 5 - HR 

(2 Questions)

  • Q1. What's your dream job you ever thought and why did do wanted to become an HR
  • Q2. Tell me about yourself

Interview Preparation Tips

Topics to prepare for TCS Senior HR Executive interview:
  • HR Operations
Interview preparation tips for other job seekers - Be confident.
Be yourself.
Don't exaggerate much .. If you don't know about that particular thing just say no
And be real

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

Wipro Interview FAQs

How many rounds are there in Wipro Senior HR Executive interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are HR.
How to prepare for Wipro Senior HR Executive 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 Wipro. The most common topics and skills that interviewers at Wipro expect are HR Analytics and Performance Management.
What are the top questions asked in Wipro Senior HR Executive interview?

Some of the top questions asked at the Wipro Senior HR Executive interview -

  1. Ready to reloc...read more
  2. Related to PF they as...read more
  3. Related to ESI they as...read more

Tell us how to improve this page.

Wipro Senior HR Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Wipro Senior HR Executive Salary
based on 272 salaries
₹2.5 L/yr - ₹9.6 L/yr
10% more than the average Senior HR Executive Salary in India
View more details

Wipro Senior HR Executive Reviews and Ratings

based on 31 reviews

3.4/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

2.6

Salary

3.4

Job security

3.4

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 31 Reviews and Ratings
Project Engineer
32.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
18.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

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