Upload Button Icon Add office photos

Filter interviews by

People Tech Group Interview Questions, Process, and Tips

Updated 24 Dec 2024

Top People Tech Group Interview Questions and Answers

View all 40 questions

People Tech Group Interview Experiences

Popular Designations

62 interviews found

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 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. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (11)
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 (8)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 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:
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 - 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)

People Tech Group interview questions for popular designations

 Junior Software Engineer

 (10)

 Java Developer

 (3)

 Software Engineer

 (3)

 Business Analyst

 (2)

 Project Manager

 (2)

 US IT Recruiter

 (2)

 Android Developer

 (1)

 Associate Software Engineer

 (1)

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all 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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Get interview-ready with Top People Tech Group Interview Questions

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 SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)

Jobs at People Tech Group

View all
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:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all 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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

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. Why we need Oops concepts? What is Constructor? Need of Constructor? StringBuilder? etc.
View answer (1)
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)

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)

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, Resume Shortlist and HR.
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 32 interviews in last 1 year

Interview experience

3.4
  
Average
View more

People are getting interviews through

based on 45 People Tech Group interviews
WalkIn
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
27%
27%
9%
9%
2%
2%
24% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
CMS IT Services Interview Questions
3.1
 • 121 Interviews
View all

People Tech Group Reviews and Ratings

based on 440 reviews

2.7/5

Rating in categories

2.7

Skill development

2.7

Work-Life balance

2.4

Salary & Benefits

2.1

Job Security

2.5

Company culture

2.2

Promotions/Appraisal

2.5

Work Satisfaction

Explore 440 Reviews and Ratings
Domestic It Recruiter

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Java Back End Developer

Hyderabad / Secunderabad

5-9 Yrs

₹ 15-25 LPA

Gcp Architect

Hyderabad / Secunderabad

10-17 Yrs

Not Disclosed

Explore more jobs
Junior Software Engineer
468 salaries
unlock blur

₹1 L/yr - ₹5.9 L/yr

Software Engineer
437 salaries
unlock blur

₹2.4 L/yr - ₹12.5 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Softwaretest Engineer
140 salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Associate Software Engineer
134 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Explore more salaries
Compare People Tech Group with

Infosys

3.7
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview