Premium Employer

i

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

greytHR Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

greytHR Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top greytHR Interview Questions and Answers

View all 11 questions

greytHR Interview Experiences

Popular Designations

25 interviews found

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

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about this company?
  • Q2. How did you come to know about this company?
Round 2 - HR 

(2 Questions)

  • Q1. Did you know about the company?
  • Q2. What are the modules are used in GreyHR?

Interview Preparation Tips

Interview preparation tips for other job seekers - More you can learn. It good place to to start a career.

Production Support Executive Interview Questions asked at other Companies

Q1. Explain about online booking tool
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction about ourself and previous job
  • Q2. Tax details.

Product Specialist Interview Questions asked at other Companies

Q1. How product specialist is different from product analyst?
View answer (1)
greytHR Interview Questions and Answers for Freshers
illustration image
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you get the leads
  • Q2. How will you achieve the targets
  • Ans. 

    I will achieve the targets by setting clear goals, developing a strategic plan, motivating my team, and closely monitoring progress.

    • Set clear and achievable targets for myself and my team

    • Develop a strategic plan outlining specific steps to reach the targets

    • Motivate and inspire my team to perform at their best

    • Regularly monitor progress and make adjustments as needed

    • Provide necessary training and resources to support the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good time to search for job then only give an interview with this company. They will take your 2 months to complete the all rounds.

Regional Sales Manager Interview Questions asked at other Companies

Q1. If there are 1500 shops that need to be visited twice a month, how many executives you need?
View answer (14)

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There was technical discussion along with coding round.
I was asked to about my web application, how to implement generic code in angular, how to share the data between the components that are not related with each other.
How to implement cyber security to web based application.
In Javascript about callbacks, prototype chaining.

Coding questions
Question 1: Find pairs of elements which will meet the target value.
Input array = [1,2,3,4,6,7,8,9] Input target value = 9
Output expected was = [[6,7], [7,2], [8,1]]

Question 2: Find the occurrence of elements in array & return their count in object
Input array = [10, 10, 10, 20, 20, 5, 10, 20, 10]
Output expected was = {10 : 5, 20: 3 , 5 : 1}

Question 3: Remove the middle element from array & return the modified array
Input array = [1,2,3,5,6]
Output expected was = [1,2,5,6]

Round 2 - Technical 

(2 Questions)

  • Q1. I was asked with a coding question to solve on any JS Playground To find kth frequent element in array along with it's frequency For example: given an array [1,2,2,2,2,3,3,4,4,4,5,5,5,5,5] and k=2 output w...
  • Q2. I was asking about async-await how it works in background, changeDectectorRef in angular, forRoot & forChild in angular routes, pipe & compose operator, intersect observer in html for lazy loading.

Interview Preparation Tips

Topics to prepare for greytHR interview:
  • Javascript
  • Javascript Frameworks
  • Cyber Security
Interview preparation tips for other job seekers - Be prepared with logical & theoretical Javascript, Angular & ReactJS questions.

greytHR interview questions for popular designations

 Product Specialist

 (2)

 Manager

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Team Manager

 (1)

 Java Developer

 (1)

 Regional Sales Manager

 (1)

 Lead Instructional Designer

 (1)

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 - Technical 

(1 Question)

  • Q1. Based on profile and Job description

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java : Find all most occuring characters in given string only using arrays
  • Ans. 

    Use arrays to find all most occurring characters in a given string in Java.

    • Create an array to store the frequency of each character in the string.

    • Iterate through the string and update the frequency array.

    • Find the maximum frequency and then iterate through the frequency array to find all characters with that frequency.

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. About past work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About past work experience

Senior Sales Executive Interview Questions asked at other Companies

Q1. As a sales and marketing person how to fix a price for your product
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Array and String Coding problems

Round 2 - Technical 

(2 Questions)

  • Q1. Various questions from Javascript concepts
  • Q2. Search and Sort algorithm and their implementation using Javascript
  • Ans. 

    Search and Sort algorithms are essential for efficient data manipulation in frontend development.

    • Search algorithm like binary search can be implemented to quickly find elements in a sorted array.

    • Sort algorithms like bubble sort or quicksort can be used to arrange elements in a specific order.

    • Implementing these algorithms in JavaScript involves writing functions that iterate through arrays and compare elements.

  • Answered by AI

Senior Frontend Software Engineer Interview Questions asked at other Companies

Q1. Explain memoization and write fibonacci code using memoization
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Assignment 

BAsed on the role, they asked to make a strategy to structure Referral program

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the Past experience
  • Q2. How would you fit in this process
  • Ans. 

    I have experience in developing and implementing customer referral programs, building relationships with customers, and tracking referral metrics.

    • I have successfully managed customer referral programs in my previous roles

    • I have a strong track record of building and maintaining relationships with customers

    • I am proficient in tracking and analyzing referral metrics to measure program success

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

(2 Questions)

  • Q1. What are your next moves to scale the department
  • Ans. 

    To scale the department, I plan to implement a structured referral program, increase customer engagement, and optimize tracking and reporting.

    • Implement a structured referral program to incentivize customers to refer others

    • Increase customer engagement through targeted marketing campaigns and personalized communication

    • Optimize tracking and reporting processes to measure the effectiveness of referral efforts and identify

  • Answered by AI
  • Q2. How do you deal with challenges
  • Ans. 

    I approach challenges with a positive attitude, problem-solving skills, and a willingness to learn and adapt.

    • Stay calm and focused

    • Break down the challenge into smaller tasks

    • Seek advice or help from others if needed

    • Learn from past experiences and mistakes

    • Stay persistent and determined

    • Think creatively and outside the box

    • Celebrate small victories along the way

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared
Contribute & help others!
anonymous
You can choose to be anonymous

greytHR Interview FAQs

How many rounds are there in greytHR interview?
greytHR interview process usually has 2-3 rounds. The most common rounds in the greytHR interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for greytHR 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 greytHR. The most common topics and skills that interviewers at greytHR expect are Payroll, Payroll Software, CRM, HR and Lead Generation.
What are the top questions asked in greytHR interview?

Some of the top questions asked at the greytHR interview -

  1. What is difference between restcontroller and controll...read more
  2. Java : Find all most occuring characters in given string only using arr...read more
  3. Search and Sort algorithm and their implementation using Javascr...read more
How long is the greytHR interview process?

The duration of greytHR interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Darwinbox

No Interviews

INTERVIEWS

Darwinbox

No Interviews

JOBS

Darwinbox

No Jobs

JOBS

Accenture

No Jobs

SALARIES

AstraZeneca

SALARIES

Darwinbox

SALARIES

AstraZeneca

SALARIES

Darwinbox

DESIGNATION

INTERVIEWS

Granules India

No Interviews

Tell us how to improve this page.

greytHR Interview Process

based on 29 interviews

Interview experience

4.2
  
Good
View more
Join greytHR Be greyt. Thrive. Grow

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 505 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
UKG Interview Questions
3.1
 • 100 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
PeopleStrong Interview Questions
3.4
 • 51 Interviews
Darwinbox Interview Questions
3.9
 • 43 Interviews
Workday Interview Questions
4.1
 • 17 Interviews
View all

greytHR Reviews and Ratings

based on 197 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 197 Reviews and Ratings
Implementation Engineer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Implementation Specialist
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare greytHR with

Zoho

4.3
Compare

Ramco Systems

3.9
Compare

PeopleStrong

3.4
Compare

SAP

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