Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Diverse Lynx Team. If you also belong to the team, you can get access from here

Diverse Lynx Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Diverse Lynx HR Recruiter Interview Questions and Answers

Updated 25 Aug 2021

Diverse Lynx HR Recruiter Interview Experiences

1 interview found

HR Recruiter Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2021

I applied via LinkedIn and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself,
  • Q2. Ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for career growth and new experiences

    • I have relocated in the past for work and am familiar with the process

    • I am open to considering different locations and researching the area

    • I understand that relocation may come with some challenges but I am prepared to face them

  • Answered by AI
  • Q3. Computer skills
  • Q4. Hypothellical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,be focus,and reply without fear

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Diverse Lynx?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself Why you choose IT & developer role OOPs concept, sample Java program
Round 3 - HR 

(1 Question)

  • Q1. Personal and salary details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and cool.Have better internet connection.Take enough time and answer.
Good luck.

HR Recruiter Interview Questions Asked at Other Companies

asked in Coppergate
Q1. You have huge target. And evil mseb wants loadsheeding,power cut. ... read more
asked in Coppergate
Q2. You have a list of candidates who are unavailable due to exams, p ... read more
asked in Coppergate
Q3. You select candidates, but the company rejects them. Then you are ... read more
Q4. If a candidate has good communication skills but lacks experience ... read more
asked in upGrad
Q5. How do you handle clients and their requirements, including end-t ... read more

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the technical positions I worked on, deep understanding of the technology i have hired so far.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident when you express your hands on experience on the technology or whatever skill set you have.
2. Do not mention about the thing which you have never worked or have very basic understanding.
3. Focus on your communication skill and do not be hesitate talking about yourself, after all the interviewer is also an human being.Assure the interviewer about your
4. Don't think it's an interview or you are going through a selection process, just take it as a general discussion of your knowledge. Because no one can reject you but the right one will find you according to your fitment.

Happy Hunting

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Communication check and some questions from past experience.
Round 2 - Technical 

(1 Question)

  • Q1. Will be asked technology you have worked in the past.

Interview Preparation Tips

Topics to prepare for Mobile Programming Senior Technical Recruiter interview:
  • Be well aware with the IT skills
Interview preparation tips for other job seekers - It's a good company to work with. Recruitment is a part of it and the company is mainly into software development and services.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Brief about yourself
  • Q2. Questions as per your CV, your work and projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - To ace your interview in Mobile programming, request the JD from the recruiter to understand the requirement. Don't hesitate to ask for additional preparation material or reference questions - the recruiter might have valuable insights. Take a moment to research your interviewer's linkedIn. This gives you a chance to alter and tailor your response and showcase relevant skills.

Remember, preparation is key, so practice common interview questions to ensure you shine during the interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java spring boot questions
  • Q2. One coding question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Spring boot application with junit test cases.

Interview Preparation Tips

Interview preparation tips for other job seekers - was good.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. For fresher 1 aptitude - percentage,date and time,number system,intrest,work done problems 2 Group discussion 3 HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - First is usual aptitude after finishing it takes 30 min for result . Next g it is more of generall topic, atlast hr

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Diverse Lynx Interview FAQs

What are the top questions asked in Diverse Lynx HR Recruiter interview?

Some of the top questions asked at the Diverse Lynx HR Recruiter interview -

  1. Ready to reloc...read more
  2. Hypothellical questi...read more
  3. Computer ski...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
Signant Health Interview Questions
3.3
 • 9 Interviews
View all
Diverse Lynx HR Recruiter Salary
based on 6 salaries
₹2 L/yr - ₹5.2 L/yr
7% more than the average HR Recruiter Salary in India
View more details

Diverse Lynx HR Recruiter Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

5.0

Salary

4.6

Job security

4.6

Company culture

4.3

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Technical Recruiter
128 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Software Engineer
78 salaries
unlock blur

₹3.5 L/yr - ₹9.8 L/yr

Senior Technical Recruiter
60 salaries
unlock blur

₹2.9 L/yr - ₹6.6 L/yr

Senior IT Recruiter
43 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Diverse Lynx with

Mobile Programming

2.9
Compare

Arcesium

3.5
Compare

Solartis Technology Services

3.5
Compare

Programmers.io

4.2
Compare
write
Share an Interview