Upload Button Icon Add office photos

PeopleStrong

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

PeopleStrong Senior Software Engineer Interview Questions and Answers

Updated 6 Jun 2024

PeopleStrong Senior Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

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

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round. The interviewer asked me some programming based questions and some questions on database management systems.

  • Q1. 

    Sum of Maximum and Minimum Elements Problem Statement

    Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array.

    Follow Up:

    Can you achie...

  • Ans. 

    Find the sum of the largest and smallest elements in an array with the least number of comparisons.

    • Iterate through the array to find the maximum and minimum elements.

    • Keep track of the maximum and minimum elements as you iterate.

    • After iterating, sum up the maximum and minimum elements.

    • To achieve the task with the least number of comparisons, compare elements in pairs.

  • Answered by AI
  • Q2. 

    Binary Tree Construction from Parent Array

    Construct a binary tree from a given array called parent where the parent-child relationship is determined by (PARENT[i], i), indicating that the parent of node ...

  • Ans. 

    Construct a binary tree from a given parent array and perform level-order traversal.

    • Iterate through the parent array to create the binary tree using a queue data structure.

    • Keep track of the parent-child relationships and construct the tree accordingly.

    • Perform level-order traversal to print the nodes in the correct order.

  • Answered by AI
  • Q3. Can a unique key be a primary key?
  • Ans. 

    Yes, a unique key can also be a primary key.

    • A primary key must be unique, but a unique key does not necessarily have to be the primary key.

    • A table can have multiple unique keys, but only one primary key.

    • Example: In a table of employees, the employee ID can be a unique key and also the primary key.

  • Answered by AI
  • Q4. Is it better to use a normalized form for database design, or is it more efficient to store data in a single table or two tables?
  • Ans. 

    Normalized form is better for database design for data integrity and flexibility.

    • Normalized form reduces data redundancy and improves data integrity.

    • Normalized form allows for easier data updates and maintenance.

    • Denormalized form may be more efficient for read-heavy applications with complex queries.

    • Consider denormalization for performance optimization after thorough analysis.

    • Example: Normalized form for a customer and...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

The interviewer had good work experience. She was polite and calm. After brief introduction she straight jumped into my current projects and she covered my entire CV.

Round 3 - Video Call 

(4 Questions)

Round duration - 45 minutes
Round difficulty - Easy

This was a technical round involving questions on OOPS concepts and puzzles.

  • Q1. What is the total number of squares on a chessboard?
  • Ans. 

    There are 204 squares on a chessboard.

    • The chessboard has 64 squares in total.

    • Each square can be divided into smaller squares, such as 1x1, 2x2, 3x3, etc.

    • The total number of squares can be calculated by adding the squares of all sizes together.

  • Answered by AI
  • Q2. What is C++?
  • Ans. 

    C++ is a high-level programming language known for its efficiency, flexibility, and performance.

    • C++ is an object-oriented language with features like classes, inheritance, and polymorphism.

    • It allows low-level memory manipulation through pointers.

    • C++ is used in developing system software, game engines, and high-performance applications.

  • Answered by AI
  • Q3. What is the difference between deep copy and shallow copy?
  • Ans. 

    Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new copy of an object with references to nested objects.

    • Deep copy creates a new object and recursively copies all nested objects, resulting in a completely independent copy.

    • Shallow copy creates a new object but only copies references to nested objects, so changes in nested objects will reflect in both the origina...

  • Answered by AI
  • Q4. What are template classes? Can you write a program for the assignment operator '=' for a template class such that it behaves differently for 'int' and 'char *'?
  • Ans. 

    Template classes are classes that can work with any data type. Assignment operator can be overloaded to behave differently for different data types.

    • Template classes allow for writing generic classes that can work with any data type.

    • Overloading the assignment operator allows for custom behavior based on the data type.

    • Example: template <class T> class MyClass { T data; public: MyClass& operator=(const T& ot...

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a 30 minute HR round. The interviewer asked me a number of questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASAP Labs interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 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 applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Filters in MVC, Interface and abstraction, Views in sql, Some scenerion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and explain your though in any language. All were telephonic.

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

Interview Questionnaire 

1 Question

  • Q1. All technical and based on profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and cares employees.
Round 1 - Aptitude Test 

The level of test was mixture of easy and tough questions

Round 2 - Technical 

(1 Question)

  • Q1. Some analytics questions related to problem solving
Round 3 - HR 

(1 Question)

  • Q1. To describe about any recently watched movie
  • Ans. 

    I recently watched the movie 'Inception'.

    • Directed by Christopher Nolan

    • Genre: Science fiction, Action, Thriller

    • Starring Leonardo DiCaprio, Joseph Gordon-Levitt, Ellen Page

    • The movie explores the concept of shared dreaming and subconscious manipulation

    • It has mind-bending visuals and a complex plot

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself , have confidence in you. The technical round will be related to the JD.
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

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

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Rain water trapping proble
  • Q2. Some question on DP - medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Average
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to implement SSO ?
  • Ans. 

    SSO can be implemented using protocols like SAML, OAuth, or OpenID Connect.

    • Choose a suitable SSO protocol like SAML, OAuth, or OpenID Connect.

    • Integrate the chosen protocol with your application's authentication system.

    • Set up identity providers (IdP) and service providers (SP) for SSO.

    • Implement single sign-on functionality to allow users to access multiple applications with one set of credentials.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Data Structures and Algos
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse Linklist with keeping special character intact, Singleton class to write.

I applied via Naukri.com and was interviewed in Sep 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a consultant company and they are like outsourcing
Contribute & help others!
anonymous
You can choose to be anonymous

PeopleStrong Interview FAQs

How many rounds are there in PeopleStrong Senior Software Engineer interview?
PeopleStrong interview process usually has 1 rounds. The most common rounds in the PeopleStrong interview process are Technical.
How to prepare for PeopleStrong Senior Software Engineer 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, Full Stack, Hibernate, RDBMS and SQL.
What are the top questions asked in PeopleStrong Senior Software Engineer interview?

Some of the top questions asked at the PeopleStrong Senior Software Engineer interview -

  1. DSA like sta...read more
  2. Framework questi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

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

INTERVIEWS

ABC Consultants

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

Tell us how to improve this page.

PeopleStrong Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

2
  
Poor
View more
PeopleStrong Senior Software Engineer Salary
based on 32 salaries
₹8.2 L/yr - ₹30 L/yr
17% more than the average Senior Software Engineer Salary in India
View more details

PeopleStrong Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.3/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

4.0

Salary

3.3

Job security

4.0

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 3 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