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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ANR what is Activity
  • Ans. 

    ANR stands for Application Not Responding, which occurs when an Android app is unresponsive for a certain period of time. An Activity is a single screen with a user interface in an Android app.

    • ANR is a situation where the main UI thread of an Android app is blocked for too long, usually more than 5 seconds.

    • Activities are the building blocks of an Android app, each representing a single screen with a user interface.

    • ANR ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't ever join in this company they will fire you especially experience candidates.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and do you know about US IT Recruitment

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)
People Tech Group Interview Questions and Answers for Freshers
illustration image

Senior Software Engineer Interview Questions & Answers

user image SaiPreethi Aalla

posted on 26 Dec 2023

Interview experience
2
Poor
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 - Technical 

(1 Question)

  • Q1. Difference between the union and structure
  • Ans. 

    A union is a data structure that allows storing different data types in the same memory location, while a structure is a data structure that allows storing different data types in separate memory locations.

    • A union uses the same memory location for all its members, so only one member can be active at a time.

    • A structure allocates separate memory locations for each member, allowing multiple members to be active simultaneo...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Can you describe your work experience?
  • Ans. 

    I have 5 years of experience in software development, specializing in web applications and database management.

    • Developed web applications using HTML, CSS, JavaScript, and PHP

    • Managed databases using SQL and MySQL

    • Worked on team projects using version control systems like Git

    • Participated in code reviews and testing processes

    • Implemented security measures to protect data and prevent cyber attacks

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is multithreading?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for improved performance and responsiveness in software applications.

    • Multithreading allows for parallel execution of tasks, improving performance by utilizing multiple CPU cores.

    • Threads share the same memory space, making communication between them easier and faster.

    • Examples of multithreading include web servers handling multiple ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary?
  • Ans. 

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

    • I have researched the average salary range for Software Developers in this location.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a competitive salary that reflects my qualifications and contributions.

    • I am seeking a salary that aligns with my experience and the responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You may find better opportunities for job security in another company if you possess high skills and are eager to grow; therefore, consider exploring options outside of this one.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

20 min aptitude test was taken on hackerrank

Round 3 - Technical 

(6 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a Junior Software Engineer with a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages like Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Familiar with software development methodologies like Agile

    • Strong problem-solving and analytical skills

    • Worked on a team project to develop a mobile app for tracking f

  • Answered by AI
  • Q2. Write the code for Fibonacci series up to 10
  • Ans. 

    Code for Fibonacci series up to 10

    • Declare two variables to store the first two numbers of the series

    • Use a loop to generate the next numbers in the series by adding the previous two

    • Print the series up to 10

  • Answered by AI
  • Q3. Advantages of using c++
  • Ans. 

    C++ offers high performance, low-level control, and a wide range of applications.

    • C++ is faster than many other programming languages due to its low-level control.

    • C++ is widely used in developing operating systems, game engines, and high-performance applications.

    • C++ supports object-oriented programming, templates, and generic programming.

    • C++ has a large community and a vast library of pre-built functions and classes.

    • C++...

  • Answered by AI
  • Q4. Tell me about your project.
  • Ans. 

    Developed a web application for managing inventory and sales

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented RESTful APIs using Node.js and Express.js for the backend

    • Utilized MongoDB for data storage and retrieval

    • Implemented authentication and authorization using JWT

    • Implemented features like product search, order management, and reporting

  • Answered by AI
  • Q5. Difference between c++ and java?
  • Ans. 

    C++ is a compiled language with pointers and memory management, while Java is an interpreted language with garbage collection.

    • C++ is faster and more memory-efficient than Java.

    • Java is platform-independent, while C++ is not.

    • C++ allows for manual memory management with pointers, while Java has automatic garbage collection.

    • Java has a simpler syntax and is easier to learn than C++.

    • C++ is commonly used for system-level prog...

  • Answered by AI
  • Q6. What is infotainment system in car?
  • Ans. 

    Infotainment system is a combination of information and entertainment features in a car.

    • It includes features like audio and video playback, navigation, climate control, and connectivity options.

    • Examples of infotainment systems are Apple CarPlay, Android Auto, and Ford SYNC.

    • It enhances the driving experience by providing entertainment and information to the driver and passengers.

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a Junior Software Engineer with a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages like Java, Python, and JavaScript

    • Experience in developing web applications using frameworks like React and Angular

    • Strong problem-solving and analytical skills

    • Ability to work well in a team and communicate effectively

  • Answered by AI
  • Q2. Tell me about your hobbies.
  • Ans. 

    I enjoy playing video games, reading books, and playing musical instruments.

    • Playing video games

    • Reading books

    • Playing musical instruments

  • Answered by AI
  • Q3. Why you want to join us?
  • Ans. 

    I want to join because of the company's reputation, growth opportunities, and alignment with my skills and interests.

    • I am impressed by the company's reputation in the industry.

    • I see great potential for growth and learning opportunities within the company.

    • The company's values and mission align with my own.

    • I am excited about the projects and technologies the company is working on.

    • I believe my skills and experience would

  • Answered by AI
  • Q4. How you deal with negativity?
  • Ans. 

    I deal with negativity by focusing on solutions and maintaining a positive attitude.

    • I try to understand the root cause of the negativity and address it

    • I surround myself with positive people and seek their support

    • I practice mindfulness and meditation to stay calm and centered

    • I focus on finding solutions rather than dwelling on the problem

    • I maintain a positive attitude and try to see the silver lining in every situation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of coding interview question
Know you resume, what you have written there
Be confident and dress well

Skills evaluated in this interview

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

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Group Discussion 

They literally filtered for fluent communication skills,which the number they were expected lèss.

Round 3 - Aptitude Test 

5 general awareness, 20 from embedded c/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)

Jobs at People Tech Group

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

I applied via LinkedIn and was interviewed in Dec 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Why @aura enabled is used
  • Ans. 

    The @aura enabled is used to enable Lightning Components to access the server-side controller.

    • It allows the Lightning Component to communicate with the server-side controller.

    • It enables the component to access server-side resources.

    • It helps in creating dynamic and responsive user interfaces.

    • It is used in Lightning Component development.

    • Example: @aura enabled method can be used to retrieve data from the server-side cont

  • Answered by AI
  • Q2. To make it available in lwc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before the interview and also revise all the governer limits

Skills evaluated in this interview

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic JQL questions
  • Q2. Write jira queries
  • Ans. 

    Writing Jira queries for Business Analyst role

    • Use JQL (Jira Query Language) to create queries

    • Utilize keywords like 'project', 'assignee', 'status', 'priority', etc.

    • Combine multiple criteria using logical operators like 'AND', 'OR'

    • Save commonly used queries as filters for easy access

    • Use Jira's advanced search features for more complex queries

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
3
Average
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 

Regarding additional information

Round 3 - Group Discussion 

End to end details of subject

Round 4 - HR 

(2 Questions)

  • Q1. My self and package discussion
  • Q2. The salary is it ok na
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Group Discussion 

About Software Development Life Cycle

Round 3 - Aptitude Test 

Reasoning, coding, verbal, test done by Hacker rank

Round 4 - Technical 

(4 Questions)

  • Q1. Black box testing, sdlc, stlc, bug life cycle, Jira
  • Q2. System testing, integration
  • Q3. Functional testing, acceptance testing
  • Q4. About STLC, sdlc, agile
Round 5 - HR 

(1 Question)

  • Q1. About family background, experience, salary

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)
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

INTERVIEWS

Cvent

No Interviews

SALARIES

Gravita

INTERVIEWS

TCS

No Interviews

SALARIES

Lokesh Machines

SALARIES

MKS Vision

SALARIES

Cotelligent

SALARIES

People Tech Group

DESIGNATION

SALARIES

Lokesh Machines

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