Upload Button Icon Add office photos

Filter interviews by

Realme HR Manager Interview Questions and Answers

Updated 22 Jul 2021

Realme HR Manager Interview Experiences

1 interview found

HR Manager Interview Questions & Answers

user image Anonymous

posted on 22 Jul 2021

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. How do you cope with the dispute in the team?
  • Q2. Please explain the most challenging situation you have faced and how you come out of it?
  • Q3. How will you handle the attrition rate?
  • Q4. As per the current scenario, is the best way to hire talent?
  • Q5. How will you ensure the Vendor compliance to be done on time?
  • Ans. 

    I will establish clear communication channels and set up a system for monitoring and tracking vendor compliance.

    • Create a compliance checklist and communicate it to vendors

    • Set up regular check-ins with vendors to ensure compliance

    • Implement consequences for non-compliance

    • Use technology to automate tracking and reporting

    • Provide training and resources to vendors to help them meet compliance standards

  • Answered by AI
  • Q6. In this covid scenario, how do you ensure employee engagement with enhancing performance?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nowadays, interviewers don't go for the traditional questions and in the current scenario nor the traditional answers work. So it's better to think out of the box. and in the current era, companies need smart work instead of hard workers.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is easy to read and write, making it a popular choice for beginners.

    • Python uses indentation to indicate blocks of code, rather than curly braces or key...

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about baise features about mobile
  • Ans. 

    Mobile devices have various features that enhance communication, productivity, and entertainment.

    • Mobile phones offer seamless connectivity through calls, texts, and internet access.

    • They have advanced cameras for capturing high-quality photos and videos.

    • Mobile apps provide a wide range of functionalities, such as social media, gaming, and productivity tools.

    • Smartphones have built-in GPS for navigation and location-based...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge of mobile key points of the mobile

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Whats c
  • Ans. 

    C is a general-purpose programming language developed by Dennis Ritchie in 1972.

    • C is used for developing operating systems, embedded systems, and system software.

    • It is a compiled language and has a low-level memory access.

    • C is the predecessor of many modern programming languages like C++, Java, and Python.

  • Answered by AI
  • Q2. Whats loop
  • Ans. 

    A loop is a programming structure that repeats a set of instructions until a certain condition is met.

    • Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.

    • There are three types of loops in most programming languages: for, while, and do-while.

    • Example: for (int i = 0; i < 10; i++) { // do something }

  • Answered by AI
  • Q3. Why mi good samsung bad

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy peasy interieds

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Information about the current model running in the market

Interview Preparation Tips

Interview preparation tips for other job seekers - Just me prepared with the famous brand new models

I appeared for an interview in Jan 2021.

Interview Questionnaire 

3 Questions

  • Q1. Past Experience
  • Q2. Handling market
  • Q3. Market durability

Interview Preparation Tips

Interview preparation tips for other job seekers - Just feel free to speak about your past job, automatically you'll be the one

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In the written round, two coding questions came which were based on trees and were directly from InterViewBit. The questions were relatively simple.
  • Q2. In the interview round there were three rounds, two technical and one HR round. In the first technical round, a design question( I was asked to implement a music player queue). Then was asked about project...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be honest. And give point to point answers.

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Intern Interview Questions & Answers

Daikin user image Anonymous

posted on 11 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. How was yesterday ?
  • Ans. 

    Yesterday was a productive day filled with meetings and project work.

    • Attended a team meeting in the morning

    • Worked on a project proposal in the afternoon

    • Had a networking event in the evening

  • Answered by AI
  • Q2. Why are letters in a keyboard placed like that ?
  • Ans. 

    The letters on a keyboard are placed in a specific layout called QWERTY, which was designed to prevent typewriter jams.

    • The QWERTY layout was developed by Christopher Sholes in 1873 for typewriters.

    • The layout was designed to separate commonly used letters to reduce the likelihood of jamming.

    • The arrangement of letters was based on the frequency of their use in the English language.

    • The QWERTY layout became popular and was

  • Answered by AI
  • Q3. What do you know about air conditioner ?
  • Ans. 

    An air conditioner is a device that cools and dehumidifies the air in a room or building.

    • Air conditioners work by removing heat and moisture from the air.

    • They use a refrigeration cycle to cool the air.

    • Air conditioners can be used for both residential and commercial purposes.

    • They come in different types such as window units, split systems, and central air conditioning systems.

    • Air conditioners improve indoor air quality ...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I was asked several question related to my cv and other general knowledge and technical questions to measure my suitablity for the job.

Skills: Communication, Excel Skills, Knowledge Of MS Office
College Name: Keshav Mahavidyalaya

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 213 Interviews
LG Electronics Interview Questions
4.0
 • 201 Interviews
Blue Star Interview Questions
4.1
 • 164 Interviews
Daikin Interview Questions
4.1
 • 150 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 132 Interviews
Voltas Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals Interview Questions
4.0
 • 126 Interviews
IFB Interview Questions
3.6
 • 96 Interviews
View all
Realme HR Manager Salary
based on 5 salaries
₹10 L/yr - ₹17 L/yr
23% more than the average HR Manager Salary in India
View more details
Sales Executive
46 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Area Business Manager
41 salaries
unlock blur

₹7.1 L/yr - ₹17.5 L/yr

Territory Sales Manager
33 salaries
unlock blur

₹3.4 L/yr - ₹6.5 L/yr

Assistant Manager
29 salaries
unlock blur

₹4.9 L/yr - ₹11.5 L/yr

Store Manager
23 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Realme with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

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