Upload Button Icon Add office photos

Filter interviews by

HCL Infosystems System Engineer Interview Questions and Answers

Updated 30 May 2024

HCL Infosystems System Engineer Interview Experiences

2 interviews found

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

(3 Questions)

  • Q1. Long thry will go in detail
  • Q2. Tell me abt urself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining network systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in network security protocols and best practices

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q3. What is STAR process
  • Ans. 

    STAR process is a structured method used in interviews to answer behavioral questions by outlining the Situation, Task, Action, and Result.

    • Situation - Describe the context or background of the situation

    • Task - Explain the specific task or goal that needed to be accomplished

    • Action - Detail the actions taken to address the task

    • Result - Summarize the outcome or impact of the actions taken

    • Example: 'Can you give me an exampl...

  • Answered by AI

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

System Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. Election Winner Determination In an ongoing election between two ... read more
asked in TCS iON
Q2. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Infosys
Q3. Count Ways to Reach the N-th Stair Problem Statement You are prov ... read more
asked in Infosys
Q4. Distinct Strings With Odd and Even Swapping Allowed Problem State ... read more
asked in Infosys
Q5. Maximum Subarray Sum Problem Statement Given an array arr of leng ... read more

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

There are two main sections: foundation and advanced. The foundation section consists of three subsections: quantitative, reasoning, and verbal. If you pass the foundation section but do not clear the advanced section, you will be considered for either the ninja role or the digital role during the interview process. The advanced section includes advanced aptitude questions and two coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. 3 to 4 questions based on database
  • Q3. 2 easy coding questions
  • Q4. Questions based on technology that I knew
  • Q5. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the first round, as it can be quite challenging; once you pass it and are selected for an interview, the subsequent process feels considerably easier.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

There were a total of seven sections: verbal ability, logical reasoning, arithmetic problems, verbal reasoning, puzzles, pseudocodes, and essay writing, with each section having its own cutoff scores.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the SQL query to retrieve the person with the highest salary?
  • Q2. Can you describe the projects you have worked on?
  • Q3. Write a query to merge 2 tables?
  • Q4. Tell me about the internship that you have done?
  • Q5. Behavioural questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via TCS and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is hash technology?
  • Ans. 

    Hash technology is a method used to convert data into a fixed-size string of characters, typically used for data security and integrity.

    • Hash technology uses algorithms to generate a unique fixed-size string of characters from input data.

    • It is commonly used for data security, password storage, digital signatures, and data integrity verification.

    • Examples of hash algorithms include MD5, SHA-1, and SHA-256.

  • Answered by AI
  • Q2. What is block chain?
  • Ans. 

    Blockchain is a decentralized, distributed ledger technology used to securely record transactions across multiple computers.

    • Decentralized database

    • Consensus mechanism

    • Immutable record of transactions

    • Cryptographic security

    • Smart contracts

    • Examples: Bitcoin, Ethereum

  • Answered by AI
  • Q3. What is DML?
  • Ans. 

    DML stands for Data Manipulation Language, used to manage data in a database.

    • DML is a subset of SQL (Structured Query Language) used to insert, update, delete, and retrieve data in a database.

    • Examples of DML commands include INSERT, UPDATE, DELETE, and SELECT.

    • DML is essential for managing and manipulating data within a database system.

  • Answered by AI
  • Q4. Convert binay to decimal and viceversa.
  • Ans. 

    Binary to decimal conversion involves multiplying each digit by 2 raised to the power of its position.

    • To convert binary to decimal, start from the rightmost digit and multiply each digit by 2 raised to the power of its position.

    • Add all the results together to get the decimal equivalent.

    • For example, to convert binary 1011 to decimal: 1*2^3 + 0*2^2 + 1*2^1 + 1*2^0 = 11.

  • Answered by AI
  • Q5. Find max number in array?
  • Ans. 

    Iterate through array and compare each element to find the maximum number.

    • Iterate through the array using a loop.

    • Compare each element to a variable storing the current maximum number.

    • Update the variable if a larger number is found.

    • Return the maximum number at the end.

  • Answered by AI
  • Q6. Write basic html , for inserting image and create table.
  • Ans. 

    Basic HTML code for inserting image and creating a table

    • Use <img> tag to insert an image with src attribute

    • Use <table>, <tr>, <td> tags to create a table structure

    • Specify image source and table content within respective tags

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have concept of Oops, one programming language, DBMS and SQL, core engineering subjects and just know definition of recent technology
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. All Linux commands and options
  • Q2. How to configure NFS, NTP,DNS servers
Round 2 - Technical 

(2 Questions)

  • Q1. Linux Patch Management
  • Q2. Linux servers updates
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join TCS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Duration was 1.5 hrs. Questions were asked on topics like aptitude, reasoning , puzzle solving and verbal ability. Also a topic was given on which candidates were expected to write an essay. Overall the difficulty level was easy to medium.

Round 2 - One-on-one 

(8 Questions)

  • Q1. Introduce Yourself
  • Q2. Explain about your projects (mentioned in resume)
  • Q3. Have you got any certifications on cloud technologies?
  • Ans. 

    Yes, I have certifications in AWS and Azure cloud technologies.

    • Certified AWS Solutions Architect

    • Microsoft Certified: Azure Administrator Associate

    • Completed training courses on Google Cloud Platform

  • Answered by AI
  • Q4. What do you do in your free time?
  • Q5. Explain about Encapsulation (OOPS concept)
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal state.

    • Access to the data is typically controlled through public methods (getters and setters) defined in the cl...

  • Answered by AI
  • Q6. Tell about your previous intern/work experience if any
  • Q7. What is the one thing that you can say about you for which haven't been noticed by others and credited?
  • Q8. Questions about schooling, CGPA in college

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for round 1 test from various youtube videos. It helped me to clear the 1st round. For interview, don't mention things you aren't confident enough in your resume. Prepare well on OOPS concepts, SQL concepts, SDLC concepts and do general research about the company like who is the current ceo, what products are they offering right now, company values, etc.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Technical based
  • Q2. What is different between workgroup and domain
  • Ans. 

    Workgroup is a peer-to-peer network where each computer has its own security settings, while a domain is a centralized network managed by a server with shared security settings.

    • Workgroup is decentralized, each computer manages its own security settings

    • Domain is centralized, managed by a server with shared security settings

    • Workgroup is suitable for small networks, domain is suitable for larger networks

    • In a workgroup, us...

  • Answered by AI
  • Q3. What should a system administrator`s routine be?
  • Ans. 

    A system administrator's routine involves monitoring system performance, troubleshooting issues, implementing security measures, and maintaining backups.

    • Regularly monitoring system performance and resource usage

    • Troubleshooting and resolving technical issues as they arise

    • Implementing and maintaining security measures to protect the system from cyber threats

    • Performing regular backups and ensuring data integrity

    • Updating s...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Dsfsdf sdfsd sdf sd f

Interview Preparation Tips

Interview preparation tips for other job seekers - Fhyygufguy fbi iu f eh ji ur f bj ugj
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

It is very easy, questions on all topics are covered.

Round 2 - Technical 

(2 Questions)

  • Q1. What is abstraction and encapsulation?
  • Ans. 

    Abstraction is hiding unnecessary details while encapsulation is bundling data and methods together.

    • Abstraction focuses on showing only essential features of an object while hiding unnecessary details.

    • Encapsulation involves bundling the data (attributes) and methods (functions) that operate on the data into a single unit.

    • Abstraction allows for easier understanding and management of complex systems.

    • Encapsulation helps i...

  • Answered by AI
  • Q2. Write a sql query to update a record
  • Ans. 

    SQL query to update a record in a database table

    • Use the UPDATE statement followed by the table name

    • Set the column(s) to be updated using SET keyword

    • Specify the new values for the column(s) to be updated

    • Use WHERE clause to specify the condition for which record to update

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Will you able to relocate?
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I have relocated for previous positions and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the field of engineering

  • Answered by AI
  • Q2. Why Infosys?
  • Ans. 

    Infosys is a global leader in technology services and consulting, known for its innovative solutions and commitment to excellence.

    • Infosys has a strong reputation for delivering high-quality technology solutions to clients worldwide.

    • The company offers a wide range of opportunities for professional growth and development.

    • Infosys has a culture of innovation and collaboration, which aligns with my own values and career goa

  • Answered by AI

HCL Infosystems Interview FAQs

How many rounds are there in HCL Infosystems System Engineer interview?
HCL Infosystems interview process usually has 1 rounds. The most common rounds in the HCL Infosystems interview process are Technical.
What are the top questions asked in HCL Infosystems System Engineer interview?

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

  1. Tell me abt urs...read more
  2. What is STAR proc...read more
  3. Long thry will go in det...read more

Tell us how to improve this page.

HCL Infosystems System Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
HCL Infosystems System Engineer Salary
based on 19 salaries
₹1.2 L/yr - ₹6.5 L/yr
44% less than the average System Engineer Salary in India
View more details

HCL Infosystems System Engineer Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

2.6

Skill development

3.8

Work-life balance

2.8

Salary

3.4

Job security

2.5

Company culture

2.2

Promotions

2.3

Work satisfaction

Explore 16 Reviews and Ratings
Technical Lead
326 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Senior Software Engineer
231 salaries
unlock blur

₹4.2 L/yr - ₹15.5 L/yr

Senior Analyst
226 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Software Engineer
211 salaries
unlock blur

₹2 L/yr - ₹9.4 L/yr

Lead Engineer
193 salaries
unlock blur

₹3.8 L/yr - ₹15.6 L/yr

Explore more salaries
Compare HCL Infosystems with

HCLTech

3.5
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

TCS

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