Upload Button Icon Add office photos

HCL Infosystems

Compare button icon Compare button icon Compare

Filter interviews by

HCL Infosystems Desktop Support Engineer Interview Questions, Process, and Tips

Updated 14 Oct 2021

Top HCL Infosystems Desktop Support Engineer Interview Questions and Answers

View all 6 questions

HCL Infosystems Desktop Support Engineer Interview Experiences

2 interviews found

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

Interview Questionnaire 

7 Questions

  • Q1. What is imap, or pop3
  • Ans. 

    IMAP and POP3 are email protocols used for retrieving emails from a mail server.

    • IMAP stands for Internet Message Access Protocol and allows users to access and manage their emails on a remote server.

    • POP3 stands for Post Office Protocol version 3 and downloads emails from a mail server to a local device.

    • IMAP allows for multiple devices to access and sync emails, while POP3 only allows for one device to download emails.

    • I...

  • Answered by AI
  • Q2. What is outlook
  • Ans. 

    Outlook is a personal information manager developed by Microsoft.

    • It is used for email communication, managing contacts, scheduling appointments, and organizing tasks.

    • It integrates with other Microsoft Office applications such as Word, Excel, and PowerPoint.

    • It allows users to create and manage multiple email accounts and folders.

    • It has features such as email filtering, automatic replies, and calendar sharing.

    • It can be a...

  • Answered by AI
  • Q3. What is safe mode
  • Ans. 

    Safe mode is a diagnostic mode in which a computer's operating system starts with only basic functions.

    • Safe mode is used to troubleshoot and fix issues with the operating system or software.

    • In safe mode, only essential drivers and services are loaded, which can help identify and resolve problems.

    • Safe mode can be accessed by pressing a key during startup, such as F8 for Windows.

    • In safe mode, the screen resolution may be...

  • Answered by AI
  • Q4. System slowness
  • Q5. Why we create pst file
  • Ans. 

    PST files are created to store Outlook data locally on a computer.

    • PST files allow users to access their Outlook data even when not connected to the internet.

    • They can be used to backup important emails, contacts, and calendar events.

    • PST files can also be used to transfer Outlook data from one computer to another.

    • They have a maximum size limit of 50GB in Outlook 2010 and later versions.

    • PST files can be password protected

  • Answered by AI
  • Q6. What is tcp /udp
  • Ans. 

    TCP and UDP are protocols used for communication between devices on a network.

    • TCP stands for Transmission Control Protocol and is a connection-oriented protocol used for reliable data transfer.

    • UDP stands for User Datagram Protocol and is a connectionless protocol used for fast data transfer.

    • TCP is used for applications that require reliable data transfer, such as email and file transfer.

    • UDP is used for applications tha...

  • Answered by AI
  • Q7. How to install operating system
  • Ans. 

    To install an operating system, you need to create a bootable media and follow the installation wizard.

    • Create a bootable media (USB, DVD, etc.) with the operating system image

    • Insert the bootable media into the computer and restart it

    • Follow the installation wizard and select the desired options (language, partition, etc.)

    • Wait for the installation to complete and restart the computer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - These are most important questions for desktop supporter

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. System administrator
  • Q2. System engineer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good apptunity good experience

Desktop Support Engineer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IP ... read more
asked in HCLTech
Q2. Diffrence between router and switch? Differnce between TCP AND UD ... read more
asked in HCLTech
Q3. What is outlook?, how to configure outlook?
Q4. 1) What is Difference between shared printer and network printer?
Q5. Internet is not working, what are the troubleshooting option we h ... read more

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

All mcqs should answer with in time limit should have a lot of practice to solve in exam

  • Q1. 

    Water Jug Problem Statement

    You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...

  • Ans. 

    The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.

    • Start by considering the constraints and limitations of the problem.

    • Think about how the operations allowed can be used to reach the target measurement.

    • Consider different scenarios and test cases to come up with a solution.

    • Implement a function that takes the capacities of the jugs and the targe...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Easy and just basic questions very easy round

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.

    • Ensure to handle the sparse nature of the matrices to optimize the multiplication process.

    • Consider the constraints provided to en...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dql, Data structures, Java, Operating system, Data scienceTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : preapre core subjects 
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects

Application resume tips for other job seekers

Tip 1 : good projects in ml and ai
Tip 2 : practical experience

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Networking

I applied via Company Website and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Project planning
  • Q2. Achievements
  • Q3. Coding questions
  • Q4. Many more other

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall was very nice and easy

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask your expectations at the beginning. I completed all my rounds and they have collected all my documents and then they came back stating that my expectations is out of budget. I told my expectations of my CTC in initial round itself however in HR discussion round they told that they can give 15% on my current CTC. They don't even consider other allowances apart from CTC. I rate 2/5 for the interview experience

Interview Questionnaire 

1 Question

  • Q1. How r u

I applied via Walk-in and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why you join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - What time you will be join

HCL Infosystems Interview FAQs

What are the top questions asked in HCL Infosystems Desktop Support Engineer interview?

Some of the top questions asked at the HCL Infosystems Desktop Support Engineer interview -

  1. How to install operating sys...read more
  2. What is imap, or p...read more
  3. Why we create pst f...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tata Group Interview Questions
4.2
 • 363 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Aapna Infotech Interview Questions
4.5
 • 16 Interviews
QuyTech Interview Questions
3.3
 • 13 Interviews
View all
HCL Infosystems Desktop Support Engineer Salary
based on 37 salaries
₹1 L/yr - ₹3.5 L/yr
16% less than the average Desktop Support Engineer Salary in India
View more details

HCL Infosystems Desktop Support Engineer Reviews and Ratings

based on 25 reviews

3.9/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.4

Salary

2.4

Job security

3.2

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 25 Reviews and Ratings
Technical Lead
325 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Software Engineer
229 salaries
unlock blur

₹1.8 L/yr - ₹9.1 L/yr

Senior Software Engineer
228 salaries
unlock blur

₹4.3 L/yr - ₹15.5 L/yr

Senior Analyst
226 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Lead Engineer
195 salaries
unlock blur

₹4.4 L/yr - ₹17 L/yr

Explore more salaries
Compare HCL Infosystems with

HCLTech

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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