Upload Button Icon Add office photos
Engaged Employer

i

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

Mobile Programming Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobile Programming HR Executive Interview Questions and Answers

Updated 8 Mar 2024

Mobile Programming HR Executive Interview Experiences

2 interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2024

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 Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

AI Bot Test via chat gpt

Round 2 - Group Discussion 

Technical Coding testing

Round 3 - Assignment 

Assignment shared by client

HR Executive Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2022

I applied via Hirect and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Telephonic Call 

(3 Questions)

  • Q1. What you are doing in your last company
  • Q2. Do you know about recruitment
  • Q3. Whatever you said rest questions are interconnected
Round 2 - HR 

(5 Questions)

  • Q1. Give your introduction
  • Q2. What happens in the induction process
  • Ans. 

    Induction process is a formal introduction of new employees to the organization and its culture.

    • Orientation on company policies and procedures

    • Introduction to colleagues and supervisors

    • Training on job responsibilities and expectations

    • Explanation of benefits and compensation

    • Tour of facilities and work areas

  • Answered by AI
  • Q3. What are the HR processes
  • Ans. 

    HR processes are the set of activities and procedures that HR departments use to manage employees throughout their employment lifecycle.

    • Recruitment and selection

    • Onboarding and orientation

    • Performance management

    • Compensation and benefits

    • Training and development

    • Employee relations

    • Offboarding and exit interviews

  • Answered by AI
  • Q4. Tell me about your family background
  • Q5. Rest whatever you said, questions will be asked on that

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your introduction well, if you are a fresher because whatever you said questions are going to be happen according to that

HR Executive Interview Questions Asked at Other Companies

asked in Sodexo
Q1. What do you know about Labor Law
asked in Accenture
Q2. If you have 100 million dollars what would you do?
asked in Siri AB
Q3. What are the sourcing techniques you are familiar with ? How long ... read more
Q4. If you assign multiple task how to do it when you work in Under p ... read more
Q5. Do you know how to create Power Point Excel and Word files ?

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About role and current responsibilities
  • Q2. About reasons on leaving current company

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

I applied via Naukri.com and was interviewed before Jan 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 - Technical 

(2 Questions)

  • Q1. Kafka architecture and APIs
  • Q2. Java and microservices

Interview Preparation Tips

Topics to prepare for Apexon Senior Software Engineer interview:
  • Java
  • Devops
  • Cloud Computing
Interview preparation tips for other job seekers - Keep your concepts clear and your answers precise.

I applied via Naukri.com and was interviewed before Sep 2021. 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 - Technical 

(3 Questions)

  • Q1. Do you have knowledge of Hadoop data ware house?
  • Ans. 

    Yes, I have knowledge of Hadoop data warehouse.

    • I have experience in designing and implementing Hadoop-based data warehouses.

    • I am proficient in Hadoop ecosystem technologies such as HDFS, MapReduce, Hive, and Pig.

    • I have worked with large-scale data processing and storage using Hadoop.

    • I am familiar with data warehousing concepts such as ETL, data modeling, and data integration.

    • I have used Hadoop to build data warehouses

  • Answered by AI
  • Q2. SQl questions using joins.
  • Q3. Have you used python scripts in your testing?
  • Ans. 

    Yes, I have used Python scripts extensively in my testing.

    • I have used Python scripts for automated testing of web applications.

    • I have also used Python scripts for unit testing of backend code.

    • Python's unittest module is particularly useful for this purpose.

    • I have also used Python scripts for load testing and performance testing.

    • Python's requests library is very helpful for testing APIs.

    • I have also used Python scripts f

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your current ctc and what is your expected ctc?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare the SQL for ETL job role and apexon interviews would be a easy one to crack.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java question. and basic question on angular 8. Difference between promise and graph

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic.

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

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

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - Coding Test 

They will ask you simple programs to check your logical abilities.

Round 3 - HR 

(2 Questions)

  • Q1. Normal Salary discussion round
  • Q2. Questions about family and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume and be confident about it.

Mobile Programming Interview FAQs

How many rounds are there in Mobile Programming HR Executive interview?
Mobile Programming interview process usually has 2-3 rounds. The most common rounds in the Mobile Programming interview process are Telephonic Call, HR and Aptitude Test.
What are the top questions asked in Mobile Programming HR Executive interview?

Some of the top questions asked at the Mobile Programming HR Executive interview -

  1. What happens in the induction proc...read more
  2. What are the HR proces...read more
  3. Whatever you said rest questions are interconnec...read more

Tell us how to improve this page.

Mobile Programming HR Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 277 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 151 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Mobile Programming HR Executive Salary
based on 7 salaries
₹1.8 L/yr - ₹4.3 L/yr
20% less than the average HR Executive Salary in India
View more details

Mobile Programming HR Executive Reviews and Ratings

based on 3 reviews

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 3 Reviews and Ratings
Software Developer
546 salaries
unlock blur

₹6 L/yr - ₹20.7 L/yr

Senior Software Developer
235 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Software Engineer
191 salaries
unlock blur

₹6.8 L/yr - ₹25.3 L/yr

Software Engineer
123 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Quality Analyst
118 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Explore more salaries
Compare Mobile Programming with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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