Upload Button Icon Add office photos

Adda 247

Compare button icon Compare button icon Compare

Filter interviews by

Adda 247 Human Resource Lead Interview Questions and Answers

Updated 26 Nov 2024

Adda 247 Human Resource Lead Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. 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 - HR 

(1 Question)

  • Q1. About experience and introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - No Job security,
Company not stable.
Lay off

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you wanna join Talentedge?
  • Q3. What you know about Edtech Industry?
  • Ans. 

    Edtech industry refers to the use of technology in education to enhance learning and teaching experience.

    • Edtech includes online learning platforms, educational apps, and digital tools for teachers.

    • The industry has seen significant growth due to the COVID-19 pandemic and the shift to remote learning.

    • Examples of edtech companies include Coursera, Khan Academy, and Duolingo.

    • Edtech has the potential to improve access to ed...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We Confident and speak in modulation and answer the question is depth
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2021. 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. Just personal details, actually not a tough interview anyone can easily get a job here experience not required, once you get placed they will give training for what to do and what not to do and after getti...
  • Q2. No such formal questions you are selected that it

Interview Preparation Tips

Interview preparation tips for other job seekers - If you really need to make your career in proper way this is not the company for you 0 learning, 0 work life balance. Who don’t have options outside who are dump only can sustain here because those dump knows they are useless no one will give job to him so that kind of candidates can work here for no reason worst organisation ever

Consultant Interview Questions & Answers

TALENTEDGE user image Gayatri Hadawale

posted on 31 Oct 2023

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - Technical 

(4 Questions)

  • Q1. What is Ed-tech?
  • Ans. 

    Ed-tech refers to the use of technology to facilitate learning and education.

    • Ed-tech includes online learning platforms, educational apps, and digital tools for teaching and learning.

    • It aims to enhance the educational experience, make learning more accessible, and improve student outcomes.

    • Examples of ed-tech companies include Khan Academy, Coursera, and Duolingo.

  • Answered by AI
  • Q2. What is digital marketing?
  • Ans. 

    Digital marketing is the use of online channels to promote products or services to a targeted audience.

    • Involves using social media, email, websites, and search engines for marketing purposes

    • Includes strategies such as SEO, SEM, content marketing, and influencer marketing

    • Allows for targeted advertising based on demographics, interests, and behavior

    • Provides measurable results through analytics and tracking tools

  • Answered by AI
  • Q3. What are the responsibilities of learning consultant
  • Q4. Sales round - a book

Interview Preparation Tips

Topics to prepare for TALENTEDGE Consultant interview:
  • Comapny details
  • basic questions related to desig
Interview preparation tips for other job seekers - Be confident and prepared.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Data structure , array, linked list

Round 2 - Technical 

(1 Question)

  • Q1. What is java and oops
  • Ans. 

    Java is a programming language known for its platform independence, while OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects.

    • Java is a high-level, class-based, object-oriented programming language.

    • Java is known for its platform independence, meaning code can run on any device that has a Java Virtual Machine (JVM).

    • OOPs is a programming paradigm that uses objects and classes to d...

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Why you applied here
  • Ans. I am a self motivated person i like to interact with people. That is why i applied here in lidoleaning edtech
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident every time you are answering the Question. what ever you speak, speak Confidantly.

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About previous role and responsibilities, sales management or skill sets related

Interview Preparation Tips

Interview preparation tips for other job seekers - just show that you are confident and knows people management

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do you have that differentiate you from other candidates?
  • Q2. What do you expect from your team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to focus on what productivity you can give to the company

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.

Adda 247 Interview FAQs

How many rounds are there in Adda 247 Human Resource Lead interview?
Adda 247 interview process usually has 2 rounds. The most common rounds in the Adda 247 interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Adda 247 Human Resource Lead Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Lido Learning Interview Questions
2.3
 • 55 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
Z X Learning Interview Questions
4.4
 • 44 Interviews
Zeus Learning Interview Questions
3.3
 • 35 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Schoolnet India Interview Questions
3.9
 • 16 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
View all

Adda 247 Human Resource Lead Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Team Lead
42 salaries
unlock blur

₹3.5 L/yr - ₹6.4 L/yr

Associate Manager
33 salaries
unlock blur

₹4.1 L/yr - ₹8.8 L/yr

Content Writer
29 salaries
unlock blur

₹1 L/yr - ₹4.4 L/yr

Tele Sales Executive
26 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Graphic Designer
20 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Adda 247 with

Unacademy

3.0
Compare

Z X Learning

4.4
Compare

Schoolnet India

3.9
Compare

Lido Learning

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