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

I was interviewed before Jul 2016.

Interview Questionnaire 

6 Questions

  • Q1. Use of primary key & foreign key
  • Ans. 

    Primary keys uniquely identify records in a table, while foreign keys establish relationships between tables.

    • Primary keys ensure data integrity by enforcing uniqueness and preventing duplicate records.

    • Foreign keys create relationships between tables, allowing data to be linked and referenced across multiple tables.

    • Primary keys are typically used as foreign keys in related tables to establish relationships.

    • Foreign keys ...

  • Answered by AI
  • Q2. How to use inner joins
  • Ans. 

    Inner joins are used to combine rows from two or more tables based on a related column between them.

    • Inner joins return only the matching rows from both tables.

    • The join condition is specified using the ON keyword followed by the column(s) to join on.

    • Inner joins can be used to retrieve data from multiple tables based on a common column.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q3. Use of select command
  • Ans. 

    The SELECT command is used to retrieve data from a database table.

    • SELECT is a fundamental SQL command used in database management systems.

    • It allows you to specify the columns and rows you want to retrieve from a table.

    • You can use various clauses like WHERE, ORDER BY, GROUP BY, etc. to filter and sort the data.

    • The result of a SELECT query is a result set or a cursor containing the selected data.

    • Example: SELECT * FROM em...

  • Answered by AI
  • Q4. How to create table
  • Ans. 

    To create a table, use the CREATE TABLE statement in SQL.

    • Specify the table name after the CREATE TABLE keyword.

    • List the column names and their data types within parentheses.

    • Add any constraints or indexes as needed.

    • Example: CREATE TABLE employees (id INT, name VARCHAR(50), age INT);

  • Answered by AI
  • Q5. Self introduction
  • Q6. Last company job roles
  • Ans. 

    I worked as a Systems Analyst at XYZ Company, where I was responsible for troubleshooting and resolving application issues.

    • Troubleshooting and resolving application issues

    • Collaborating with developers to implement fixes

    • Providing technical support to end users

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Basics must be cleared.

Round: HR Interview
Tips: Candidate must be confident

Skills evaluated in this interview

Senior Application Support Engineer Interview Questions asked at other Companies

Q1. What is the defence in Financial or non Financial transactions.
View answer (1)
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)
PeopleStrong Interview Questions and Answers for Freshers
illustration image
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?
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)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Conneqt Business Solutions

No Salaries

INTERVIEWS

Innovsource Services

No Interviews

INTERVIEWS

Innovsource Services

No Interviews

SALARIES

Spectrum Talent Management

INTERVIEWS

First Advantage

No Interviews

INTERVIEWS

Innovsource Services

No Interviews

INTERVIEWS

IMPACT Infotech

No Interviews

INTERVIEWS

Teamware Solutions

No Interviews

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.2

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

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