Upload Button Icon Add office photos

Filter interviews by

People Tech Group Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top People Tech Group Interview Questions and Answers

View all 43 questions

People Tech Group Interview Experiences

Popular Designations

69 interviews found

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

I applied via Job Fair and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A deep learning question and sql question

Round 2 - Technical 

(2 Questions)

  • Q1. All ML basics questions
  • Q2. Define Random Forest Algorithm
  • Ans. 

    Random Forest is an ensemble learning method used for classification and regression tasks by constructing multiple decision trees.

    • Random Forest is a collection of decision trees that are trained on random subsets of the data.

    • Each tree in the Random Forest independently predicts the outcome, and the final prediction is made by averaging the predictions of all trees.

    • Random Forest is robust to overfitting and noisy data, ...

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Technical Lead Interview Questions & Answers

user image Antony Jasper

posted on 1 Jul 2024

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

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Architectural questions
Round 2 - HR 

(1 Question)

  • Q1. Skill evaluation

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
People Tech Group Interview Questions and Answers for Freshers
illustration image

I applied via Approached by Company

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 - Aptitude Test 

First round kept aptitude test

Round 3 - Coding Test 

C++ code test with different concepts

Round 4 - HR 

(2 Questions)

  • Q1. In HR round asking about SD
  • Q2. Analytical skills testing, behaviour observation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do as your best, perfect in coding

Top People Tech Group Junior Software Engineer Interview Questions and Answers

Q1. What is infotainment system in car?
View answer (3)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Reasoning and Mathematical questions were asked

Round 2 - Coding Test 

Asked to write code in any known language to create pattern, Fibonacci series, Prime Number, etc.

Round 3 - Technical 

(1 Question)

  • Q1. Asked the question related to OOPs concepts, similarities and differences between different programming language like Java, Python and C++
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation, Willing to relocate, etc

Interview Preparation Tips

Topics to prepare for People Tech Group Junior Software Engineer interview:
  • OOPS
  • Basic of C++

Top People Tech Group Junior Software Engineer Interview Questions and Answers

Q1. What is infotainment system in car?
View answer (3)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

People Tech Group interview questions for popular designations

 Junior Software Engineer

 (11)

 Software Engineer

 (4)

 Java Developer

 (3)

 Project Manager

 (2)

 US IT Recruiter

 (2)

 Technical Lead

 (2)

 Software Developer

 (2)

 Business Analyst

 (2)

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

I applied via Walk-in and was interviewed in Mar 2022. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Family Background?
  • Q2. Talk about a topic for 5-10mins
  • Q3. Questions on things mentioned in your Resume

Top People Tech Group Junior Software Engineer Interview Questions and Answers

Q1. What is infotainment system in car?
View answer (3)

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Get interview-ready with Top People Tech Group Interview Questions

I applied via Naukri.com and was interviewed in Nov 2021. There were 5 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 

(2 Questions)

  • Q1. Previous employment history
  • Q2. Online interview schedule with manager
Round 3 - Group Discussion 

Ethics of graphic designing especially automobile designing and ui concepts

Round 4 - Assignment 

Practical test through offline or online based on COVID situation.

Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion and document processing

Interview Preparation Tips

Topics to prepare for People Tech Group Senior UI Designer interview:
  • Illustrator
  • Photoshop
  • Shader
  • Altia
Interview preparation tips for other job seekers - If you have genuine and transparent talent, you not need to follow the others advice.

Jobs at People Tech Group

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hackerrank 4- questions 2 db questions and 3 coding qsns any language u can choose

Round 2 - HR 

(1 Question)

  • Q1. Can you work at any shift and other normal hr round questions

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2021

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. No technical questions were asked but asked for problem solving
  • Q2. Write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling onc...
  • Ans. 

    Java program to find maximum profit by buying and selling shares from a given set of values.

    • Iterate through the array of values and keep track of the minimum value seen so far.

    • Calculate the difference between the current value and the minimum value, and update the maximum profit if necessary.

    • Return the maximum profit obtained.

  • Answered by AI
  • Q3. Reverse a linkedlist in groups of given set size
  • Ans. 

    Reverse a linkedlist in groups of given set size

    • Iterate through the linked list in groups of given size

    • Reverse each group using standard linked list reversal technique

    • Connect the reversed groups to form the final linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they were asking more into the problem solving, in the given time only

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Round 1 - Coding Test 

They had given Hackerrank test in which 3 questions were there all are of sql server
2 query was simple and one was complicated based on joins .

Round 2 - Technical 

(2 Questions)

  • Q1. It take 45 min approx various questions was asked by intervier like based on stored procedure and joins difference between char and varchar .
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basic sql knowledge

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Case Study 

Employee work it is very hard to decussion

Round 2 - Aptitude Test 

The test asper final decussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers first share your resume, asper share your skills,knowledge, to share your contact hr

Quality Assurance/Quality Control Manager Interview Questions asked at other Companies

Q1. What is basic difference between UV visible and IR spectroscopy?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

People Tech Group Interview FAQs

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

Some of the top questions asked at the People Tech Group interview -

  1. write a java program to get maxing profit by buying and selling a share from a ...read more
  2. What is infotainment system in c...read more
  3. Write the code for Fibonacci series up to...read more
How long is the People Tech Group interview process?

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

Recently Viewed

JOBS

People Tech Group

No Jobs

INTERVIEWS

Cvent

No Interviews

SALARIES

Gravita

INTERVIEWS

TCS

No Interviews

SALARIES

Lokesh Machines

SALARIES

MKS Vision

SALARIES

Cotelligent

SALARIES

People Tech Group

DESIGNATION

Tell us how to improve this page.

People Tech Group Interview Process

based on 72 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
ITC Infotech Interview Questions
3.8
 • 334 Interviews
View all

People Tech Group Reviews and Ratings

based on 578 reviews

2.5/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.3

Salary

2.0

Job security

2.4

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 578 Reviews and Ratings
Java Developer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Junior Software Engineers _ Interns

Adoni

0-1 Yrs

Not Disclosed

Freshers

Hyderabad / Secunderabad

2-7 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
581 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
527 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
211 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
162 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare People Tech Group with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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