Upload Button Icon Add office photos

Filter interviews by

PeopleLogic Business Solutions Interview Questions and Answers

Updated 7 Jun 2024

PeopleLogic Business Solutions Interview Experiences

Popular Designations

2 interviews found

HR Recruiter Interview Questions & Answers

user image Bhyravachari Vadla

posted on 7 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About Recruitment
  • Q2. About onboarding
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Define hr and hrm

Interview Preparation Tips

Interview preparation tips for other job seekers - i have attended two times one is virtual for IT recruitment they give topic on llike java or python and give you some time to brainstroming and we explain about in 5 minutes

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (2)

I applied via Naukri.com and was interviewed in Sep 2022. There were 4 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 - Telephonic Call 

(1 Question)

  • Q1. Tell me Abou Self and discussion about Some Technical Sources
Round 3 - Technical 

(1 Question)

  • Q1. Screening Test,We Need Souce Job Portal Like Naukri for that Given Task for Us
Round 4 - Behavioral 

(1 Question)

  • Q1. In that,Final Round Manager has Random Questions about our Carrer or Jobs Profile Based anything?
  • Ans. I did not Answer these Round Properly and I Lost these Job at My Hands in Final Round.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for PeopleLogic Business Solutions Information Technology Recruiter interview:
  • Apptitude
  • Technical skill sets
Interview preparation tips for other job seekers - Finally My Experience,Im said Be Confident Every answer with More Confidence with Fine Answer and No Worry You Will Crack the Job and im also Looking More Confident to Crack these Interviews and get the Job🤝

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Concepts

Interview Questionnaire 

1 Question

  • Q1. Concepts

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Interview Preparation Tips

Round: TECHNICAL ROUND TEST
Experience: A 45 mins round which consisted of 30 mins of core questions and 15 mins of data structures.  It was a mix of test on our knowledge .

Round: HR Interview
Experience: Most of the questions were based on general knowledge and many of them were from the resume provides by me

General Tips: It is always advisable to be prepared with certain set of general questions which make it easier to answer.
Skill Tips: Focus on your Study.. Revise the subject that you have studied at the time of Interview
Skills: Technical Skills
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Questions were on Aptitude, English, Probability, Permutations andCombinations and Programming (C, C++). NO Group Discussion was held.Candidates were shortlisted on the basis of their test scores.

Round: Technical Interview
Experience: Total time of this round was 45 minutes.First 30 minutes, questions on core programming were asked and in the remaining 15 minutes questions were asked on data structures.

Round: HR Interview
Experience: This was a 5 minute round where questions were put up, some based on the resume and other were general questions.

Skills: Knowledge in MATLAB.
College Name: IIT MADRAS

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Everything in your resume questions from your domain and 1 quizzes

Interview Preparation Tips

Interview preparation tips for other job seekers - Completely prepare your resume

I applied via Campus Placement and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Completely in the resume and mostly depends upon the hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Study coding and your department related stuff

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

PeopleLogic Business Solutions Interview FAQs

How many rounds are there in PeopleLogic Business Solutions interview?
PeopleLogic Business Solutions interview process usually has 3 rounds. The most common rounds in the PeopleLogic Business Solutions interview process are One-on-one Round, Resume Shortlist and Telephonic Call.
How to prepare for PeopleLogic Business Solutions 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 PeopleLogic Business Solutions. The most common topics and skills that interviewers at PeopleLogic Business Solutions expect are Javascript, C, HTML, Six Sigma and SQL.
What are the top questions asked in PeopleLogic Business Solutions interview?

Some of the top questions asked at the PeopleLogic Business Solutions interview -

  1. In that,Final Round Manager has Random Questions about our Carrer or Jobs Profi...read more
  2. Screening Test,We Need Souce Job Portal Like Naukri for that Given Task for...read more
  3. about onboard...read more

Tell us how to improve this page.

PeopleLogic Business Solutions Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

PeopleLogic Business Solutions Reviews and Ratings

based on 33 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.2

Salary

4.0

Job security

3.9

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 33 Reviews and Ratings
Associate Staffing Analyst
55 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

Staffing Analyst
16 salaries
unlock blur

₹2.9 L/yr - ₹4.1 L/yr

Senior Staffing Analyst
11 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

HR Recruiter
8 salaries
unlock blur

₹1.7 L/yr - ₹2.5 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Explore more salaries
Compare PeopleLogic Business Solutions with

Coca-Cola Company

4.1
Compare

Dhoot Transmission

3.7
Compare

Genius Consultants

3.8
Compare

Apotex Research

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview