Upload Button Icon Add office photos

People Tech Group

Compare button icon Compare button icon Compare

Filter interviews by

People Tech Group Interview Questions and Answers for Experienced

Updated 25 Jun 2025
Popular Designations

21 Interview questions

A Junior Software Engineer was asked
Q. 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.

View all Junior Software Engineer interview questions

People Tech Group Interview Experiences for Experienced

31 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical 1st Round was Cleared Successfully.
  • Q2. In 2nd Round of Technical Round (Managerial Round) very bad experience.
Round 2 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Manager said I never gone through your profile and rejected by saying we need more experience candidates.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly go through the candidate profile and do review and then only schedule interview if profile is matching as per your job requirement.

Writing about My experience with people tech group Management:

1. 1st round Cleared Successfully.
2. 2nd round scheduled but here manager said we need more experienced candidates.

And simply rejected.

This kind of interview process will Damage any organisation and Even no one will intrested to work this kind of toxic environment.

As I was having 4 years of experienced candidate.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Reasoning and coding test conducted, objectives given with options SQL, Database and query language test

Round 2 - Technical 

(1 Question)

  • Q1. Prepare for any programming language preferable Java and Python to crack coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best, prepare well for programming languages to confidently attempt
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. BA Scenario based questions
  • Q2. Walking over all parts of my resume
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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is meta programming
  • Ans. 

    Meta programming is writing code that writes code, allowing for dynamic generation and modification of classes and methods at runtime.

    • Meta programming allows for creating methods and classes dynamically.

    • It can be used for defining methods at runtime based on certain conditions.

    • Examples include defining methods using define_method or dynamically creating classes using Class.new.

  • Answered by AI
  • Q2. What is concurrent in rails
  • Ans. 

    Concurrency in Rails allows multiple tasks to be executed simultaneously, improving performance and responsiveness.

    • Concurrency in Rails is achieved through the use of background jobs and threads.

    • It allows multiple requests to be processed at the same time, improving the overall performance of the application.

    • Popular tools for implementing concurrency in Rails include Sidekiq, DelayedJob, and Active Job.

    • Concurrency can ...

  • Answered by AI
  • Q3. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and behaviors from another class.

    • Allows for code reusability by creating a new class that is based on an existing class

    • Child class can access all the attributes and methods of the parent class

    • Helps in creating a hierarchy of classes with shared characteristics

  • Answered by AI
  • Q4. Module and class

Interview Preparation Tips

Topics to prepare for People Tech Group Ruby on Rails Developer interview:
  • Ruby rails
Interview preparation tips for other job seekers - Prepare in depth of what you learned

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

  • Q1. Machnical work ing
  • Q2. Materials pschsing
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Intermediate level questions on your tech stack. What is SSR
  • Q2. Use memo vs usecallback
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a computed value and recompute it only when its dependencies change.

    • useCallback is used to memoize a function instance and re-render it only when its dependencies change.

    • Example: useMemo(() => computeExpensiveValue(a, b), [a, b]) vs useCallback(() => handleButtonClick(a, b), [a, b])

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a react application for tic-tac-toe.
  • Ans. 

    A React application for tic-tac-toe game.

    • Create a Board component to display the game grid

    • Implement logic to handle player turns and winning conditions

    • Use state management to update the game state

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience with the company after I had cleared round 1 which were moderate level questions I was given a offer letter. Post which after some days they told me their was one more extra round which I needed to clear after I had got the offer letter. I did well in round 2 as well but didn't hear anything back . Very unprofessional.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. PROFESSIONAL EXPERIENCE
  • Q2. Subject & material details

Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Whats expected salary
  • Q2. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based question: How do you migrate on premise application to cloud where customer doesn't want to rewrite the application.
  • Ans. 

    Migrate on-premise applications to the cloud using lift-and-shift strategy without rewriting code.

    • Assess the current application architecture and dependencies.

    • Choose a suitable cloud provider (e.g., AWS, Azure, GCP) based on requirements.

    • Utilize cloud migration tools (e.g., AWS Migration Hub, Azure Migrate) for seamless transfer.

    • Implement a lift-and-shift strategy to move the application as-is to the cloud.

    • Ensure data ...

  • Answered by AI
  • Q2. Scenario based question: How do you migrate on premise application to cloud where customer is open rewrite the application.
  • Ans. 

    Migrate on-premise applications to the cloud by rewriting them for scalability, flexibility, and cloud-native features.

    • Assess current application architecture and identify components for cloud optimization.

    • Choose a suitable cloud provider (e.g., AWS, Azure, GCP) based on requirements.

    • Design a microservices architecture to enhance scalability and maintainability.

    • Utilize cloud-native services (e.g., serverless functions,...

  • Answered by AI
Round 2 - Assignment 

Prepare a technical document with solution approach/design to make an application HIPA compliant in any cloud platform of your choice.

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Team handling related questions. 2. Are you fine with flat organization? PTG has flat organization as majority of senior people directly report to CEO. 3. Project management / delivery related questions
Round 4 - Technical 

(1 Question)

  • Q1. 1. Difference between Architecture and design in software development. 2. About your last project technical details
Round 5 - HR 

(1 Question)

  • Q1. Salary and joining date discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Triple constraint
Round 2 - One-on-one 

(1 Question)

  • Q1. How did you handle a difficult situation
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about People Tech Group?
Ask anonymously on communities.

People Tech Group Interview FAQs

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

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

  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
What are the most common questions asked in People Tech Group HR round for experienced candidates?

The most common HR questions asked in People Tech Group interview are for experienced candidates -

  1. Tell me about yourse...read more
  2. What are your salary expectatio...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.1/5

based on 23 interview experiences

Difficulty level

Easy 21%
Moderate 71%
Hard 7%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

People Tech Group Reviews and Ratings

based on 661 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.3

Salary

2.0

Job security

2.4

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 661 Reviews and Ratings
MLOps Engineer

Bangalore / Bengaluru

10-17 Yrs

Not Disclosed

Fullstack Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Software Developer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
560 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Software Engineer
551 salaries
unlock blur

₹3.2 L/yr - ₹10.6 L/yr

Associate Software Engineer
268 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Software Engineer
179 salaries
unlock blur

₹11.9 L/yr - ₹22.5 L/yr

Softwaretest Engineer
174 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare People Tech Group with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview