Upload Button Icon Add office photos

Filter interviews by

HCL Group Test Lead Interview Questions and Answers for Experienced

Updated 3 Jun 2024

HCL Group Test Lead Interview Experiences for Experienced

3 interviews found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

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

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

Round 1 - Coding TestΒ 

Shell Script SQL scripting and basics of phyton

Round 2 - TechnicalΒ 

(1 Question)

  • Q1. Problem solving and understanding data centres concetps

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident answers

Test Lead Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024.Β There was 1 interview round.

Round 1 - HRΒ 

(3 Questions)

  • Q1. What is your long term goal
  • Q2. Where do you see yourself after 5 years
  • Q3. What is your focus for carrier
  • Ans. 

    My focus for my career is on continuous learning, growth, and improvement in the field of software testing.

    • Continuous learning through certifications, workshops, and conferences

    • Improving testing processes and methodologies within the team

    • Growing into leadership roles within the testing domain

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is easy

Test Lead Interview Questions Asked at Other Companies for undefined

asked in Wipro
Q1. If you put in an Agile project, Will you be able to do in sprint ... read more
Q2. 6. What are the differences between Test Plan and Test Strategy? ... read more
asked in Wipro
Q3. What are all the status codes available in API testing
asked in Wipro
Q4. How to click on the element which is at the bottom of the page
Q5. 8. What are the different blockers that you might seen during acc ... read more

Test Lead Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-oneΒ 

(2 Questions)

  • Q1. Coding question , java api
  • Q2. Selenium different wait
  • Ans. 

    Selenium provides different types of waits to handle synchronization issues in web applications.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a certain condition to occur with a defined polling interval and maximum wait time.

    • Thread.sleep(): Halts...

  • Answered by AI
Round 3 - One-on-oneΒ 

(3 Questions)

  • Q1. Coding questions and java
  • Q2. Agile methodology
  • Q3. Test plan test strategy
  • Ans. 

    Test plan outlines the approach to testing while test strategy defines the overall testing goals and objectives.

    • Test plan is a document that outlines the scope, objectives, and approach to testing.

    • Test strategy defines the overall testing goals and objectives.

    • Test plan includes details on test cases, test scenarios, test data, and test environment.

    • Test strategy includes details on testing types, testing levels, testing...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020.Β There were 3 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

I applied via Approached by Company and was interviewed before May 2021.Β There were 4 interview rounds.

Round 1 - Coding TestΒ 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - TechnicalΒ 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HRΒ 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020.Β There were 3 interview rounds.

Interview QuestionnaireΒ 

2 Questions

  • Q1. Performa in 3par
  • Ans. 

    Performa is a performance monitoring tool for HPE 3PAR storage arrays.

    • Performa provides real-time monitoring of storage performance metrics.

    • It helps identify performance bottlenecks and optimize storage performance.

    • Performa can generate reports and alerts based on user-defined thresholds.

    • It can also be used for capacity planning and trend analysis.

    • Examples of performance metrics monitored by Performa include IOPS, late

  • Answered by AI
  • Q2. San zoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup basics.

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

Interview QuestionnaireΒ 

1 Question

  • Q1. Related to Sever

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 Tech round and the interviewer asked me from the JD not from Resume.
We have to be strong in technical.
All the Best for your career

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

Interview QuestionnaireΒ 

2 Questions

  • Q1. They asked about the roles and responsibilities.
  • Q2. Questions related to Adobe campaign, workflow, campaigns , activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, they asked me to introduce myself and based on that they asked me questions.

Interview QuestionnaireΒ 

2 Questions

  • Q1. Hands on report creation as per requirement
  • Q2. Latest Power BI updates
  • Ans. 

    Power BI has added new features for data visualization, AI insights, and data modeling.

    • New AI-powered visuals like decomposition tree and key influencers

    • New data modeling capabilities like composite models and aggregations

    • Improved performance and accessibility features

    • Enhanced integration with Azure services

  • Answered by AI

Skills evaluated in this interview

Interview QuestionnaireΒ 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

HCL Group Interview FAQs

How many rounds are there in HCL Group Test Lead interview for experienced candidates?
HCL Group interview process for experienced candidates usually has 2 rounds. The most common rounds in the HCL Group interview process for experienced candidates are One-on-one Round, Resume Shortlist and HR.
What are the top questions asked in HCL Group Test Lead interview for experienced candidates?

Some of the top questions asked at the HCL Group Test Lead interview for experienced candidates -

  1. what is your focus for carr...read more
  2. Selenium different w...read more
  3. Test plan test strat...read more

Tell us how to improve this page.

HCL Group Test Lead Interview Process for Experienced

based on 3 interviews

Interview experience

3.7
Β Β 
Good
View more

Test Lead Interview Questions from Similar Companies

HCLTech Test Lead Interview Questions
3.5
Β β€’Β 18 Interviews
Tech Mahindra Test Lead Interview Questions
3.5
Β β€’Β 12 Interviews
Accenture Test Lead Interview Questions
3.8
Β β€’Β 11 Interviews
TCS Test Lead Interview Questions
3.7
Β β€’Β 9 Interviews
Infosys Test Lead Interview Questions
3.6
Β β€’Β 7 Interviews
Wipro Test Lead Interview Questions
3.7
Β β€’Β 7 Interviews
Capgemini Test Lead Interview Questions
3.7
Β β€’Β 3 Interviews
Cognizant Test Lead Interview Questions
3.7
Β β€’Β 2 Interviews
IBM Test Lead Interview Questions
4.0
Β β€’Β 2 Interviews
NTT Data Test Lead Interview Questions
3.8
Β β€’Β 2 Interviews
View all
HCL Group Test Lead Salary
based on 380 salaries
β‚Ή7.6 L/yr - β‚Ή23 L/yr
At par with the average Test Lead Salary in India
View more details

HCL Group Test Lead Reviews and Ratings

based on 36 reviews

3.8/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

2.8

Salary

4.2

Job security

3.9

Company culture

2.7

Promotions

3.3

Work satisfaction

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

β‚Ή7 L/yr - β‚Ή25 L/yr

Software Engineer
3k salaries
unlock blur

β‚Ή2 L/yr - β‚Ή9.5 L/yr

Senior Software Engineer
2.5k salaries
unlock blur

β‚Ή4.9 L/yr - β‚Ή18.3 L/yr

Lead Engineer
2.2k salaries
unlock blur

β‚Ή4.4 L/yr - β‚Ή14 L/yr

Senior Analyst
1.9k 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