Upload Button Icon Add office photos

Filter interviews by

HCL Group Senior Technical Lead Interview Questions and Answers

Updated 6 Sep 2024

HCL Group Senior Technical Lead Interview Experiences

6 interviews found

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 Nov 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It has more of some technical questions and little coding part

Round 2 - HR 

(2 Questions)

  • Q1. Asked about package details and expected details
  • Q2. Explained about the process and work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company and employee oriented company, so if you deny any project, they wont force u for that project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Some use case was given by dividing the people into groups and selected based on the outcome of that usecase

Senior Technical Lead Interview Questions Asked at Other Companies

asked in Accenture
Q1. What is containerization (Docker)? what are steps to create conta ... read more
Q2. What are the standards use in fire protection system?
asked in HCLTech
Q3. which html control is not programmable in asp.net what does this ... read more
Q4. How do we do hydraulic calculate?
asked in Citicorp
Q5. How will you optimize the performance while reading a huge file w ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain about the projects you have worked
  • Q2. Discussion on skill set
  • Q3. Discussion on sdlc
  • Q4. Discussion on GTM

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Daily activities and basic of AWS
Round 2 - Technical 

(1 Question)

  • Q1. Details of security related tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Have Patience and keep going..




Go through all the basics related to cloud Vendor and latest vulnerabilities

HCL Group interview questions for designations

 Technical Lead

 (10)

 Technical DevOps Lead

 (1)

 Technical Specialist

 (5)

 Technical Consultant

 (1)

 Senior Technical Specialist

 (1)

 Lead Engineer

 (8)

 Test Lead

 (3)

 QA Lead

 (1)

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oracle and Linux based questions ITIL questions like problem, change management
Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for HCL Group Senior Technical Lead interview:
  • Oracle
  • Linux
  • ITIL process
Interview preparation tips for other job seekers - The interview was not tough but go well prepared if looking for a support role

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

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Java,J2EE and oracle database
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong in fundamentals and codings

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about Spring Boot Annotation? And, also tell me other annotation which you used in yuor project.
  • Q2. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
  • Ans. 

    Containerization is a lightweight, portable, and self-sufficient way to package applications and their dependencies.

    • Create a Dockerfile with instructions on how to build the container

    • Build the Docker image using the Dockerfile

    • Run the Docker image to create a container

    • Deploy the container on a server using Docker Engine

  • Answered by AI
  • Q3. What is Elastic Kubernetes Service?
  • Ans. 

    Elastic Kubernetes Service (EKS) is a managed Kubernetes service provided by AWS.

    • Fully managed Kubernetes service

    • Automatically scales based on workload

    • Integrates with other AWS services like EC2, S3, and IAM

  • Answered by AI
  • Q4. You had mentioned Message Queue, can you explain why MQ is used? And, how you implemented in your application?
  • Q5. What is cloud watch? and how it works.
  • Ans. 

    CloudWatch is a monitoring and management service provided by AWS to monitor resources and applications in the cloud.

    • CloudWatch collects and tracks metrics, logs, and events from various AWS services and resources.

    • It provides real-time monitoring, alerting, and dashboards to help users visualize and understand their cloud environment.

    • Users can set up alarms to notify them of changes in their environment or resource usa...

  • Answered by AI
  • Q6. Features added in Java 11 from Java 8?
  • Ans. 

    Java 11 introduced several new features and enhancements compared to Java 8.

    • Local-Variable Syntax for Lambda Parameters

    • HTTP Client API (standardized in java.net.http package)

    • Nest-Based Access Control

    • Dynamic Class-File Constants

    • Epsilon: A No-Op Garbage Collector

    • Flight Recorder

    • ZGC: A Scalable Low-Latency Garbage Collector

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Technical Lead interview:
  • Kubernetes
  • Docker
  • Devops
  • Java
  • Spring Boot
  • MQ
  • Java 11
Interview preparation tips for other job seekers - Be prepared, as interviewer can go out of scope then what is mentioned in JD.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the difference between call_form, open_form and new form in Oracle forms 12c?
  • Ans. 

    call_form is used to call a form module from another form module, open_form is used to open a form module in a new window, and new_form is used to open a new form module in the same window.

    • call_form is used to call a form module from another form module

    • open_form is used to open a form module in a new window

    • new_form is used to open a new form module in the same window

  • Answered by AI
  • Q2. What is difference between forms personalization & customization in Oracle form 12c.
  • Ans. 

    Forms personalization allows users to customize their own forms without modifying the underlying code, while customization involves making changes to the form's code.

    • Forms personalization is done by end users without technical knowledge.

    • Customization involves modifying the form's code by developers.

    • Forms personalization is limited to changing the behavior of existing form elements.

    • Customization allows for more extensiv...

  • Answered by AI
  • Q3. Mention trigger firing sequence in oracle forms 12c.
  • Ans. 

    Trigger firing sequence in Oracle Forms 12c involves pre-insert, pre-update, pre-delete, post-insert, post-update, and post-delete triggers.

    • Pre-insert trigger fires before a new record is inserted.

    • Pre-update trigger fires before an existing record is updated.

    • Pre-delete trigger fires before a record is deleted.

    • Post-insert trigger fires after a new record is inserted.

    • Post-update trigger fires after an existing record is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Pure Technical based on data engineering
  • Q2. What is data skewness. How you ahve resolved it.
  • Ans. 

    Data skewness refers to the imbalance in the distribution of data values within a dataset.

    • Data skewness occurs when certain values or categories appear more frequently than others in a dataset.

    • It can lead to performance issues in data processing and analysis.

    • To resolve data skewness, techniques like data partitioning, shuffling, and using appropriate algorithms can be employed.

    • For example, in a dataset of customer tran...

  • Answered by AI
  • Q3. What is output of below query based on all 4 joins
  • Ans. 

    The output of the query will depend on the specific data in the tables being joined.

    • The result will be a combination of data from all 4 tables based on the join conditions specified in the query.

    • Make sure to check for any filtering conditions in the query that may limit the output.

    • The final result will include columns from all 4 tables, with rows that meet the join criteria.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Related to profiles
  • Q2. Related to job profile
Round 3 - HR 

(1 Question)

  • Q1. Salary and type of job
Round 4 - HR 

(1 Question)

  • Q1. Related your past experience

HCL Group Interview FAQs

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

Some of the top questions asked at the HCL Group Senior Technical Lead interview -

  1. Oracle and Linux based questions ITIL questions like problem, change managem...read more
  2. some use case was given by dividing the people into groups and selected based o...read more
  3. Daily activities and basic of ...read more

Tell us how to improve this page.

HCL Group Senior Technical Lead Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
HCL Group Senior Technical Lead Salary
based on 1.4k salaries
₹9.5 L/yr - ₹33.4 L/yr
14% less than the average Senior Technical Lead Salary in India
View more details

HCL Group Senior Technical Lead Reviews and Ratings

based on 68 reviews

3.4/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

2.6

Salary

3.7

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 68 Reviews and Ratings
Technical Lead
3.3k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Engineer
3.2k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
2.7k salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Lead Engineer
2.4k salaries
unlock blur

₹4.3 L/yr - ₹14 L/yr

Senior Analyst
2.1k salaries
unlock blur

₹1.9 L/yr - ₹10 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

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