Upload Button Icon Add office photos

Collabera Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Collabera Technologies Senior Technical Recruiter Interview Questions and Answers for Experienced

Updated 9 Nov 2021

Collabera Technologies Senior Technical Recruiter Interview Experiences for Experienced

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me about my previous experience. My interest to join the company and my vision in the future.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, look charming and have crisp communication in English. That’s it !!

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is mean by technical recruiter?
  • Ans. 

    A technical recruiter is responsible for sourcing, screening, and selecting candidates for technical positions within an organization.

    • A technical recruiter identifies and attracts qualified candidates through various sourcing methods such as job boards, social media, and networking.

    • They review resumes and applications, conduct interviews, and assess candidates' technical skills and qualifications.

    • Technical recruiters c...

  • Answered by AI
  • Q2. Roles and responsibilities of technical recruiter?
  • Ans. 

    A technical recruiter is responsible for sourcing, screening, and selecting candidates for technical positions.

    • Source and attract candidates through various channels

    • Screen resumes and job applications

    • Conduct interviews and assess technical skills

    • Collaborate with hiring managers to understand job requirements

    • Build and maintain a network of potential candidates

    • Negotiate offers and facilitate the hiring process

    • Stay update...

  • Answered by AI
  • Q3. How will you source the candidate ?
  • Ans. 

    I will source candidates through various channels such as job boards, social media, referrals, and networking events.

    • Utilize job boards like LinkedIn, Indeed, and Glassdoor to post job openings and search for potential candidates

    • Leverage social media platforms like Facebook, Twitter, and Instagram to promote job opportunities and engage with potential candidates

    • Encourage employee referrals by offering incentives and cr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and bold,communication language should be good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected 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 - Technical 

(3 Questions)

  • Q1. How Many total experience what is your Notice period What is your Current CTC than expected CTC did you have any gap between education What is your Current location & preferred location
  • Q2. What is C2H What data base tool
  • Ans. 

    C2H stands for Contract to Hire. It is a type of employment where an employee is hired on a temporary basis with the possibility of being hired permanently.

    • C2H is a common hiring model in the IT industry.

    • It allows employers to evaluate an employee's performance before offering a permanent position.

    • During the contract period, the employee is usually paid an hourly rate or a fixed salary.

    • Examples of data base tools inclu

  • Answered by AI
  • Q3. What is devops tool
  • Ans. 

    DevOps tools are software tools that help automate the processes between software development and IT teams.

    • DevOps tools help in continuous integration, continuous delivery, and continuous deployment.

    • Examples of DevOps tools include Jenkins, Git, Docker, Ansible, Puppet, Chef, and Kubernetes.

    • These tools help in automating the software development lifecycle, improving collaboration between teams, and reducing errors and ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is boolean search
  • Ans. 

    Boolean search is a type of search that allows users to combine keywords with operators such as AND, OR, NOT to produce more relevant results.

    • Boolean search is used in various search engines and databases

    • It helps to narrow down the search results by using logical operators

    • Example: 'Java AND Developer' will only show results that contain both 'Java' and 'Developer'

  • Answered by AI
  • Q2. Why are you looking for job change
Round 4 - Technical 

(1 Question)

  • Q1. Tell me your self

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

Collabera Technologies Interview FAQs

How to prepare for Collabera Technologies Senior Technical Recruiter interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Collabera Technologies. The most common topics and skills that interviewers at Collabera Technologies expect are Hiring, Staffing, Technical Recruitment, Communication Skills and Sourcing.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Collabera Technologies Senior Technical Recruiter Salary
based on 124 salaries
₹2.6 L/yr - ₹9.7 L/yr
5% less than the average Senior Technical Recruiter Salary in India
View more details

Collabera Technologies Senior Technical Recruiter Reviews and Ratings

based on 12 reviews

2.0/5

Rating in categories

2.2

Skill development

1.5

Work-life balance

1.8

Salary

1.8

Job security

2.2

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
376 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Recruiter
250 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
242 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
234 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Specialist
224 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Collabera Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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