Upload Button Icon Add office photos

Filter interviews by

People Tech Group Interview Questions, Process, and Tips

Updated 28 Mar 2025

Top People Tech Group Interview Questions and Answers

View all 44 questions

People Tech Group Interview Experiences

Popular Designations

73 interviews found

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

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.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hacker rank test and its good

Round 2 - Technical 

(2 Questions)

  • Q1. About yourself and exp on project?
  • Q2. Java microservices ds aldo

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 (43)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is MSBI? What are tool
  • Ans. 

    MSBI stands for Microsoft Business Intelligence. It is a suite of tools used for data integration, analysis, and reporting.

    • MSBI includes tools like SQL Server Integration Services (SSIS) for data integration, SQL Server Analysis Services (SSAS) for data analysis, and SQL Server Reporting Services (SSRS) for reporting.

    • SSIS is used for ETL (Extract, Transform, Load) processes to move data between systems.

    • SSAS is used for...

  • Answered by AI
  • Q2. How is SSIS related to SQL Server?
  • Ans. 

    SSIS is a tool provided by Microsoft for data integration and workflow applications.

    • SSIS (SQL Server Integration Services) is a component of SQL Server used for building data integration and workflow applications.

    • It allows users to create packages to extract, transform, and load data from various sources into SQL Server databases.

    • SSIS can be used for tasks such as data migration, data warehousing, and ETL (Extract, Tra...

  • Answered by AI
  • Q3. What are the tools associated with SSIS?
  • Ans. 

    SSIS tools include SQL Server Data Tools, SQL Server Management Studio, BIDS, and DTS Designer.

    • SQL Server Data Tools (SSDT) - used for building SSIS packages

    • SQL Server Management Studio (SSMS) - used for managing and deploying SSIS packages

    • Business Intelligence Development Studio (BIDS) - used for creating SSIS projects

    • DTS Designer - used for designing Data Transformation Services packages

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First we have learn SSIS work how to do that is at database we have to create table that will be saved at Warehouse System after we have to use USUAL STUDIO with that we can use MS Excel at usual studio the tables will be saved at Warehouse System 2nd work is SSAS 3rd work is SSRS.

Skills evaluated in this interview

SQL and MSBI Developer Interview Questions asked at other Companies

Q1. how can you segregate data from one file to many file based on data value of a particular column.
View answer (1)

People Tech Group interview questions for popular designations

 Junior Software Engineer

 (11)

 Software Engineer

 (4)

 Business Analyst

 (4)

 Java Developer

 (3)

 Project Manager

 (2)

 US IT Recruiter

 (2)

 Technical Lead

 (2)

 Software Developer

 (2)

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

Technical Project Manager and Scrum Master Interview Questions asked at other Companies

Q1. Have you used 'a specific GCP' solution?
View answer (1)

Get interview-ready with Top People Tech Group Interview Questions

Data Analyst Interview Questions & Answers

user image Dharmendra Gupta

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Stored procedure

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Jobs at People Tech Group

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Basic electronics questions 

(1 Question)

  • Q1. All the questions are from sanfoundry website
Round 2 - Technical 

(1 Question)

  • Q1. Mainly focused on the projects, in depth explanation is required, universal gates, latches, flipflops e.t.c

Interview Preparation Tips

Interview preparation tips for other job seekers - for 1st round sanfoundry website is more than enough

Hardware Testing Engineer Interview Questions asked at other Companies

Q1. Power supply Type? Soldering temperature for through hole component? Voltage Range 10 volt with 1 volt tolerance?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Define polymorphism
  • Q2. Define Encapsulation

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (11)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Structure related in c
  • Q2. Union relatedin c
Round 2 - Coding Test 

All linux topics intercity

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is a python
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is interpreted, not compiled

    • It supports multiple programming paradigms like object-oriented, imperative, and functional programming

    • Python is widely used in web development, data science, artificial intelligence, and more

  • Answered by AI
  • Q2. What is a variables
  • Ans. 

    A variable is a container for storing data values in programming.

    • Variables are used to store information that can be referenced and manipulated in a program.

    • They have a name, a data type, and a value.

    • Examples: x = 5, name = 'John', is_valid = True

  • Answered by AI
  • Q3. What is a data types
  • Ans. 

    Data types are classifications of data items that determine the kind of operations that can be performed on them.

    • Data types define the type of data a variable can hold, such as integers, strings, lists, etc.

    • Examples of data types in Python include int, float, str, list, tuple, dict, etc.

    • Data types help in ensuring data integrity and efficient memory usage.

  • Answered by AI
  • Q4. What is a loops
  • Ans. 

    Loops are used in programming to execute a block of code repeatedly until a certain condition is met.

    • Loops help in automating repetitive tasks

    • Types of loops in Python include for loop and while loop

    • Example: for i in range(5): print(i) will print numbers from 0 to 4

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you so much for advice of questions

Skills evaluated in this interview

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about inheritance
  • Ans. 

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

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

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. Explain about virtual functions
  • Ans. 

    Virtual functions in C++ allow a function to be overridden in a derived class.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are overridden in derived classes to provide specific implementations.

    • Virtual functions enable polymorphism, allowing objects of different derived classes to be treated as objects of the base class.

    • Example: class Shape { virtual void draw() { ... } }; class Circle ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Stack,queue,linkedlist
Round 3 - HR 

(1 Question)

  • Q1. Why u join this company
  • Ans. 

    I am passionate about the company's innovative projects and collaborative work culture.

    • Exciting projects in cutting-edge technologies

    • Strong emphasis on teamwork and collaboration

    • Opportunities for growth and learning

  • Answered by AI

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)

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.

Tell us how to improve this page.

People Tech Group Interview Process

based on 76 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
CitiusTech Interview Questions
3.3
 • 276 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
View all

People Tech Group Reviews and Ratings

based on 602 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 602 Reviews and Ratings
Peoplesoft HCM Professional

Hyderabad / Secunderabad

4-10 Yrs

Not Disclosed

Vehicle Testing Engineer

Hyderabad / Secunderabad

2-5 Yrs

₹ 5-12 LPA

Digital Sculptor

Hyderabad / Secunderabad

0-5 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
582 salaries
unlock blur

₹1 L/yr - ₹6.3 L/yr

Software Engineer
527 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Associate Software Engineer
223 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Senior Software Engineer
166 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Softwaretest Engineer
158 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare People Tech Group with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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