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
No response

I applied via Referral 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 Resume tips
Round 2 - Aptitude Test 

Aptitude and verbal reasoning questions on hackerrank platform

Round 3 - Technical 

(3 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in Java where a new class inherits properties and behaviors from an existing class.

    • Allows a class to inherit fields and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access non-private members of the base class

    • Example: class B extends class A

  • Answered by AI
  • Q2. What is an array in java?
  • Ans. 

    An array in Java is a data structure that stores a fixed-size collection of elements of the same data type.

    • Arrays are declared using square brackets [] after the data type.

    • Elements in an array are accessed by their index, starting from 0.

    • Example: String[] names = new String[5];

  • Answered by AI
  • Q3. Contagious storage of same data
  • Ans. 

    Contagious storage of same data refers to multiple references pointing to the same data in memory.

    • Contagious storage can lead to unexpected behavior if one reference modifies the data.

    • Java uses pass-by-value, so when passing objects, a new reference is created pointing to the same data.

    • Example: If two variables point to the same object and one variable modifies the object, the change is reflected in both variables.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Opps, Architecture etc

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)
People Tech Group Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2023. 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 Resume tips
Round 2 - Aptitude Test 

Logical and reasoning and blood relation

Round 3 - Assignment 

Java and html and oracle any assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - First Gain the Stuff the after attending interviews

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

The first round is Hacker Rank test which consists of pseudo codes, aptitude and analytical, logical and number questions. Test duration is 40 minutes. (23 MCQs and 2 Coding)

Round 2 - Group Discussion 

The 2nd round is Group Discussion.

Round 3 - Coding Test 

After qualifying the 2nd round there will be another Hacker Rank test which consists of 25 Question and the duration 30 minutes.

Interview Preparation Tips

Topics to prepare for People Tech Group Junior Java Developer interview:
  • Java
  • Aptitude
  • Pseudo Codes
Interview preparation tips for other job seekers - The very first round is coding test on Hacker Rank coding platform which consists of 21 MCQs and 2 Coding questions. If qualifies then there will be a Group Discussion at the company and then there will be another test which consists of 25 MCQs with 30 minutes duration.

Carry a copy of Aadhaar Card.

All the best.

Junior Java Developer Interview Questions asked at other Companies

Q1. What are the dependencies that are present in spring and explain them
View answer (3)

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)

I applied via Walk-in and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

LIKE MANUAL TESTING ROLE RELATED QUESTION

Round 2 - Technical 

(2 Questions)

  • Q1. ASKING THE SUBJECT QUESTION IN MANUAL TESTING
  • Q2. TELL ABOUT SDLC STLC MODEL TYPES OF TESTING
  • Ans. 

    SDLC is a process followed for software development. STLC is a process followed for software testing. Different models and types of testing are used in both.

    • SDLC stands for Software Development Life Cycle

    • STLC stands for Software Testing Life Cycle

    • SDLC includes phases like planning, analysis, design, implementation, and maintenance

    • STLC includes phases like test planning, test design, test execution, and test closure

    • Diff...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - APTITUDE RESULTS NOT COME
IAM WAITING IN YOUR COMPANY BEFORE LAST WEEK STILL IAM WAITING
FOR THE RESULTS
ADVICE SELECTION PROCESS IS COMPLETE QUICK BECAUSE OF TIME IS VALUABLE

Skills evaluated in this interview

Manual Testing Interview Questions asked at other Companies

Q1. A man have 3 things [grain,chicken and fox] and he has to cross a river and he can carry only one thing at a time. And there are some conditions: 1.He can not leave grain and chicken at a place. 2.He can not leave chicken and fox together. ... read more
View answer (3)

Get interview-ready with Top People Tech Group Interview Questions

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to intermediate level of mcq

Round 2 - Coding Test 

I was asked to write manual test cases in excel for testing website

Associate Test Engineer Interview Questions asked at other Companies

Q1. Coding based on string concept Find the middle node of linkedlist Sort algo used in Arrays.sort() method Explain hashing Difference between findElement and findElements Writing xpath for any dynamic element.
View answer (1)

Jobs at People Tech Group

View all

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Storage calsses in c Memory allocation Structures and unions
  • Ans. 

    Storage classes in C, memory allocation, structures and unions.

    • Storage classes in C are used to define the scope and lifetime of variables.

    • Memory allocation in C is done using functions like malloc(), calloc(), and realloc().

    • Structures in C are used to group related data together, while unions allow for multiple data types to share the same memory space.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About c And testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Need know about c and testing concept like unit and integration testing ,why testing like that questions and your previous projects.

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Logical reasoning,numerical reasoning,logical problems

Round 3 - Coding Test 

Array,String,Trees,searching,sortings

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for interview and try to solve all questions

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

I applied via Naukri.com

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 - Telephonic Call 

(2 Questions)

  • Q1. How many and which libraries usesd .
  • Ans. 

    I have used multiple libraries for different purposes.

    • I have used React for front-end development.

    • For state management, I have used Redux.

    • For API calls, I have used Axios.

    • For styling, I have used Material-UI.

    • For testing, I have used Jest and Enzyme.

  • Answered by AI
  • Q2. All details about previous project and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Company has Good projects. But do not fall for HRs exaggerated commitments. WFH is not a policy here; Even if HR commits management's does not. Good place to explore and grow technically though.

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Overall experience
  • Ans. 

    Over 5 years of experience in IT recruitment with a focus on sourcing, screening, and interviewing candidates.

    • Specialize in sourcing candidates through various channels such as job boards, social media, and referrals

    • Skilled in conducting technical interviews to assess candidates' skills and fit for the role

    • Experience in managing relationships with hiring managers and candidates to ensure a smooth recruitment process

  • Answered by AI
  • Q2. Technical questions

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)
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