Upload Button Icon Add office photos

Filter interviews by

CK Birla Healthcare Manager Talent Acquisition Interview Questions and Answers for Experienced

Updated 9 Jul 2024

CK Birla Healthcare Manager Talent Acquisition Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic things about education and experience
  • Q2. Negotiation about salary and doj
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic things about experience
  • Q2. Negotiation about salary and DOJ

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic coding questions related to javascript or Java

Round 3 - Coding Test 

Specific to your skills, for FE web development angular related questions.

Round 4 - HR 

(1 Question)

  • Q1. Normal salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of coding and always be positive.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What have been doing in your current role
  • Q2. Letting them know about the normal workflow and additional to that job what am i doing that will help for my growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa and mcq dsa question were med to hard

Round 2 - Technical 

(1 Question)

  • Q1. Technical on resume and opps and sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Simple coding test related to fundamental of programming

Round 2 - Technical 

(1 Question)

  • Q1. Question related to UI/UX, Promises, JS fundamentals
Round 3 - One-on-one 

(1 Question)

  • Q1. Detailed discussion on questions related to last round
Round 4 - HR 

(1 Question)

  • Q1. Basic salary discussion and policies discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This experience related Front end engineer, so fundamentals of JS is very important also HTML, SCSS fundamentals are important.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Esay

I applied via Company Website and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Phycology is the scientific studies of mind and uninccious phenomena of the axact tasck and uninccious phenomena and uninccious phenomena of mind
  • Q2. What are physical education in the scientific studies
  • Ans. 

    Physical education is the study of physical activity and its effects on the body and mind.

    • Physical education involves the study of anatomy, physiology, and biomechanics.

    • It also includes the study of nutrition and how it affects physical performance.

    • Physical education can help prevent and manage chronic diseases such as obesity, diabetes, and heart disease.

    • Examples of physical education activities include sports, dance,...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Human hubbyand behaviour and mind in the scientific studies of the axact tasck involved
  • Ans. Human behaviour of the skills experience of mind in the scientific studies
  • Answered Anonymously
  • Q2. Phycology of father name
  • Ans. 

    The psychology of father's name refers to the impact of a father's name on an individual's psychological development and identity.

    • The father's name can influence a person's sense of identity and belonging.

    • It can shape their self-perception and how they relate to others.

    • The cultural and societal significance of the father's name can also play a role.

    • For example, in some cultures, carrying the father's name can confer a ...

  • Answered by AI
  • Q3. Father of child psychology
  • Ans. 

    Sigmund Freud is considered the father of child psychology.

    • Sigmund Freud is known for his work in psychoanalysis and his theories on child development.

    • He believed that early childhood experiences greatly influence adult personality and behavior.

    • Freud introduced concepts like the Oedipus complex and the stages of psychosexual development.

    • His work laid the foundation for modern child psychology and influenced many subseq

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My l
ife is the scientific studies of mind
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked basic sorting and searching algorithms

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions about sql and Java

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Online test using jquery and react js
  • Q2. 2. Reverse number with sign
  • Ans. 

    Reverse a number while preserving its sign.

    • Extract the sign of the number using Math.sign()

    • Reverse the absolute value of the number using string manipulation

    • Convert the reversed string back to a number and multiply by the sign

  • Answered by AI
  • Q3. 3. Check if two strings are anagram
  • Ans. 

    Check if two strings are anagram

    • Sort both strings and compare them

    • Use a hash table to count the frequency of each character in both strings and compare the hash tables

    • Use an array of size 26 to count the frequency of each letter in both strings and compare the arrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was online coding test with average difficulty.
Second round was video interview with managerial questions and 2 coding questions.

Skills evaluated in this interview

I was interviewed before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

CK Birla Healthcare Interview FAQs

How many rounds are there in CK Birla Healthcare Manager Talent Acquisition interview for experienced candidates?
CK Birla Healthcare interview process for experienced candidates usually has 2 rounds. The most common rounds in the CK Birla Healthcare interview process for experienced candidates are One-on-one Round.

Tell us how to improve this page.

CK Birla Healthcare Manager Talent Acquisition Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 126 Interviews
UnitedHealth Interview Questions
4.0
 • 81 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Narayana Health Interview Questions
4.2
 • 62 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

CK Birla Healthcare Manager Talent Acquisition Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Incharge
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CK Birla Healthcare with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Max Healthcare

4.1
Compare

Narayana Health

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