Upload Button Icon Add office photos

PeopleStrong

Compare button icon Compare button icon Compare

Filter interviews by

PeopleStrong Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top PeopleStrong Interview Questions and Answers

View all 28 questions

PeopleStrong Interview Experiences

Popular Designations

51 interviews found

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

I applied via Campus Placement and was interviewed before May 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 

(5 Questions)

  • Q1. Java developer experience questions
  • Q2. What is multi threading
  • Ans. 

    Multi threading is the ability of a program to perform multiple tasks concurrently.

    • It allows for efficient use of CPU resources

    • Threads share the same memory space

    • Synchronization is required to avoid race conditions

    • Examples include web servers handling multiple requests simultaneously

  • Answered by AI
  • Q3. Caching and related concepts
  • Q4. String is immutable or mutable in java
  • Ans. 

    String is immutable in Java

    • Immutable means once created, the value cannot be changed

    • String class in Java is final and cannot be extended

    • Any operation on a string creates a new string object

  • Answered by AI
  • Q5. Java 8 features andindepth understand
Round 3 - Coding Test 

DSA Sting list array recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your technical skills

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project Discussions
  • Q2. Java, Spring boot, Database and Angular

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Distance bw 2 nodes in binary tree
  • Ans. 

    To find the distance between two nodes in a binary tree, we can find the distance from the root to each node and then calculate the distance between the two nodes.

    • Calculate the distance from the root to each node using a recursive function

    • Find the lowest common ancestor of the two nodes

    • Calculate the distance from each node to the lowest common ancestor and add them together to get the total distance

  • Answered by AI
  • Q2. Valid sudoku of 9*9
  • Ans. 

    A valid sudoku of 9*9 is a grid where each row, column, and 3x3 subgrid contains the numbers 1-9 without repetition.

    • Each row must contain the numbers 1-9 without repetition

    • Each column must contain the numbers 1-9 without repetition

    • Each 3x3 subgrid must contain the numbers 1-9 without repetition

  • Answered by AI

Skills evaluated in this interview

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain normalization in sql?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is used to eliminate data redundancy by breaking up tables into smaller, related tables.

    • It helps in reducing data anomalies such as update anomalies, insert anomalies, and delete anomalies.

    • There are different levels of normalization - 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules t...

  • Answered by AI

Skills evaluated in this interview

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

PeopleStrong interview questions for popular designations

 Principal Consultant

 (4)

 Senior Software Developer

 (2)

 HR Recruiter

 (2)

 Payroll Specialist

 (2)

 HR Specialist

 (2)

 Recruitment Associate

 (2)

 Software Engineer

 (1)

 Software Developer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2025

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

I was interviewed in Feb 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell us about yourself?
  • Q2. Can you describe your previous job?
  • Ans. 

    In my previous role, I focused on enhancing employee engagement and optimizing workplace culture through various initiatives.

    • Conducted regular employee surveys to gather feedback and identify areas for improvement.

    • Implemented wellness programs that increased participation by 30%, promoting a healthier work-life balance.

    • Collaborated with HR to develop training sessions aimed at career development, resulting in a 20% inc...

  • Answered by AI
Round 2 - Aptitude Test 

A standard 30-minute aptitude test.

Get interview-ready with Top PeopleStrong Interview Questions

SDE Interview Questions & Answers

user image Sudhanshu Ranjan

posted on 11 Dec 2024

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

Binary search

find minium in array.

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Intern Interview Questions & Answers

user image Sundram Kumar

posted on 1 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Excel realated questions and answers
  • Q2. Vlookup working formula
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value.

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • lookup_value: The value to search for in the first column of the table.

    • table_array: The range of cells that contains the data.

    • col_index_num: The column number in the table from which to retrieve the value.

    • range_lookup: Optional. TRUE for approxim...

  • Answered by AI
  • Q3. H lookup formula
  • Ans. 

    HLOOKUP is a function in Excel used to search for a value in the top row of a table and return a value in the same column from a specified row.

    • HLOOKUP stands for Horizontal Lookup.

    • It is used to search for a value in the top row of a table and return a value in the same column from a specified row.

    • Syntax: =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

    • Example: =HLOOKUP(123, A1:D4, 3, FALSE) will searc...

  • Answered by AI
Round 2 - Assignment 

Assignment 1 ,3 and 3

Round 3 - Assignment 

Payroll realated questions and answers

Interview Preparation Tips

Topics to prepare for PeopleStrong Intern interview:
  • Excel
  • Finance
  • investment

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Normal test with VARC Maths

Round 2 - Technical 

(1 Question)

  • Q1. About Principle consultancy
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself

Principal Consultant Interview Questions asked at other Companies

Q1. Have you worked on Business Rules and functions of Business Rules?
View answer (1)

HR Recruiter Interview Questions & Answers

user image ammu madhuri

posted on 1 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Genral knowledge questions based on Government

Round 2 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What choosed to select this field
  • Q3. Education Backround
  • Q4. Why role change is required
  • Q5. Relocation is comfortable
  • Ans. 

    Relocation can be comfortable with proper planning and support.

    • Proper planning and research can help make the relocation process smoother

    • Having a support system in place can ease the transition to a new location

    • Utilizing relocation services provided by the company can also make the process more comfortable

  • Answered by AI

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA like stack,
  • Q2. Framework questions

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 Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Aptitude Test 

23 questions subjective & 6 questions objective

Payroll Specialist Interview Questions asked at other Companies

Q1. What are the key legislative aspects of payroll in the UK?
View answer (1)

PeopleStrong Interview FAQs

How many rounds are there in PeopleStrong interview?
PeopleStrong interview process usually has 2-3 rounds. The most common rounds in the PeopleStrong interview process are HR, Technical and Resume Shortlist.
How to prepare for PeopleStrong 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 PeopleStrong. The most common topics and skills that interviewers at PeopleStrong expect are Java, SQL, Sales, Python and Recruitment.
What are the top questions asked in PeopleStrong interview?

Some of the top questions asked at the PeopleStrong interview -

  1. What are the key HR processes in an organizati...read more
  2. Use of primary key & foreign k...read more
  3. Break sentence into list of string of wo...read more
How long is the PeopleStrong interview process?

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

Tell us how to improve this page.

PeopleStrong Interview Process

based on 45 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

SAP Interview Questions
4.2
 • 283 Interviews
Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
Darwinbox Interview Questions
3.9
 • 43 Interviews
greytHR Interview Questions
3.9
 • 22 Interviews
ZingHR Interview Questions
3.2
 • 21 Interviews
HR Mantra Interview Questions
1.0
 • 3 Interviews
View all

PeopleStrong Reviews and Ratings

based on 581 reviews

3.4/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

3.1

Salary

3.3

Job security

3.2

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 581 Reviews and Ratings
Senior Recruitment Associate
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Associate
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Specialist
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Payroll Specialist
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PeopleStrong with

Darwinbox

3.9
Compare

SAP

4.2
Compare

Ramco Systems

3.9
Compare

greytHR

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