Premium Employer

i

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

TekisHub Consulting Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TekisHub Consulting Services Technical Recruiter Interview Questions and Answers

Updated 20 Dec 2024

TekisHub Consulting Services Technical Recruiter Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Making technical question about .NET.
  • Q2. ASKING ABOUT ASP.NET
  • Q3. C# Development: Questions about programming in C#, such as syntax, classes, LINQ, etc.
  • Q4. Performance or Debugging: Addressing slow .NET applications or debugging issues.
  • Ans. 

    Performance and debugging are both crucial aspects in addressing slow .NET applications or debugging issues.

    • Identify the root cause of the performance issue by analyzing code, database queries, and server resources.

    • Use profiling tools like Visual Studio Profiler or dotTrace to pinpoint bottlenecks in the application.

    • Optimize code by reducing unnecessary database calls, improving algorithm efficiency, and implementing c...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. QUESTION ABOUT JAVA DEVOPER
  • Q2. QUESTION ABOUT DATA ENGINEER.

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 Resume 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 in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All RICEF

Interview Preparation Tips

Interview preparation tips for other job seekers - Do preparations as per your resume.

I applied via Referral and was interviewed before Nov 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 Resume tips
Round 2 - Group Discussion 

Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion

Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions. Why to leave current company? Etc why wipro? Salary negotiation
  • Q2. Why join wipro and not other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for all your answers on resume. Dont fake resume.

I applied via Naukri.com and was interviewed before Feb 2021. There was 0 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for below questions.
1. Tell me about yourself.
2. Why should we hire you.
3. What are the skills you have.

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is phv, reg authorities, ADR vs AE etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good preparation will get you through the interview process

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

I applied via LinkedIn and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First round was technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before facing Accenture interview. they have one of the best technologist in market..
Contribute & help others!
anonymous
You can choose to be anonymous

TekisHub Consulting Services Interview FAQs

How many rounds are there in TekisHub Consulting Services Technical Recruiter interview?
TekisHub Consulting Services interview process usually has 2 rounds. The most common rounds in the TekisHub Consulting Services interview process are Technical.
How to prepare for TekisHub Consulting Services Technical Recruiter interview?
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 TekisHub Consulting Services. The most common topics and skills that interviewers at TekisHub Consulting Services expect are IT Recruitment, Technical Recruitment, IT Hiring, IT Sourcing and US IT Staffing.
What are the top questions asked in TekisHub Consulting Services Technical Recruiter interview?

Some of the top questions asked at the TekisHub Consulting Services Technical Recruiter interview -

  1. Performance or Debugging: Addressing slow .NET applications or debugging issu...read more
  2. C# Development: Questions about programming in C#, such as syntax, classes, LIN...read more
  3. Making technical question about .N...read more

Recently Viewed

INTERVIEWS

TekisHub Consulting Services

No Interviews

SALARIES

Ksolves India Limited

SALARIES

TekisHub Consulting Services

INTERVIEWS

TekisHub Consulting Services

No Interviews

SALARIES

Epicor Software Corporation

INTERVIEWS

TekisHub Consulting Services

No Interviews

LIST OF COMPANIES

TekisHub Consulting Services

Locations

INTERVIEWS

Blenheim Chalcot

No Interviews

INTERVIEWS

Blenheim Chalcot

No Interviews

SALARIES

MobiSwipe Technologies

Tell us how to improve this page.

TekisHub Consulting Services Technical Recruiter Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Join TekisHub Consulting Services Derive | Drive | Deliver

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k 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
Deloitte Interview Questions
3.8
 • 2.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
TekisHub Consulting Services Technical Recruiter Salary
based on 7 salaries
₹2.4 L/yr - ₹3 L/yr
37% less than the average Technical Recruiter Salary in India
View more details

TekisHub Consulting Services Technical Recruiter Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Staffing Specialist
100 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Staffing Specialist
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TekisHub Consulting Services with

Infosys Consulting

3.4
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent