Upload Button Icon Add office photos

Filter interviews by

HCL Group DevOps Lead Interview Questions and Answers for Experienced

Updated 14 Jan 2023

HCL Group DevOps Lead Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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. What is the difference between a disk and an image in VM roles w.r.t MS Azure?
  • Ans. 

    A disk in VM roles is a storage device used to store data, while an image is a template used to create virtual machines.

    • A disk is a block-level storage device that can be attached to a virtual machine to store data.

    • An image is a template that contains the operating system and other software configurations used to create virtual machines.

    • Disks can be created from images or used as a standalone storage device.

    • Images are ...

  • Answered by AI
  • Q2. What is disk caching in Azure
  • Ans. 

    Disk caching in Azure is a feature that stores frequently accessed data in memory for faster retrieval.

    • Disk caching improves the performance of applications by reducing the latency of disk operations.

    • It stores frequently accessed data in memory, allowing faster retrieval and reducing the need to fetch data from disk.

    • Azure provides different caching options, such as Azure Managed Disks, Azure Blob storage, and Azure Fil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clouds, SAN , MS Azure Storage and Azure VM roles , VM covers the topics that was interviewed.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

Interview Questionnaire 

1 Question

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

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Projects and internships done in detail. 2. Object oriented programming characteristics 3. Differences between private, public and protected classes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but not over confident.

Interview Questionnaire 

1 Question

  • Q1. From start to end how you perform web application penetration testing on a website with firewall is enabled on it?
  • Ans. 

    Performing web application penetration testing on a website with firewall enabled.

    • Identify the type of firewall and its configuration

    • Perform reconnaissance to gather information about the target

    • Identify vulnerabilities and exploit them

    • Use tools like Burp Suite, Nmap, and Metasploit

    • Test for common web application vulnerabilities like SQL injection and cross-site scripting

    • Document findings and provide recommendations for

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.

I applied via Company Website and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me the Architecture of a Flipflop.
  • Ans. 

    A flip-flop is a digital circuit that can store one bit of information. It has two stable states and is used for memory storage and data transfer.

    • Flip-flops are made up of logic gates, such as NAND or NOR gates.

    • They have two stable states: SET and RESET.

    • The SET state is when the output is high and the RESET state is when the output is low.

    • Flip-flops can be edge-triggered or level-triggered.

    • Examples of flip-flops includ

  • Answered by AI
  • Q2. Give me a real life example that says you are flexible.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well for the online assesment round.aptitude were intermediate and english was pretty easy. If you clear that round there is 70% chances that you have cleared the interview.

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Qualification, basic questions about customer service, empathy apology,how to handle angry customer..thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent in English and Hindi ..
Give some good and creative answers that's all..😊.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. 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 - Group Discussion 

The planning if the project and how to take over the project

Round 3 - Aptitude Test 

We should maintain the aptitude to with our project and with with

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to wrok in the this company and to entire world

HCL Group Interview FAQs

How many rounds are there in HCL Group DevOps 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 Resume Shortlist and Technical.
What are the top questions asked in HCL Group DevOps Lead interview for experienced candidates?

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

  1. What is the difference between a disk and an image in VM roles w.r.t MS Azu...read more
  2. What is disk caching in Az...read more

Tell us how to improve this page.

HCL Group DevOps Lead Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
HCL Group DevOps Lead Salary
based on 4 salaries
₹12 L/yr - ₹18 L/yr
44% less than the average DevOps Lead Salary in India
View more details

HCL Group DevOps Lead Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

5.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
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