Upload Button Icon Add office photos

Filter interviews by

peopleHum Interview Questions, Process, and Tips

Updated 13 Nov 2024

Top peopleHum Interview Questions and Answers

View all 7 questions

peopleHum Interview Experiences

Popular Designations

7 interviews found

Intern Interview Questions & Answers

user image Shivani Goyal

posted on 31 Aug 2024

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

It was aptitude + coding test. Total 1.5 hours were given to complete it.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the projects mentioned in the resume.
  • Q2. Reverse linkedList in given group of K numbers.
  • Ans. 

    Reverse linkedList in groups of K numbers

    • Iterate through the linked list in groups of K

    • Reverse each group of K nodes

    • Connect the reversed groups back together

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

It was a MCQ round On basics of computer and sql

Round 2 - Coding Test 

DSA coding test on linked list trees and Arrays

Round 3 - Coding Test 

SQL questions pattern printing

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Maths Questions be prepare with good Quantative part

Round 2 - Face to Face 

(5 Questions)

  • Q1. What's the biggest problem that you had faced in your life an came out from it.
  • Q2. Difference between marketing and sales, how can you differ.
  • Ans. 

    Marketing focuses on creating awareness and interest in a product or service, while sales involves closing deals and generating revenue.

    • Marketing involves activities such as advertising, branding, and market research to attract potential customers.

    • Sales involves direct interaction with customers to persuade them to purchase a product or service.

    • Marketing is a broader process that encompasses creating a brand image and ...

  • Answered by AI
  • Q3. What's Avniro group
  • Ans. 

    Avniro group is a multinational company specializing in renewable energy solutions and sustainable development projects.

    • Specializes in renewable energy solutions

    • Focuses on sustainable development projects

    • Operates on a multinational level

  • Answered by AI
  • Q4. Ask about complete Background and Exp.
  • Q5. Be well preapre its a sales job mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - It all start with introduction an then manager ask all math question, and after company like Why do you want to join our company,whay not any other.

Business Development Associate Interview Questions asked at other Companies

Q1. You are going to the office and you saw a 6 years old poor guy selling pencils. Out of kindness you bought all the pencils(100 pcs) at Rs. 50 and gave him extra Rs. 50 to support his family. Since you don't require those pencils at all. Wha... read more
View answer (40)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

R1 Online test with questions on Coding, Math and Java

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

peopleHum interview questions for popular designations

 android Lead

 (1)

 Business Development Associate

 (1)

 Intern

 (1)

 SDE Intern

 (1)

 Software Developer

 (1)

 Software Developer Intern

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an all over aptitude test consisting of maths problems, coding snippets.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Reverse the words in string
  • Ans. 

    Reverse the words in a string

    • Split the string into an array of words

    • Reverse the array

    • Join the array back into a string

  • Answered by AI
  • Q2. What is deadlock
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Occurs in multitasking environments

    • Caused by a circular wait condition

    • Can be resolved by using techniques like resource allocation graph

    • Example: Process A holds resource X and waits for resource Y, while process B holds resource Y and waits for resource X

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

android Lead Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2023

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

I applied via Approached by Company and was interviewed in Feb 2023. 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 - Technical 

(3 Questions)

  • Q1. Android Architecture Components, Activity Lifecycle, Fragment Lifecycle, Service, Intent, Broadcast receivers
  • Q2. Write a program to reverse words in a string. i.e. Input -> I love my Country | output -> I evol ym yrtnuoC Write a program to calculate consecutive letter in a string i.e Input -> saampleee | Output -> s...
  • Q3. RecyclerView , MVVM, Kotlin, Constraint Layout

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you are open to work in small teams like 2-3 developers only. Round 1 interviewer was not so experience and had some basic level knowledge.

android Lead Interview Questions asked at other Companies

Q1. Write a program to slice the array from given index and re-arrange the array without using extra variables, inbuilt methods
View answer (2)

Jobs at peopleHum

View all

Bd associate Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2022

I applied via Campus Placement and was interviewed in Apr 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is the 15% of 114? How can you cut the cake into 8 parts ?
  • Ans. 

    15% of 114 is 17.1. To cut a cake into 8 parts, make 4 cuts horizontally and 4 cuts vertically.

    • To find 15% of a number, multiply the number by 0.15

    • 15% of 114 = 114 * 0.15 = 17.1

    • To cut a cake into 8 parts, make 4 cuts horizontally and 4 cuts vertically

    • Ensure the cuts are evenly spaced and intersect at the center of the cake

  • Answered by AI
  • Q2. Convince me to shave my head bald.
  • Ans. 

    Shaving your head bald can be a liberating experience that offers numerous benefits.

    • A bald head is low-maintenance and saves time on styling and grooming.

    • It can give you a fresh and confident look.

    • Shaving your head can help you embrace change and step out of your comfort zone.

    • It can be a bold fashion statement and make you stand out from the crowd.

    • A bald head can also help you save money on hair products and haircuts.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and no matter what just keep on trying ,dont give up even if your answers are incorrect .keep pushing yourself.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What is your experience in the Record to Report (RTR) domain?
  • Q2. Are you comfortable with shift work?
  • Q3. Can you provide a brief introduction about yourself?
  • Q4. What is your current cost to company (CTC)?
Round 2 - Technical 

(10 Questions)

  • Q1. Can you provide a brief self-introduction and describe your current work profile?
  • Q2. What precautions should be taken when mentioning details in your CV to ensure you can answer questions related to them effectively during an interview?
  • Q3. What is the difference between revenue expenditure and capital expenditure?
  • Q4. What is the difference between amortisation and depreciation?
  • Q5. How would you rate yourself in relation to your teammates?
  • Q6. How would you calculate a rate in Excel?
  • Q7. What is the process for passing journal entries related to prepaid expenses and accruals?
  • Q8. What is your understanding of accrual and deferred accounting?
  • Q9. What is a contingent liability?
  • Q10. What information do you have about Genpact?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give up and approach every interview with confidence. Over the past three months, I attended 13 to 14 interviews; there may be times when you might not be the right fit for a particular company, but do not let that discourage you. Keep pushing forward, and if you give your best effort, good results will come with time. I also experienced a low phase, but by staying committed to learning and continuously improving myself, I have been able to grow, and you can do the same.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Q2. What is BGP? How BGP works?
  • Q3. What are the type of BGP and their AD value?
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Q5. What is ospf?
  • Q6. How do we prevent loop avoidance in BGP?
  • Q7. What is OSI model? What are the layers of OSI model?
  • Q8. How does tracerout works?
  • Q9. If we see "*****" in tracerout, what it means?
  • Q10. What are the states in BGP?
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Q12. What are CE and PE routers?
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Q14. What are the parameters should match in BGP neighbourship?
  • Q15. What is tftp?
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Q2. How tracerout works? What is source and destination IP?
  • Q3. What is public IP and private IP?
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Q5. What is firewall?
  • Q6. What are the difference between router and switch?
  • Q7. What is mpls?
  • Q8. How ftp and tftp works?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Q5. Explain about my working style

peopleHum Interview FAQs

How many rounds are there in peopleHum interview?
peopleHum interview process usually has 2 rounds. The most common rounds in the peopleHum interview process are Technical, Aptitude Test and Coding Test.
How to prepare for peopleHum 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 peopleHum. The most common topics and skills that interviewers at peopleHum expect are Social Media, Advertising, Management, Strategic Planning and Account Management.
What are the top questions asked in peopleHum interview?

Some of the top questions asked at the peopleHum interview -

  1. What is the 15% of 114? How can you cut the cake into 8 part...read more
  2. Difference between marketing and sales, how can you diff...read more
  3. Convince me to shave my head ba...read more

Tell us how to improve this page.

peopleHum Interview Process

based on 5 interviews in last 1 year

Interview experience

3.6
  
Good

People are getting interviews through

based on 3 peopleHum interviews
Job Portal
Campus Placement
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Darwinbox Interview Questions
3.8
 • 40 Interviews
greytHR Interview Questions
3.7
 • 20 Interviews
HR Mantra Interview Questions
1.0
 • 3 Interviews
Saviom Interview Questions
4.7
 • 3 Interviews
View all

peopleHum Reviews and Ratings

based on 25 reviews

2.9/5

Rating in categories

3.2

Skill development

2.9

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

2.8

Company culture

2.9

Promotions/Appraisal

2.8

Work Satisfaction

Explore 25 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹11.1 L/yr - ₹18 L/yr

Business Development Associate
5 salaries
unlock blur

₹3 L/yr - ₹4.7 L/yr

Product Manager
5 salaries
unlock blur

₹4.7 L/yr - ₹13 L/yr

Customer Success Associate
4 salaries
unlock blur

₹3.1 L/yr - ₹4.9 L/yr

Software Development Engineer Test
4 salaries
unlock blur

₹11.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare peopleHum with

Darwinbox

3.8
Compare

Keka HR Payroll Software

2.9
Compare

Sumtotal Systems

4.0
Compare

greytHR

3.7
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