Upload Button Icon Add office photos

Filter interviews by

People Tech Group Intern Interview Questions and Answers

Updated 22 Mar 2024

People Tech Group Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy overall,achievable if you are strong with basics

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. What are the computet languages you are proficient in?
  • Ans. 

    Proficient in Java, Python, and SQL.

    • Java

    • Python

    • SQL

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Trust the process

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Paper pen coding test

Round 2 - Technical 

(4 Questions)

  • Q1. Easy-medium level sliding window problem
  • Ans. 

    Find the maximum sum of a subarray of size k in an array of integers.

    • Use a sliding window approach to keep track of the sum of the current subarray.

    • Slide the window by adding the next element and subtracting the previous element.

    • Keep track of the maximum sum encountered so far.

    • Return the maximum sum found.

  • Answered by AI
  • Q2. Easy-medium level array problem
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings.

    • Stop when a character doesn't match or reach the end of any string.

    • Return the prefix found so far.

  • Answered by AI
  • Q3. Gave me a condition and asked what data structure i would use. Problem was related to data retrieval so we would use hashmaps.
  • Q4. They also asked sql queires and dbms related concepts (ACID, etc)

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths, English, and logic

Round 2 - Case Study 

Number of street lights in a state

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Two case study questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Networking core java , oops . data interpretation , data analysis , English and basic Maths question

Round 2 - Coding Test 

Java questions , Dsa questions . timing was approx 2 hours

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • dsa,
  • OOPS
  • Machine Learning
  • Networking
Interview preparation tips for other job seekers - everything is good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two questions were asked and answered both

Round 2 - Coding Test 

Two programs on Java was asked on loops and collections

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Interview was scheduled in afternoon. It was more on OOPs and DSA.

  • Q1. Check If Linked List Is Palindrome

    You are given a Singly Linked List of integers. You have to find if the given linked list is palindrome or not.

    A List is a palindrome if it reads the same from the lef...

  • Ans. 

    I gave O(n) both time and space solution using stacks but interviewer asked to optimize it and give clue as well.

    I understood the clue and was able to optimise the code. I was not asked to code in this round just had an discussion but few of my peers were asked to write code as well.

  • Answered by CodingNinjas
  • Q2. OOPS Question

    They focus a lot on OOPs and Java. I was grilled well from four pillars to advanced topics in oops.

    1) Four Pillars
    2) Keywords
    3) Access specifier
    4) JVM & JDK

  • Ans. 

    Tip 1 : Prepare oops well
    Tip 2 : Have solid foundation in Java.

  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

She asked me more about myself and few projects in resume. It was more of formal discussion than an interview round. I was very comfortable and she aksed me about my location preference at end of. Interview.

  • Q1. Basic HR Questions

    1. Introduction

    2. What is your location preference?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from VIT AP CAMPUS. Eligibility criteria7CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms. Database, JAVATime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : BlackRock has so many projects in Java, So I made sure I clear my basics and prepare well for each and every question about Java
Tip 2 : OOPS is something which was being asked from everyone and every seniors confirmed the same.
Tip 3 : Have good projects, preferably in development.

Application resume tips for other job seekers

Tip 1 : Have at least 2 projects.
Tip 2 : Include certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Bhubaneswar and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The first round was a mcq test based on aptitude and statstics

Round 2 - Coding Test 

2nd round was a coding round. Three questions were given . Two were easy and one was medium

Round 3 - One-on-one 

(2 Questions)

  • Q1. Two leetcode easy level questions
  • Q2. One leetcode medium level question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 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. Tell me about yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [internship position].

    • I am currently pursuing a degree in [relevant field] at [university name].

    • I have completed coursework in [specific subjects] which have provided me with a solid foundation in [relevant skills].

    • I have gained practical experience through internships at [company/organizatio...

  • Answered by AI
  • Q2. Describe yourself in brief and previous experience
  • Ans. 

    I am a motivated and enthusiastic individual with previous experience in various internships.

    • Completed a marketing internship at XYZ Company, where I assisted in developing social media campaigns and analyzing market trends.

    • Worked as a research intern at ABC Organization, conducting data analysis and assisting in writing research reports.

    • Volunteered as an intern at a local hospital, shadowing doctors and nurses to gain...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go in formal dress
Be patient
Be confident
Explain yourself in brief

People Tech Group Interview FAQs

How many rounds are there in People Tech Group Intern interview?
People Tech Group interview process usually has 3 rounds. The most common rounds in the People Tech Group interview process are Aptitude Test, One-on-one Round and HR.
How to prepare for People Tech Group Intern 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 Automation Testing, CSS, Communication Skills, GIT and HTML.
What are the top questions asked in People Tech Group Intern interview?

Some of the top questions asked at the People Tech Group Intern interview -

  1. What are the computet languages you are proficient ...read more
  2. What are oops conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 People Tech Group interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 34 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
People Tech Group Intern Salary
based on 6 salaries
₹1 L/yr - ₹1.2 L/yr
67% less than the average Intern Salary in India
View more details

People Tech Group Intern Reviews and Ratings

based on 4 reviews

2.4/5

Rating in categories

2.4

Skill development

2.4

Work-Life balance

2.4

Salary & Benefits

2.1

Job Security

2.4

Company culture

2.4

Promotions/Appraisal

2.4

Work Satisfaction

Explore 4 Reviews and Ratings
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