Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy HR Executive Interview Questions and Answers

Updated 19 Apr 2024

Swiggy HR Executive Interview Experiences

2 interviews found

HR Executive Interview Questions & Answers

user image Srinivas Rao

posted on 19 Apr 2024

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

(1 Question)

  • Q1. How to source the candidate?

HR Executive Interview Questions & Answers

user image Anonymous

posted on 19 Nov 2022

I applied via Company Website and was interviewed before Nov 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. KRA in previous company
  • Ans. 

    In my previous company, my Key Result Area (KRA) was to develop and implement HR policies and procedures.

    • Developed and implemented HR policies and procedures to ensure compliance with labor laws and regulations.

    • Conducted regular audits to assess the effectiveness of HR policies and made necessary improvements.

    • Streamlined the recruitment process by implementing an applicant tracking system, resulting in reduced time-to-...

  • Answered by AI
  • Q2. Recruitment strategy used in previous organizations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be honest during the entire interview process

HR Executive Interview Questions Asked at Other Companies

asked in Sodexo
Q1. What do you know about Labor Law
asked in Accenture
Q2. If you have 100 million dollars what would you do?
asked in Siri AB
Q3. What are the sourcing techniques you are familiar with ? How long ... read more
Q4. If you assign multiple task how to do it when you work in Under p ... read more
Q5. Do you know how to create Power Point Excel and Word files ?

Interview questions from similar companies

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

(1 Question)

  • Q1. No questions were asked
Round 2 - Aptitude Test 

It was basic test topics which were asked was PNC, Graphs, Basic age and algebra, TBH everybody has different set of questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Intro, Internship( as i was fresher), basic knowledge of hiring process, platforms
Round 4 - HR 

(1 Question)

  • Q1. Location, Internship, Why digit
Round 1 - One-on-one 

(1 Question)

  • Q1. Take us through your career

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly versed with your resume and have good bullet points ready for a summary of your experience.

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

ABOUT 1 HOUR AND UNLIMITED QUESTIONS WE HAVE TO COMPLETE HOW MANY WE CAN

Interview Preparation Tips

Interview preparation tips for other job seekers - TRY SOLVE MANY APTITTUDE QUESTIONS FROM THE RESOURCES YOU HAVE . HOPE THIS HELP YOU .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simply question test

Round 2 - HR 

(1 Question)

  • Q1. Describe your self
  • Ans. 

    I am a dedicated HR professional with a passion for fostering a positive work environment and supporting employee growth.

    • Experienced in recruitment, onboarding, and employee relations

    • Skilled in conflict resolution and performance management

    • Strong communication and interpersonal skills

    • Passionate about promoting diversity and inclusion in the workplace

  • Answered by AI

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. How much knowledge of job portals you have?
  • Ans. 

    I have extensive knowledge of job portals and their functionalities.

    • I have used various job portals such as Indeed, Glassdoor, and LinkedIn for job search and recruitment purposes.

    • I am familiar with the features and tools offered by these portals, such as job alerts, resume builders, and applicant tracking systems.

    • I have also worked with job portal APIs to integrate them with company career pages and automate job posti...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. About you resume whatever points you have

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about what is mentioned in resume

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About personality

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very knowledgeable. The company want you to be very knowledgeable, smart and interesting.

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

Swiggy Interview FAQs

How many rounds are there in Swiggy HR Executive interview?
Swiggy interview process usually has 1-2 rounds. The most common rounds in the Swiggy interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for Swiggy 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 Swiggy. The most common topics and skills that interviewers at Swiggy expect are Employee Engagement, HR Operations, Performance Management, Recruitment and Retention Strategies.
What are the top questions asked in Swiggy HR Executive interview?

Some of the top questions asked at the Swiggy HR Executive interview -

  1. KRA in previous comp...read more
  2. How to source the candida...read more

Tell us how to improve this page.

Swiggy HR Executive Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Swiggy HR Executive Salary
based on 52 salaries
₹1.2 L/yr - ₹4.5 L/yr
17% less than the average HR Executive Salary in India
View more details

Swiggy HR Executive Reviews and Ratings

based on 18 reviews

4.5/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

4.1

Salary

3.7

Job security

4.4

Company culture

3.8

Promotions

4.4

Work satisfaction

Explore 18 Reviews and Ratings
Delivery Boy
879 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
582 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
570 salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Assistant Manager
495 salaries
unlock blur

₹3 L/yr - ₹14 L/yr

Assistant Store Manager
451 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.7
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

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