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

Clear (1)

HCLTech Site Reliability Engineer 2 Interview Questions and Answers

Updated 6 Jan 2025

HCLTech Site Reliability Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. On cicd pipeline
  • Q2. Kubernetes
Round 2 - Technical 

(2 Questions)

  • Q1. Linux basic questions
  • Q2. Monitoring tools

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is straightforward, consisting of two rounds of interviews.

Interview questions from similar companies

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

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

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

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Software Engineer Interview Questions & Answers

Capgemini user image Neelima Vakkantula

posted on 29 Jun 2017

I was interviewed before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. About the project i did
  • Q2. Some questions on digital electronics
  • Q3. Introduce yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

  • Answered by AI
  • Q4. About my family

Interview Preparation Tips

Round: Test
Total Questions: 40

Round: Technical Interview
Experience: He asked me to explain the project that i have done in detail. As iam from electronics background he asked more from my electronics subjects.

Round: Technical Interview
Experience: He asked me to explain the project that i have done in detail. As iam from electronics background he asked more from my electronics subjects.
Tips: be confident

Skills: Technical Skills, Communication
College Name: Lovely Professional University, Phagwara [ LPU ]

I was interviewed before Jul 2016.

Interview Preparation Tips

Round: Test
Experience: It was an MCQ exam on an OMR sheet (beneficial for people who are not comfortable with online exams like me). The exam went good. They set the cut-off at 45 (varies from college to college). I managed to get through this. The standard of the paper was quiet easy.
Tips: Aptitude preparation should be good. And solve the problems fast. If you are weak in a particular section (like I was in quantitative), you should keep it for the last. Do the ones which you are strong at.
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: I was from ECE, so they didn't expect much answers from us in subjects related to IT & Computer Science. In technical interview always prepare a particular topic you love (ofcourse from any of your engineering subjects). I went with my favourite (sattelite communication 7 GPS naviagtion system). I explained it in detail and he got impressed. Then they aske some questions (withing my comfort zone) from JAVA. it was a simple interview.
Tips: Only thing you should keep in my mind before entering the interview room is "I don't need this job; I am just here to make an experience of how a job interview looks like". If you are successfull in keeing the mindset, then you are sure to crack the interview. Moto is JUST RELAX and enjoy the interview. Don't try to over active or over smart in an interview.

Round: HR Interview
Experience: General questions from current affairs, your hobbies, etc. Its kind of time pass interview. Your spoken skills and confidence level matters the most.
Tips: Be what you are. Don' try to exaggerate.

College Name: JIS College Of Engineering

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and solving complex problems.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Skilled in problem-solving and debugging code to ensure optimal performance

    • Strong understanding of data structures and algorithms

    • Familiar with Agile development methodologies and version control systems like Git

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Well, it was an Aptitude test organized by CoCubes. It was pretty easy so obviously the cut off was high. The time was enough to make them all correct. In the essay round, we were given a topic. and we were supposed to write 300-400 words on it in 30mins.
Tips: Try to be calm and solve and make all of correct.
Duration: 50 minutes
Total Questions: 32

Round: Technical Interview
Experience: This round was about how good your basics are. I was able to answer all the questions. The interviewer was a nice person and was very good at making me comfortable.
Tips: Basics are the most important things in this interview.

Round: HR Interview
Experience: The interviewer was very nice. She asked me only one question and therefore, i guess she wanted to know if i am good at communicating. Or not. I don't really know.
Tips: Don't lose your posture and confidence.

General Tips: It's a time taking process, so keep your calm throughout. And listen to the presentation properly as they might ask que
Skills: Basic Concepts, Aptitude, Verbal Communication Skills, Written Communication Skills, C++, C Programming
College Name: Institute Of Engineering & Management (IEM) Kolkata
Motivation: The company work culture and the love their employees and the way they combine work and enjoyment.

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed to pick one and then you are allowed to keep it and check it outside. How many turns do you need to take in order for you to fi...
  • Ans. 

    You need to take 36 turns to find a perfect pair.

    • You need to pick 19 gloves to ensure a perfect pair.

    • The worst case scenario is picking 18 white gloves and then the 19th glove is black.

    • In that case, you need to pick 17 more gloves to find a black one and complete the pair.

  • Answered by AI
  • Q2. How can you cut a rectangular cake in 8 symmetric pieces in three cuts?
  • Q3. What are seven layers of networking?
  • Ans. 

    The seven layers of networking refer to the OSI model which defines how data is transmitted over a network.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with the layers above and below it.

    • For example, the Physical layer deals with the physical transmission of data, while the Application layer deals with user inte...

  • Answered by AI
  • Q4. One question of sorting for a list of people belonging to different cities and states.
  • Ans. 

    Sort a list of people by their cities and states.

    • Use a sorting algorithm like quicksort or mergesort.

    • Create a custom comparator function that compares the city and state of each person.

    • If two people belong to the same city and state, sort them by their names.

    • Example: [{name: 'John', city: 'New York', state: 'NY'}, {name: 'Jane', city: 'Boston', state: 'MA'}]

    • Example output: [{name: 'Jane', city: 'Boston', state: 'MA'},

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Out of two thousand people around five hundred were shortlisted. The questions were based on numerical as well as verbal aptitude.
Tips: Practice questions from websites like Indiabix. They contain a lot of interview questions and a lot of tests. Preparation for these exams become quite easy.
Duration: 2 hours
Total Questions: 80

Round: Technical + HR Interview
Experience: I was an electrical engineering student with minimal knowledge of computer science but was good with aptitude and was quick with my responses. My grades were average that make my interviewer doubtful but when he threw logical questions at me, I answered them all. He acknowledged my aptitude for computer science and believed that with training I will learn the skills needed for the job.

Skills: Technical knowledge, Aptitude
College Name: Bhilai Institute Of Technology, Durg

Skills evaluated in this interview

I was interviewed in Oct 2016.

Interview Preparation Tips

Round: Test
Experience: The first part was an essay writing section where we were given a top or a situation and we had to write about that in 300-400 words in 30minutes.
The next part was aptitude where our quantitative ability and logical reasoning was tested.
Tips: Good writing skills and basic mathematical and logical concepts needed to clear the rounds.
Duration: 1 hour 10 minutes
Total Questions: 32

Skills: Technical Knowledge, Communication Skills
College Name: Birla Vishvakarma Mahavidyalaya (BVM) Engineering College

I was interviewed in Oct 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell us about yourself.
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have successfully led a team in developing a complex web application that increased user engage

  • Answered by AI
  • Q3. What are your strengths and weaknesses?
  • Ans. 

    Strengths include problem-solving skills and teamwork. Weaknesses include perfectionism and time management.

    • Strengths: problem-solving skills, teamwork

    • Weaknesses: perfectionism, time management

  • Answered by AI
  • Q4. Can you adapt to changing situations?
  • Ans. 

    Yes, I am able to adapt to changing situations by staying flexible, open-minded, and proactive.

    • I am comfortable with ambiguity and can quickly adjust my approach when needed.

    • I have experience working on projects with changing requirements and deadlines.

    • I actively seek feedback and am willing to learn new technologies or methodologies to adapt to evolving situations.

  • Answered by AI
  • Q5. Coding related problem based on C and C++
  • Q6. Different types of SDLC.
  • Ans. 

    SDLC stands for Software Development Life Cycle. There are different types of SDLC models.

    • Waterfall model

    • Agile model

    • Spiral model

    • V-shaped model

    • Iterative model

  • Answered by AI
  • Q7. Basics of data structures.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

College Name: VIT Vellore

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. What was the paper presentations given by you
  • Ans. 

    I have presented papers on machine learning and natural language processing.

    • Presented a paper on sentiment analysis using machine learning algorithms at the International Conference on Natural Language Processing.

    • Presented a paper on named entity recognition using deep learning techniques at the IEEE International Conference on Machine Learning and Data Mining.

    • Co-authored a paper on text classification using convolutio...

  • Answered by AI
  • Q2. Why did you choose that topic
  • Ans. 

    I chose that topic because of my interest in machine learning and its potential applications in various industries.

    • I have always been fascinated by the idea of machines learning from data and making predictions or decisions based on that.

    • I believe that machine learning has the potential to revolutionize many industries, from healthcare to finance to transportation.

    • I have worked on several projects related to machine le...

  • Answered by AI
  • Q3. How many toothpastes are sold in one month in Hyderabad
  • Ans. 

    It is not possible to accurately determine the number of toothpastes sold in one month in Hyderabad without available data.

    • The number of toothpastes sold can vary depending on various factors such as population, consumer behavior, and market trends.

    • To estimate the number, data from toothpaste manufacturers, distributors, and retailers would be required.

    • Factors like brand popularity, pricing, and promotional activities ...

  • Answered by AI
  • Q4. Did you attend any other interviews
  • Ans. 

    Yes, I attended multiple interviews before this one.

    • I have attended interviews at Company A, Company B, and Company C.

    • I have experience interviewing for both frontend and backend software engineering roles.

    • I have also interviewed for positions in different industries such as e-commerce and healthcare.

  • Answered by AI
  • Q5. Do you have any question

Interview Preparation Tips

Round: Test
Experience: Written exam was little bit tough. We had 2 flowcharts in reasoning and i got tensed seeing them. But they were easy we need to think logically. Aptitude paper was easy but lengthy. Time wont be sufficient for aptitude. Very few students are shortlisted after the exam.
Tips: Try to do more sums in less time (practice is needed for that). Time constraint is the important factor and getting tensed is waste of time.
Duration: 90 minutes
Total Questions: 75

Round: Group Discussion
Experience: It was a great experience. Initiative was taken by one of my friend. I was not getting chance to speak. i have taken the chance and added few points to the discussion. Finally I cleared GD.
Tips: Express your thoughts confidently and maintain eye contact with everyone.

Round: HR Interview
Experience: It was a good experience and as I entered they asked for my resume and started to see it . Asked questions related to technical and HR simultaneously. They asked one different question to check how will I approach to my conclusion.
Tips: Don't panic when different type of questions or puzzles are asked. They don't want the answer from you .They just want to check how you answer that question confidently and how you will come to a conclusion.

General Tips: Practice makes a man perfect and don't get disappointed when you are not qualified . Try till u reach your destination.
Skills: Puzzle Solving Capability, Technical Questions, Confidence, Ability To Convince, Communication
College Name: Sreenidhi Institute Of Science And Technology
Motivation: Capgemini Slogan "People matter Results Count" and the values of Capgemini -Honest, Truth, Team spirit motivated me a lot.
Contribute & help others!
anonymous
You can choose to be anonymous

HCLTech Interview FAQs

How many rounds are there in HCLTech Site Reliability Engineer 2 interview?
HCLTech interview process usually has 2 rounds. The most common rounds in the HCLTech interview process are One-on-one Round and Technical.
What are the top questions asked in HCLTech Site Reliability Engineer 2 interview?

Some of the top questions asked at the HCLTech Site Reliability Engineer 2 interview -

  1. linux basic questi...read more
  2. monitoring to...read more
  3. on cicd pipel...read more

Recently Viewed

INTERVIEWS

Paisabazaar.com

5.6k top interview questions

SALARIES

CMS IT Services

INTERVIEWS

Paisabazaar.com

No Interviews

INTERVIEWS

HCLTech

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Samsung Research

No Interviews

INTERVIEWS

Godrej & Boyce Manufacturing

No Interviews

INTERVIEWS

Paisabazaar.com

No Interviews

INTERVIEWS

Paisabazaar.com

No Interviews

SALARIES

CMS IT Services

Tell us how to improve this page.

HCLTech Site Reliability Engineer 2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
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 Site Reliability Engineer 2 Salary
based on 6 salaries
₹8.2 L/yr - ₹29 L/yr
14% less than the average Site Reliability Engineer 2 Salary in India
View more details
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