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

Updated 25 Jun 2025
Popular Designations

43 Interview questions

A Senior Software Test Engineer was asked 2w ago
Q. How do you debug failures in automation scripts?
Ans. 

Debugging automation script failures involves systematic analysis and troubleshooting techniques to identify and resolve issues.

  • Check the error logs for specific error messages that can provide clues about the failure.

  • Verify that the test environment is set up correctly, including dependencies and configurations.

  • Use debugging tools or IDE features to step through the script and observe variable values and executio...

View all Senior Software Test Engineer interview questions
A Senior Software Test Engineer was asked 2w ago
Q. How do you handle screenshots in Java?
Ans. 

Capture and save screenshots in Java using libraries like AWT and Selenium for testing purposes.

  • Use AWT Robot class: Create an instance of Robot and capture the screen.

  • Example: Robot robot = new Robot(); BufferedImage screen = robot.createScreenCapture(new Rectangle(Toolkit.getDefaultToolkit().getScreenSize()));

  • Save the image: Use ImageIO.write() to save the captured image to a file.

  • Example: ImageIO.write(screen, ...

View all Senior Software Test Engineer interview questions
An Intern was asked 3w ago
Q. Explain polymorphism in detail.
Ans. 

Polymorphism allows methods to do different things based on the object it is acting upon, enhancing flexibility in programming.

  • Polymorphism is a core concept in Object-Oriented Programming (OOP).

  • It allows methods to be defined in multiple forms.

  • There are two types: compile-time (method overloading) and runtime (method overriding).

  • Example of method overloading: A function 'add' can add two integers or concatenate t...

View all Intern interview questions
A Business Analyst was asked 3mo ago
Q. How do you deal with your customers?
Ans. 

Effective customer interaction involves active listening, empathy, clear communication, and timely follow-ups to build strong relationships.

  • Active Listening: Pay attention to customer needs and concerns. For example, during a meeting, summarize their points to show understanding.

  • Empathy: Understand the customer's perspective. If a client is frustrated, acknowledge their feelings and reassure them you are there to ...

View all Business Analyst interview questions
A Software Developer was asked 4mo ago
Q. 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 mult...

View all Software Developer interview questions
A Business Analyst was asked 7mo ago
Q. Can you 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

View all Business Analyst interview questions
A SQL and MSBI Developer was asked 9mo ago
Q. 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...

View all SQL and MSBI Developer interview questions
Are these interview questions helpful?
A SQL and MSBI Developer was asked 9mo ago
Q. What tools are 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

View all SQL and MSBI Developer interview questions
An Embedded Software Engineer was asked 10mo ago
Q. How are unions used in C?
Ans. 

A union in C allows storing different data types in the same memory location, optimizing memory usage.

  • A union can hold only one of its non-static data members at a time.

  • Example: union Data { int i; float f; char c; };

  • Size of union is determined by the size of its largest member.

  • Accessing a member of a union that wasn't last written to leads to undefined behavior.

  • Unions are useful in embedded systems for memory eff...

View all Embedded Software Engineer interview questions
A Software Tester was asked 10mo ago
Q. What is automation testing?
Ans. 

Automation testing is the use of software tools to control the execution of tests and compare actual outcomes with expected outcomes.

  • Automation testing helps in reducing human errors and increasing test coverage

  • It is faster and more reliable compared to manual testing

  • Examples of automation testing tools include Selenium, Appium, and JUnit

View all Software Tester interview questions

People Tech Group Interview Experiences

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

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

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
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Define polymorphism
  • Ans. 

    Polymorphism is a programming concept allowing objects to be treated as instances of their parent class, enabling method overriding.

    • Polymorphism allows methods to do different things based on the object it is acting upon.

    • Example: A function that takes a base class reference can call overridden methods in derived classes.

    • Types of polymorphism: Compile-time (method overloading) and runtime (method overriding).

    • Example of ...

  • Answered by AI
  • Q2. Define Encapsulation

Skills evaluated in this interview

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
  • Ans. 

    A union in C allows storing different data types in the same memory location, optimizing memory usage.

    • A union can hold only one of its non-static data members at a time.

    • Example: union Data { int i; float f; char c; };

    • Size of union is determined by the size of its largest member.

    • Accessing a member of a union that wasn't last written to leads to undefined behavior.

    • Unions are useful in embedded systems for memory efficien...

  • Answered by AI
Round 2 - Coding Test 

All linux topics intercity

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

Top trending discussions

View All
Office Jokes
2w
sudhirnripat74
Verified Icon
·
works at
iVistec Partners India Private Limited
FeedCard Image
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?
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 Java, SQL, C++, AWS and Python.
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
What are the most common questions asked in People Tech Group HR round?

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

  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.3/5

based on 79 interview experiences

Difficulty level

Easy 28%
Moderate 60%
Hard 13%

Duration

Less than 2 weeks 77%
2-4 weeks 18%
4-6 weeks 5%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 370 Interviews
CitiusTech Interview Questions
3.3
 • 286 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 210 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 660 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.5

Work satisfaction

Explore 660 Reviews and Ratings
Java Developer

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Linux PCI Lead

Hyderabad / Secunderabad

8-12 Yrs

Not Disclosed

Linux Performance Developer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
561 salaries
unlock blur

₹1.5 L/yr - ₹6.3 L/yr

Software Engineer
544 salaries
unlock blur

₹2 L/yr - ₹11.2 L/yr

Associate Software Engineer
268 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Senior Software Engineer
180 salaries
unlock blur

₹7.5 L/yr - ₹26 L/yr

Softwaretest Engineer
179 salaries
unlock blur

₹2 L/yr - ₹10.1 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