Upload Button Icon Add office photos
Engaged Employer

i

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

PeopleStrong Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PeopleStrong Technologies Implementation Engineer Interview Questions and Answers

Updated 14 Aug 2022

PeopleStrong Technologies Implementation Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Assignment 

General aptitude question English , Math's , Quantitative , Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Related to the education background and projects
Round 3 - HR 

(1 Question)

  • Q1. Intro part and salary discussion

Interview Preparation Tips

Topics to prepare for PeopleStrong Technologies Implementation Engineer interview:
  • Study material your education ba
Interview preparation tips for other job seekers - I just share there are two or three telephonic round all are easy to communicate easy and relax feel
Interview Questions is very nice all round are good

Interview questions from similar companies

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

(1 Question)

  • Q1. Java, Spring boot, sql

Software Engineer Interview Questions & Answers

ivy user image RAJAT KANNAMWAR (R)

posted on 22 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Diffrence between list and tuple
  • Ans. 

    Lists are mutable and can change, while tuples are immutable and cannot be altered after creation.

    • Mutability: Lists can be modified (e.g., list.append(5)), while tuples cannot (e.g., tuple[0] = 5 raises an error).

    • Syntax: Lists use square brackets (e.g., myList = [1, 2, 3]), while tuples use parentheses (e.g., myTuple = (1, 2, 3)).

    • Performance: Tuples are generally faster than lists due to their immutability, making them...

  • Answered by AI
  • Q2. Diffrence between array and list
  • Ans. 

    Arrays are fixed-size, while lists are dynamic and can grow or shrink in size.

    • Arrays have a fixed size, e.g., `String[] colors = new String[5];`.

    • Lists are dynamic, e.g., `List<String> colors = new ArrayList<>();`.

    • Arrays store elements of the same type, while lists can store objects of different types.

    • Accessing elements in arrays is faster due to contiguous memory allocation.

    • Lists provide more built-in metho...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find the maximum and minimum number

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Array questiona
  • Q2. Strings based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Solid principals
  • Q2. Difference between pure and impure pipes
  • Ans. 

    Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.

    • Pure pipes are stateless and deterministic.

    • Impure pipes can have side effects like modifying global variables or making network requests.

    • Examples of pure pipes include filters in Angular, while examples of impure pipes include async

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. IOS & Mac OS
Round 2 - Technical 

(1 Question)

  • Q1. Design Patterns & System designs
Round 3 - Coding Test 

Algorithms & Data Structures

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

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Pattern printing
  • Q2. Previous project
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Acid properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable database transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Database remains in a consistent state before and after the transaction.

    • Isolation: Transactions are isolated from each other until they are completed.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • Ex...

  • Answered by AI
  • Q2. How to connect to db
  • Ans. 

    To connect to a database, you need to use a database connection string with the appropriate credentials.

    • Use a database connection string with the necessary information such as server address, database name, username, and password.

    • Choose the appropriate database driver for the type of database you are connecting to (e.g. MySQL, PostgreSQL, MongoDB).

    • Establish a connection using a programming language-specific database li...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Engineers.

    • Consider my years of experience in software development

    • Research the average salary for Software Engineers in this location

    • Factor in any additional skills or certifications I may have

    • Be open to negotiation based on the overall compensation package

  • Answered by AI
  • Q2. Preferred location
  • Ans. 

    I am open to opportunities in various locations, with a preference for cities with a strong tech industry.

    • Open to various locations

    • Preference for cities with strong tech industry

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Purely scenario based questions
  • Q2. Answer based on your experience
Round 3 - Technical 

(1 Question)

  • Q1. 1. Depth about JVM internals 2. SQL Query questions

Interview Preparation Tips

Interview preparation tips for other job seekers - give your answers with confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic palindrome and string questions
Round 2 - Technical 

(1 Question)

  • Q1. Oops, problem solving, puzzles

PeopleStrong Technologies Interview FAQs

How many rounds are there in PeopleStrong Technologies Implementation Engineer interview?
PeopleStrong Technologies interview process usually has 3 rounds. The most common rounds in the PeopleStrong Technologies interview process are Assignment, Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.4
 • 291 Interviews
Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.1
 • 117 Interviews
View all
PeopleStrong Technologies Implementation Engineer Salary
based on 5 salaries
₹5 L/yr - ₹7.6 L/yr
At par with the average Implementation Engineer Salary in India
View more details

PeopleStrong Technologies Implementation Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Recruitment Associate
61 salaries
unlock blur

₹3.9 L/yr - ₹7.5 L/yr

Payroll Specialist
34 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Recruitment Specialist
27 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Recruitment Associate
26 salaries
unlock blur

₹3.2 L/yr - ₹4.5 L/yr

Technical Delivery Specialist
16 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare PeopleStrong Technologies with

KPIT Technologies

3.4
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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