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

Filter interviews by

HCLTech Associate Member Technical Staff Interview Questions, Process, and Tips

Updated 15 Feb 2022

HCLTech Associate Member Technical Staff Interview Experiences

1 interview found

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

Round 1 - Group Discussion 

Share with different practical project experiences.

Round 2 - Case Study 

Case Study :- Reviewer should be able to Tap to Modify. Reviewer ID is stored.

Round 3 - One-on-one 

(6 Questions)

  • Q1. How to achieve 100% Bug Free?
  • Ans. 

    Achieving 100% bug-free software is practically impossible.

    • Implement thorough testing strategies

    • Use automated testing tools

    • Follow coding best practices

    • Perform code reviews

    • Encourage bug reporting and feedback from users

    • Continuously improve and update software

  • Answered by AI
  • Q2. How to provide daily execution report?
  • Ans. 

    To provide a daily execution report, gather relevant data, summarize progress, highlight achievements, and communicate it to stakeholders.

    • Collect data on tasks completed, milestones achieved, and any issues encountered.

    • Summarize the progress made towards project goals.

    • Highlight any notable achievements or successes.

    • Include information on any challenges faced and how they were addressed.

    • Communicate the report to stakeho...

  • Answered by AI
  • Q3. How to start the Automation Framework with Open Source Selenium Suites.
  • Ans. 

    To start the Automation Framework with Open Source Selenium Suites, follow these steps:

    • Install Selenium WebDriver

    • Choose a programming language (e.g., Java, Python) for writing test scripts

    • Set up the development environment (e.g., IDE, build tools)

    • Create a project structure for the automation framework

    • Define test cases and scenarios

    • Implement page object model (POM) design pattern

    • Write test scripts using Selenium WebDriv...

  • Answered by AI
  • Q4. How to report the Bug with Needed Information?
  • Ans. 

    To report a bug with needed information, follow these steps:

    • Reproduce the bug to ensure it is consistent

    • Document the steps to reproduce the bug

    • Include the expected behavior and actual behavior

    • Provide screenshots or videos if applicable

    • Include the environment details (operating system, browser, etc.)

    • Specify the version of the software being used

    • Include any error messages or logs

    • Provide additional context or observations

  • Answered by AI
  • Q5. Is Manual Testing Report and Automation Testing Report Varies?
  • Ans. 

    Yes, manual testing report and automation testing report can vary.

    • Manual testing report is based on the tester's observations and findings during manual testing.

    • Automation testing report is generated by automated testing tools and includes test results and logs.

    • Manual testing report may include subjective feedback and observations that cannot be captured by automation.

    • Automation testing report provides detailed informa...

  • Answered by AI
  • Q6. How to add fitness to process and product?
  • Ans. 

    To add fitness to process and product, focus on incorporating physical activity, healthy practices, and quality control measures.

    • Encourage employees to engage in physical activity during breaks or provide on-site fitness facilities.

    • Implement ergonomic practices to promote good posture and reduce the risk of injuries.

    • Include quality control measures to ensure products meet fitness standards, such as testing for durabili...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Advice and Helps:- Be prepared on Software Testing Life Cycle, Software Bug Life Cycle and Software Development Life Cycle. Topic is ISTQB Advance Level.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Approached by Company and was interviewed before Oct 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 - HR 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

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

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical reasoning and verbal questions . Easy to clear

Round 2 - HR 

(2 Questions)

  • Q1. 1.Tell me about yourself? 2.What are Your achievements?
  • Q2. 3. Your strengths? 4. How did you face a situation using your key skills?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident . Care to explain more instead of giving single word answers . Good luck

HCLTech Interview FAQs

How many rounds are there in HCLTech Associate Member Technical Staff interview?
HCLTech interview process usually has 3 rounds. The most common rounds in the HCLTech interview process are Group Discussion, Case Study and One-on-one Round.
What are the top questions asked in HCLTech Associate Member Technical Staff interview?

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

  1. How to start the Automation Framework with Open Source Selenium Suit...read more
  2. Is Manual Testing Report and Automation Testing Report Vari...read more
  3. How to report the Bug with Needed Informati...read more

Tell us how to improve this page.

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.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
HCLTech Associate Member Technical Staff Salary
based on 29 salaries
₹1.2 L/yr - ₹6 L/yr
67% less than the average Associate Member Technical Staff Salary in India
View more details

HCLTech Associate Member Technical Staff Reviews and Ratings

based on 5 reviews

4.9/5

Rating in categories

4.7

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
23.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
21.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
15.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
14.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

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