Upload Button Icon Add office photos

Alexander Mann Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Alexander Mann Solutions Manager Talent Acquisition Interview Questions and Answers

Updated 1 Mar 2023

Alexander Mann Solutions Manager Talent Acquisition Interview Experiences

1 interview found

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Experience of RPO management and stakeholder dealing
  • Ans. 

    Experience in managing RPO and dealing with stakeholders

    • Managed end-to-end recruitment process outsourcing (RPO) for multiple clients

    • Developed and implemented RPO strategies to meet client's hiring needs

    • Collaborated with stakeholders to understand their requirements and align recruitment strategies

    • Built strong relationships with hiring managers, HR teams, and external vendors

    • Provided regular updates and reports to stak...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Experienece of Team Handling
  • Ans. 

    I have extensive experience in team handling.

    • Managed teams of up to 20 people in previous roles

    • Implemented team-building activities to improve morale and productivity

    • Provided regular feedback and coaching to team members

    • Developed and executed training programs to enhance team members' skills

    • Successfully resolved conflicts within teams to maintain a positive work environment

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Business Profit how to be met
  • Ans. 

    Business profit can be met by increasing revenue and reducing expenses.

    • Increase sales through effective marketing and sales strategies

    • Reduce costs by optimizing operations and negotiating better deals with suppliers

    • Explore new revenue streams and diversify the business portfolio

    • Implement cost-cutting measures without compromising quality or customer satisfaction

    • Regularly review financial statements and adjust strategie

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep brushing your skills on the projects handled and have thorough understanding of consulting business

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java, Spark Concepts
  • Q2. Threading with example
  • Ans. 

    Threading is a way to execute multiple tasks concurrently in a single program.

    • Threading allows for parallel execution of code

    • Threads share the same memory space

    • Example: running a background task while the main program continues to run

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on past projects and concepts

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Practice excel well if you not good in Excel you might not crack job
  • Q2. Only HR and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice excel best as you can and you will be selected
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 

(1 Question)

  • Q1. Tell me about yourself, Tell me about your goals, some decision making questions. More questions on College project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience and nice to begin with
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself ?
Round 3 - One-on-one 

(1 Question)

  • Q1. Networking related questions..?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic networking questions. and answers, all the basic networking definition you need to prepare
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. What was your Targets, past experience,
  • Q2. What are the Latest trends
  • Ans. 

    The latest trends include AI, remote work, sustainability, and digital transformation.

    • Artificial Intelligence (AI) is being integrated into various industries and processes to improve efficiency and accuracy.

    • Remote work is becoming more popular due to advancements in technology and the COVID-19 pandemic.

    • Sustainability is a growing concern for businesses and individuals, leading to a shift towards eco-friendly practices...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be uptodate with current best practices, newest recruitment devices

Interview Questionnaire 

4 Questions

  • Q1. SQL Server Joins?
  • Q2. Top 2 Salary from each department?
  • Q3. Delete 30000000+ records from the live system aprroach to delete these records?
  • Ans. 

    Use a combination of backup and delete approach to safely delete the records.

    • Take a backup of the live system before deleting any records.

    • Identify the records to be deleted using a query or script.

    • Delete the records in batches to avoid overwhelming the system.

    • Monitor the system during the deletion process for any issues.

    • Verify the deletion by checking the number of records before and after.

    • Consider archiving the delete

  • Answered by AI
  • Q4. Performance Tuning?

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Good test soo check

Round 2 - Group Discussion 

Failed in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Can do better and avoid this round for freshers

Alexander Mann Solutions Interview FAQs

How many rounds are there in Alexander Mann Solutions Manager Talent Acquisition interview?
Alexander Mann Solutions interview process usually has 4 rounds. The most common rounds in the Alexander Mann Solutions interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Alexander Mann Solutions Manager Talent Acquisition interview?

Some of the top questions asked at the Alexander Mann Solutions Manager Talent Acquisition interview -

  1. Business Profit how to be ...read more
  2. Experienece of Team Handl...read more

Tell us how to improve this page.

Alexander Mann Solutions Manager Talent Acquisition Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Experis IT Interview Questions
3.0
 • 48 Interviews
TrueBlue Interview Questions
3.6
 • 23 Interviews
Allegis Group Interview Questions
3.7
 • 20 Interviews
Ven Consulting Interview Questions
3.5
 • 19 Interviews
Kelly Services Interview Questions
4.2
 • 15 Interviews
View all

Alexander Mann Solutions Manager Talent Acquisition Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

2.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Executive
81 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Assistant Manager
45 salaries
unlock blur

₹5.4 L/yr - ₹9.5 L/yr

Sourcing Specialist
27 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

Senior HR Executive
21 salaries
unlock blur

₹4.1 L/yr - ₹6.5 L/yr

Executive
19 salaries
unlock blur

₹3.6 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Alexander Mann Solutions with

Experis IT

3.0
Compare

Allegis Group

3.7
Compare

Buzzworks Business Services

3.8
Compare

S2 Infotech

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