Upload Button Icon Add office photos

Filter interviews by

People Tech Group Interview Questions, Process, and Tips for Experienced

Updated 13 Nov 2024

Top People Tech Group Interview Questions and Answers for Experienced

View all 16 questions

People Tech Group Interview Experiences for Experienced

Popular Designations

20 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.

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

Ruby on Rails Developer Interview Questions asked at other Companies

Q1. What are the concerns and how is it leveraging the mixins?
View answer (1)
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

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
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

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

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

(1 Question)

  • Q1. What is the use of hash map?
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map provides constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • It is commonly used to implement associative arrays, database indexing, and caching mechanisms.

    • Example: Storing student grades with student IDs as keys and grades as values.

  • Answered by AI

Skills evaluated in this interview

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

Get interview-ready with Top People Tech Group Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude, MCQ and one coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Object oriented programming questions

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

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 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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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:
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 

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

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, Resume Shortlist and HR.
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 SQL, AWS, 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
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 for Experienced

based on 10 interviews in last 1 year

Interview experience

3.2
  
Average
View more

People are getting interviews through

based on 15 People Tech Group interviews
Job Portal
WalkIn
Recruitment Consultant
Referral
40%
20%
7%
7%
26% 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