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
3.6

based on 33.8k Reviews

Filter interviews by

HCLTech Production Support Interview Questions and Answers

Updated 19 Feb 2021

HCLTech Production Support Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which Linux commands you have used on daily basis??
  • Ans. 

    I have used various Linux commands on a daily basis.

    • ls - to list files and directories

    • cd - to change directories

    • grep - to search for specific text in files

    • tail - to view the end of a file

    • ps - to view running processes

    • kill - to terminate a process

    • chmod - to change file permissions

    • ssh - to connect to remote servers

    • scp - to transfer files between servers

    • tar - to archive and compress files

  • Answered by AI
  • Q2. Tell me about the Functions used in SQL ?
  • Ans. 

    SQL functions are used to perform calculations on data and return the result.

    • Aggregate functions like SUM, AVG, COUNT, MAX, MIN

    • String functions like CONCAT, SUBSTRING, LENGTH

    • Date functions like DATEADD, DATEDIFF, GETDATE

    • Mathematical functions like ABS, CEILING, FLOOR

    • Conversion functions like CAST, CONVERT

    • Logical functions like CASE, IIF

  • Answered by AI
  • Q3. How to fetch second highest salary from employee table using SQL ?
  • Q4. Tell me about yourself !
  • Q5. Any severity-1 issue you have handled...what action taken by you in the situation ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear about whatever you are going to answer . Try to explain in very simple way. Give an example to explain any technical concepts with real time examples specially.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

Hydraulic systems and hydraulic machines.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between BS4 and BS6 emissions standards?
  • Ans. 

    BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.

    • BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.

    • BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...

  • Answered by AI
  • Q2. What is the difference between an electric motor and an electric generator?
  • Ans. 

    An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.

    • Electric motor converts electrical energy into mechanical energy

    • Electric generator converts mechanical energy into electrical energy

    • Electric motor is used in appliances like fans, washing machines

    • Electric generator is used in power plants to generate electr

  • Answered by AI
  • Q3. Difference between four stroke and two stroke engine
  • Ans. 

    Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.

    • Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust

    • Two stroke engines combine intake and compression in one stroke and power and exhaust in another

    • Four stroke engines are m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always perform your work with integrity.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About interview is production engineer
  • Q2. About interview is production supervisor

Interview Preparation Tips

Interview preparation tips for other job seekers - This jab is very narmal

Production Engineer Interview Questions & Answers

TCS user image Shreevardhan Patil

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

60 mins of aptitude test

Round 2 - Coding Test 

60 mins of coding round

Round 3 - Technical 

(2 Questions)

  • Q1. OOPs concepts explanation with example
  • Ans. 

    OOPs concepts revolve around classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for objects, defining their properties and behaviors.

    • Objects are instances of classes, representing real-world entities.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism enables objects to be treated as instances of their parent class.

    • Encapsulation restricts acces...

  • Answered by AI
  • Q2. About the projects we created in 2nd and 4th year of our academic
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mutex and it's syntax?
  • Ans. 

    A mutex is a synchronization primitive used to control access to shared resources in a multi-threaded environment.

    • Mutex is typically used to protect critical sections of code to prevent race conditions.

    • Syntax for using mutex in C++: std::mutex myMutex;

    • To lock a mutex: myMutex.lock();

    • To unlock a mutex: myMutex.unlock();

  • Answered by AI
  • Q2. What is a goroutine and how it's used?
  • Ans. 

    A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions.

    • Goroutines are created using the 'go' keyword followed by a function call.

    • They are used for concurrent programming in Go, allowing multiple functions to run simultaneously.

    • Goroutines are more efficient than traditional threads as they have lower memory overhead and can be multiplexed onto fewer OS threads.

    • Example:...

  • Answered by AI
Round 2 - Coding Test 

DSA, Queries and logical coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and attend the interview with confidence. That all.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Work experience
  • Q3. Which department are u working
  • Q4. Timings and salary
Round 3 - One-on-one 

(3 Questions)

  • Q1. Name and experience and quality and checking etc
  • Q2. How can handle ur problem and team work
  • Q3. Times and salary

Production Engineer Interview Questions & Answers

Accenture user image Venkata Mohan Reddy Kambam

posted on 15 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy logical questions

Round 2 - HR 

(3 Questions)

  • Q1. Easy general questions asked
  • Q2. General questions
  • Q3. Strength and weaknesses, about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't be nervous
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What is your aim
  • Q3. What your hobby

Interview Preparation Tips

Interview preparation tips for other job seekers - Quick learning
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Virtual interview 

(6 Questions)

  • Q1. What is a role of support engineer
  • Ans. 

    A support engineer is responsible for providing technical assistance and resolving issues related to software or hardware systems.

    • Providing technical support to customers or end-users

    • Troubleshooting and resolving software or hardware issues

    • Installing, configuring, and maintaining systems

    • Monitoring system performance and identifying potential problems

    • Collaborating with development teams to address bugs or enhancements

    • Do...

  • Answered by AI
  • Q2. What is ticketing tool
  • Ans. 

    A ticketing tool is a software application used to track and manage customer support requests or issues.

    • Ticketing tools help in organizing and prioritizing customer support tickets.

    • They provide a centralized platform for communication and collaboration between support teams and customers.

    • Ticketing tools often include features like ticket assignment, status tracking, and reporting.

    • Examples of popular ticketing tools inc

  • Answered by AI
  • Q3. What is monitoring tool
  • Ans. 

    A monitoring tool is a software application or system that collects and analyzes data to track the performance and health of a system or application.

    • Monitoring tools collect data from various sources such as servers, networks, databases, and applications.

    • They provide real-time visibility into the system's performance, availability, and resource utilization.

    • Monitoring tools can generate alerts or notifications when pred...

  • Answered by AI
  • Q4. What are SQL comments
  • Ans. 

    SQL comments are used to add explanatory notes or remarks within SQL code.

    • SQL comments start with a double hyphen (--), or can be enclosed between /* and */

    • Comments are ignored by the SQL engine and are not executed as part of the code

    • Comments can be used to improve code readability and provide documentation

    • Comments can be used to disable or temporarily remove parts of the code for testing or debugging purposes

  • Answered by AI
  • Q5. What doing in the SQL
  • Q6. What is DML full form
  • Ans. 

    DML stands for Data Manipulation Language.

    • DML is a subset of SQL (Structured Query Language) used to manipulate data in a database.

    • It includes commands like INSERT, UPDATE, DELETE, and SELECT.

    • DML statements are used to add, modify, or delete data in database tables.

    • For example, INSERT statement is used to add new records, UPDATE statement is used to modify existing records, DELETE statement is used to remove records, a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Production Support Engineer interview:
  • PLSQL
  • SQL
  • Oricale
  • Selcripting
Interview preparation tips for other job seekers - I am working very hard to a company I was interested in companys

Skills evaluated in this interview

HCLTech Interview FAQs

How to prepare for HCLTech Production Support interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at HCLTech. The most common topics and skills that interviewers at HCLTech expect are Production Support, Unix, SQL, PLSQL and Oracle.
What are the top questions asked in HCLTech Production Support interview?

Some of the top questions asked at the HCLTech Production Support interview -

  1. Which Linux commands you have used on daily basi...read more
  2. Tell me about the Functions used in SQ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HCLTech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
HCLTech Production Support Salary
based on 6 salaries
₹2 L/yr - ₹8 L/yr
At par with the average Production Support Salary in India
View more details
Software Engineer
22.1k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
20.6k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Software Engineer
15.3k salaries
unlock blur

₹4 L/yr - ₹16.5 L/yr

Lead Engineer
14.7k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Senior Analyst
13.7k salaries
unlock blur

₹1 L/yr - ₹8.7 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview