Upload Button Icon Add office photos

PeopleStrong

Compare button icon Compare button icon Compare

Filter interviews by

PeopleStrong Full Stack Developer Interview Questions and Answers for Freshers

Updated 27 Oct 2021

PeopleStrong Full Stack Developer Interview Experiences for Freshers

1 interview found

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

The round was online. It had 3 coding questions to be solved.  Was asked about why are the javascript and jquery used? What is the difference between angular 8 and angular?

  • Q1. 

    Permutation In String Problem Statement

    Given two strings, str1 and str2, determine whether str2 contains any permutation of str1 as a substring.

    Input:

    str1 = “ab”
    str2 = “aoba”

    Output:

    True

    Example:

    ...
  • Ans. 

    Check if a string contains any permutation of another string as a substring.

    • Iterate through str2 with a sliding window of length str1, check if any permutation of str1 is present.

    • Use a hashmap to store the frequency of characters in str1 and str2 for comparison.

    • If the frequencies of characters in the sliding window match the frequencies of characters in str1, return True.

  • Answered by AI
  • Q2. 

    Minimum Time Problem Statement

    In a city with ‘N’ junctions and ‘M’ bi-directional roads, each junction is connected to other junctions with specified travel times. No road connects a junction to itself, ...

  • Ans. 

    The problem involves finding the minimum time to travel from a source junction to a destination junction in a city with specified travel times and green light periods.

    • Input consists of the number of test cases, number of junctions and roads, green light periods, road connections with travel times, and source/destination junctions.

    • Output should be the minimum time needed from source to destination, or -1 if destination ...

  • Answered by AI
  • Q3. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from start to finish, moving in 'U', 'D', 'L', 'R' directions.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid loops.

    • Recursively try moving in all directions and backtrack when reaching dead ends.

    • Return the valid paths in alphabetical order as an array of strings.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNo criteriaPeopleStrong interview preparation:Topics to prepare for the interview - Arrays, string, oops, dbms, dyanamic programming, trees, graphsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : practice coding questions
Tip 2 : Search and study previous interview questions

Application resume tips for other job seekers

Tip 1 : Mention the things according to role
Tip 2 : just write a clear one page resume

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. . net releated

Interview Preparation Tips

Interview preparation tips for other job seekers - Its nice

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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is map
  • Ans. 

    A map is a higher-order function that applies a given function to each element in a collection, returning a new collection.

    • Transforms each element: For example, using map on [1, 2, 3] with x => x * 2 results in [2, 4, 6].

    • Immutable: The original array remains unchanged after applying map.

    • Common in functional programming: Used in languages like JavaScript, Python, and Ruby.

    • Can be used with complex data: For instance, ...

  • Answered by AI
  • Q2. What is linked list
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes, each pointing to the next, allowing dynamic memory allocation.

    • Consists of nodes, each containing data and a reference (or pointer) to the next node.

    • Types include singly linked lists, doubly linked lists, and circular linked lists.

    • Singly linked list example: 1 -> 2 -> 3 -> NULL.

    • Doubly linked list example: NULL <- 1 <-> 2 <-...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Configuration, project handling,Integrations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It's was MCQ based test

Round 2 - Technical 

(1 Question)

  • Q1. Tell me some of the oops concepts
  • Ans. 

    Some OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is Guid Id please explain
  • Ans. 

    A Guid Id is a globally unique identifier used in software development to uniquely identify objects or entities.

    • Guid Ids are 128-bit integers represented as a hexadecimal string.

    • They are typically used in databases, APIs, and various software systems to ensure uniqueness.

    • Example: 6B29FC40-CA47-1067-B31D-00DD010662DA

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussion about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java core question
  • Q2. React and Nodejs question in Client
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 

(2 Questions)

  • Q1. Roles & Responsibilities
  • Q2. Roles & Responsibilities
Round 3 - Client Interview 

(1 Question)

  • Q1. What are your strengths & weakness

I applied via Campus Placement and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Students knowledge subject ask from main important basics.
  • Q2. Tell me self introduction.
  • Q3. What do you useful your knowledge course.
  • Q4. What do you understand this subject.
  • Q5. Give me your knowledge course example in currently society.
  • Ans. 

    Online education platforms have become popular in current society.

    • Online courses offered by universities and colleges

    • Platforms like Coursera, Udemy, and edX

    • Increased accessibility to education for people in remote areas

    • Flexible learning schedules for working professionals

    • Affordable education options

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool and confidence and correctly catch confidence person.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding logis asked

Round 2 - Coding Test 

Few coding questions and MCQ based

Round 3 - One-on-one 

(1 Question)

  • Q1. About project and last change request i did
Round 4 - HR 

(1 Question)

  • Q1. Asked about companies and experiences

PeopleStrong Interview FAQs

How to prepare for PeopleStrong Full Stack Developer interview for freshers?
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 Full Stack, Java, Angularjs, NoSQL and Spring Boot.

Tell us how to improve this page.

Interview Questions from Similar Companies

Randstad Interview Questions
3.7
 • 268 Interviews
Team Lease Interview Questions
3.9
 • 209 Interviews
LanceSoft Interview Questions
3.1
 • 58 Interviews
CIEL HR Interview Questions
3.9
 • 52 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
IMS People Interview Questions
3.5
 • 37 Interviews
IMPACT Infotech Interview Questions
3.4
 • 37 Interviews
View all
PeopleStrong Full Stack Developer Salary
based on 5 salaries
₹10 L/yr - ₹15 L/yr
38% more than the average Full Stack Developer Salary in India
View more details

PeopleStrong Full Stack Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.0

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Senior Recruitment Associate
255 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Recruitment Associate
178 salaries
unlock blur

₹2.5 L/yr - ₹5.2 L/yr

Recruitment Specialist
127 salaries
unlock blur

₹3 L/yr - ₹10.6 L/yr

Payroll Specialist
93 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Principal Consultant
75 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Explore more salaries
Compare PeopleStrong with

Randstad

3.7
Compare

Team Lease

3.9
Compare

Innovsource Services

3.9
Compare

IMPACT Infotech

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