Premium Employer

i

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

HCLTech Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 34.8k Reviews

Filter interviews by

HCLTech Member Technical Staff Interview Questions, Process, and Tips

Updated 5 Nov 2024

Top HCLTech Member Technical Staff Interview Questions and Answers

  • Q1. Do you know about the standard requirements of risk management for medical devices ?
  • Q2. Difference between session and workflow in informatica
  • Q3. What is Infusion Pump ?
View all 10 questions

HCLTech Member Technical Staff Interview Experiences

37 interviews found

Member Technical Staff Interview Questions & Answers

user image Saravanan Parianban

posted on 5 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

The only thing that matters to you right here in your honestly

Round 2 - Group Discussion 

The most common way of dealing with this type is the following

Round 3 - Aptitude Test 

There are no other options than the fact you can use it

Round 4 - One-on-one 

(2 Questions)

  • Q1. The most common type for the species are those
  • Q2. They have been doing it all day and they don’t know what
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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on data structures

Member Technical Staff Interview Questions Asked at Other Companies

asked in Salesforce
Q1. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
asked in Salesforce
Q2. Optimal Strategy for a GameYou and your friend Ninjax are playing ... read more
Q3. Given a string, find the next smallest palindromeYou are given a ... read more
Q4. Check PermutationYou have been given two strings 'STR1' and 'STR2 ... read more
asked in Salesforce
Q5. Longest Happy StringNinja likes to play with strings, and he call ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. 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 

(1 Question)

  • Q1. Related to resume and some technical basic questions about projects
Round 3 - Technical 

(1 Question)

  • Q1. Resume and Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall experience is good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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 

(2 Questions)

  • Q1. Difference between session and workflow in informatica
  • Ans. 

    Session is a unit of work that extracts, transforms and loads data. Workflow is a collection of sessions that run in a specific order.

    • Session is a single task that performs ETL operations on data

    • Workflow is a collection of sessions that are executed in a specific order

    • Sessions can be reused in multiple workflows

    • Workflows can have multiple sessions

    • Sessions can have multiple tasks

    • Workflows can have multiple sessions with

  • Answered by AI
  • Q2. Explain about source qualifier
  • Ans. 

    Source qualifier is a transformation in Informatica used to filter, join or modify data from source tables.

    • Source qualifier is used in mapping to extract data from source tables

    • It can be used to filter, join or modify data before passing it to target

    • It can be used to define the SQL query to extract data from source

    • It can be used to define the order in which data is extracted from source

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared,google the questions on technology

Skills evaluated in this interview

HCLTech interview questions for designations

 Associate Member Technical Staff

 (1)

 Member Technical

 (3)

 Senior Member of Technical Staff

 (2)

 Technical Staff Member 2

 (1)

 Team Member

 (1)

 Technical Lead

 (184)

 Technical Specialist

 (87)

 Technical Architect

 (11)

Member Technical Staff Interview Questions & Answers

user image SHERIN VICTORIA

posted on 15 May 2024

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

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Asked few questions in C and Python
  • Q2. C basics and more about pointers and python basics
  • Q3. AWS basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Projects and questions about AWS cloud
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and location

Interview Preparation Tips

Topics to prepare for HCLTech Member Technical Staff interview:
  • C
  • Python
  • AWS

Get interview-ready with Top HCLTech Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. C programming questions
  • Q2. Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you
  • Ans. 

    I have the technical skills, experience, and passion to contribute effectively to the team and help achieve company goals.

    • Strong technical skills in relevant areas

    • Proven track record of success in previous roles

    • Passion for the work and dedication to continuous learning and improvement

  • Answered by AI
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 Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on Time and distance

Round 2 - Technical 

(5 Questions)

  • Q1. STRESS strain curve
  • Q2. Questions on fem
  • Q3. Questions on som
  • Q4. Questions on meshing
  • Q5. Questions on skills
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to perform string reverse
  • Ans. 

    To perform string reverse, we can use built-in functions or loop through the string and swap characters.

    • Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java

    • Loop through the string and swap characters from both ends until the middle is reached

    • Convert the string to an array, reverse the array, and then convert it back to a string

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - ability of a class to inherit properties and characteristics from a parent class

    • Polymorphism - ability of objects to take on multiple forms or behaviors

    • Abstraction - hiding of complex implementation details and showin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic programming skills and practice them well mainly on oops concepts data structures both

Skills evaluated in this interview

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 - Aptitude Test 

Mostly engineering questions only they ask

Round 3 - Technical 

(1 Question)

  • Q1. About the project you done in engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic, interview was quite friendly
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Project related
  • Q2. Experience related
  • Q3. Tools related questions
  • Q4. Roles and responsibilities

Interview Preparation Tips

Topics to prepare for HCLTech Member Technical Staff interview:
  • C
Interview preparation tips for other job seekers - Try hard to get job

HCLTech Interview FAQs

How many rounds are there in HCLTech Member Technical Staff interview?
HCLTech interview process usually has 2-3 rounds. The most common rounds in the HCLTech interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in HCLTech Member Technical Staff interview?

Some of the top questions asked at the HCLTech Member Technical Staff interview -

  1. Do you know about the standard requirements of risk management for medical devi...read more
  2. Difference between session and workflow in informat...read more
  3. What is Infusion Pum...read more
How long is the HCLTech Member Technical Staff interview process?

The duration of HCLTech Member Technical Staff interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

HCLTech Member Technical Staff Interview Process

based on 17 interviews

4 Interview rounds

  • Technical Round
  • HR Round
  • Aptitude Test Round
  • Personal Interview1 Round
View more
Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
HCLTech Member Technical Staff Salary
based on 2.2k salaries
₹2 L/yr - ₹8 L/yr
69% less than the average Member Technical Staff Salary in India
View more details

HCLTech Member Technical Staff Reviews and Ratings

based on 345 reviews

3.6/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

2.8

Salary

3.9

Job security

3.6

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 345 Reviews and Ratings
Software Engineer
22.6k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
20.9k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
15.6k salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Lead Engineer
14.8k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
14k salaries
unlock blur

₹1.3 L/yr - ₹6.7 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

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