Upload Button Icon Add office photos

Filter interviews by

HCL Group Senior Test Engineer Interview Questions, Process, and Tips

Updated 21 Nov 2022

Top HCL Group Senior Test Engineer Interview Questions and Answers

HCL Group Senior Test Engineer Interview Experiences

3 interviews found

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. Collections core Java selenium basics
Round 3 - Technical 

(1 Question)

  • Q1. Jenkins Apache poi excel basic sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy of we prepare. Preparation is key.
Nothing out of the box but same questions again and again

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. STLC, smoke, sanity, agile process, bug life cycle, db queries, etc..
Round 2 - Technical 

(1 Question)

  • Q1. Same as above with more testing concept’s
Round 3 - HR 

(1 Question)

  • Q1. Normally a Salary discussion round nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Manual and automation testing concepts prepare well

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in CGI Group
Q5. What is the difference between CHAR and VARCHAR2 data types in SQ ... read more

Interview Questionnaire 

5 Questions

  • Q1. How to connect to database using uft
  • Ans. 

    Database connection in UFT can be established using ADO or ODBC.

    • Use ADO or ODBC connection string to connect to the database

    • Create a connection object and open the connection

    • Execute SQL queries using the connection object

    • Close the connection after use

  • Answered by AI
  • Q2. How to read text from Excel file
  • Ans. 

    To read text from Excel file, use a library like Apache POI or OpenCSV.

    • Use a library like Apache POI or OpenCSV to read Excel files

    • Identify the sheet and cell containing the text to be read

    • Extract the text using the appropriate method

    • Store the text in an array of strings

  • Answered by AI
  • Q3. How to reverse string without using strRev
  • Ans. 

    Reverse a string without using strRev function.

    • Create an empty string to store the reversed string.

    • Loop through the original string from the end to the beginning.

    • Append each character to the empty string.

    • Return the reversed string.

    • Alternatively, convert the string to an array of characters, reverse the array, and then join the characters back into a string.

  • Answered by AI
  • Q4. How to debug uft scripts
  • Ans. 

    Debugging UFT scripts involves identifying and resolving errors in the code.

    • Use the UFT Debug Viewer to step through the script and identify errors

    • Check the application under test for any issues that may be causing errors

    • Use breakpoints to pause the script at specific points and examine variables

    • Review the UFT log files for error messages and stack traces

    • Use the UFT Object Spy to verify object properties and identify a

  • Answered by AI
  • Q5. Some logical questions

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Round 1 - Assignment 

Mcq and 2 coding(basic)

Round 2 - Technical 

(1 Question)

  • Q1. Explain about oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main pillars of OOPs.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inherita...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself, my family and goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite if you have basic knowledge you will select here

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 Superset and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of general thinking, pseudo code, and game aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Resume mentioned technologies are going to ask you in the interview.
  • Q2. Any knowledge about web technologies and questions on Angular, JavaScript and java.
  • Q3. How would you manage your team. If you are on leave and you don't find any network to connect with them.
  • Ans. 

    Delegate responsibilities and establish clear communication channels for team members to handle situations in my absence.

    • Assign clear roles and responsibilities to each team member

    • Establish communication channels and protocols for emergencies

    • Ensure team members have access to necessary resources and information

    • Provide training and support to team members to handle unexpected situations

    • Regularly check in with team membe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you perform well. Try mock interviews before your main interview. Try to fill out the resume with the technologies that you know well.

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

HCL Group Interview FAQs

How many rounds are there in HCL Group Senior Test Engineer interview?
HCL Group interview process usually has 3 rounds. The most common rounds in the HCL Group interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in HCL Group Senior Test Engineer interview?

Some of the top questions asked at the HCL Group Senior Test Engineer interview -

  1. How to reverse string without using str...read more
  2. How to connect to database using ...read more
  3. How to read text from Excel f...read more

Tell us how to improve this page.

HCL Group Senior Test Engineer Salary
based on 365 salaries
₹4.1 L/yr - ₹14.5 L/yr
15% less than the average Senior Test Engineer Salary in India
View more details

HCL Group Senior Test Engineer Reviews and Ratings

based on 46 reviews

3.4/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

2.9

Salary

3.7

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 46 Reviews and Ratings
Technical Lead
3.2k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Engineer
3.1k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
2.5k salaries
unlock blur

₹4.9 L/yr - ₹18.5 L/yr

Lead Engineer
2.2k salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Senior Analyst
2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

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