Upload Button Icon Add office photos

HCL Infosystems

Compare button icon Compare button icon Compare

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
  • Q3. What is STAR process

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
  • Ans. 

    I am a dedicated System Engineer with a passion for optimizing systems and enhancing performance through innovative solutions.

    • Background in Computer Science with a focus on systems architecture.

    • Experience in managing and deploying cloud-based solutions, such as AWS and Azure.

    • Proficient in scripting languages like Python and Bash for automation tasks.

    • Led a team project that improved system uptime by 30% through proactiv...

  • Answered by AI
  • Q2. Why IT
  • Ans. 

    IT fascinates me due to its transformative power, innovation potential, and the ability to solve complex problems efficiently.

    • Innovation: IT drives advancements in various fields, like AI improving healthcare diagnostics.

    • Problem Solving: IT solutions streamline processes, such as automation in manufacturing.

    • Collaboration: IT tools enhance teamwork, enabling remote work and global collaboration.

    • Continuous Learning: The ...

  • Answered by AI
  • 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 Infosys
Q2. Count Ways to Reach the N-th Stair Problem Statement You are prov ... read more
asked in TCS
Q3. Given a parking lot represented as an RxC matrix where each space ... read more
asked in TCS iON
Q4. GCD (Greatest Common Divisor) Problem Statement You are given two ... read more
asked in Infosys
Q5. Distinct Strings With Odd and Even Swapping Allowed Problem State ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about HCL Infosystems?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are the differences between C and C++?
  • Q2. Explain the scenarios where If and Switch Case statements are used.
  • Q3. Do you think algorithms and pseudocodes still play a role in the world of IT Services?
  • Ans. 

    Yes, algorithms and pseudocodes are still important in IT Services.

    • Algorithms are used in various fields of IT such as machine learning, data analysis, and cryptography.

    • Pseudocodes are used to plan and design algorithms before coding them.

    • Understanding algorithms and pseudocodes is essential for software engineers to write efficient and optimized code.

    • Examples of algorithms include sorting algorithms, search algorithms...

  • Answered by AI
  • Q4. Are you comfortable using Command Line Interfaces (CLIs) or Integrated Development Environments (IDEs) as part of your daily tasks?
  • Q5. Are you okay to learn front end and back end technologies to ensure you are a complete developer in the longer run? Would you be able to learn the concepts if a timeline is given?? If yes, explain your lea...

Interview Preparation Tips

Interview preparation tips for other job seekers - The hiring team expects a structured response in your answers. Be it a fresher or an experienced professional, the answers must be represented with examples to ensure you display your expertise with an application in your mind.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Difference between performance of arraylist and vector.
  • Ans. 

    ArrayList is faster than Vector due to synchronization overhead in Vector.

    • ArrayList is not synchronized while Vector is.

    • ArrayList is faster as it does not need to acquire a lock before performing operations.

    • Vector is thread-safe while ArrayList is not.

    • Use Vector when thread safety is required, else use ArrayList for better performance.

  • Answered by AI
  • Q2. What do you mean by serialization?
  • Q3. What does finally block do?
  • Ans. 

    Finally block is used in exception handling to execute code regardless of whether an exception is thrown or not.

    • Finally block is always executed after try and catch blocks.

    • It is used to release resources like file handles, database connections, etc.

    • It is also used to perform cleanup operations like closing streams, deleting temporary files, etc.

    • Finally block can be used without catch block but not vice versa.

    • Example: t...

  • Answered by AI
  • Q4. How does JVM work?
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. It provides a runtime environment for Java programs.

    • JVM stands for Java Virtual Machine

    • It interprets compiled Java code into machine code

    • JVM provides memory management, garbage collection, and security

    • JVM is platform-independent, allowing Java programs to run on any system with a JVM installed

    • Examples of JVM implementations include Oracle's HotSpot and OpenJDK

  • Answered by AI
  • Q5. How hashmap works?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Retrieving a value from a hashmap is typically an O(1) operation, but worst case can be O(n) if all keys map to the same in...

  • Answered by AI
  • Q6. Define oops concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific about your logic

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated System Engineer with a passion for optimizing systems and enhancing performance through innovative solutions.

    • Background in computer science with a focus on systems architecture.

    • Experience in managing and deploying cloud-based solutions, such as AWS and Azure.

    • Proficient in scripting languages like Python and Bash for automation tasks.

    • Worked on a project that improved system uptime by 30% through proacti...

  • Answered by AI
  • Q2. Why did you choose this job role?
  • Q3. What kind of technologies did you choose in development?
  • Ans. 

    I selected technologies based on project requirements, scalability, and team expertise to ensure efficient development and deployment.

    • Cloud Services: Used AWS for scalable infrastructure and easy deployment.

    • Programming Languages: Chose Python for its versatility and extensive libraries.

    • Database: Implemented PostgreSQL for robust data management and complex queries.

    • Containerization: Utilized Docker for consistent develo...

  • Answered by AI
  • Q4. Which programming languages you are familiar with?
  • Ans. 

    I am familiar with several programming languages, including Python, Java, and C++, each serving different purposes in system engineering.

    • Python: Used for automation scripts and data analysis.

    • Java: Ideal for building cross-platform applications and enterprise solutions.

    • C++: Utilized for system-level programming and performance-critical applications.

    • JavaScript: Employed for web-based applications and front-end developmen...

  • Answered by AI
  • Q5. At what scale did you choose yourself in the programming language?
  • Ans. 

    I chose myself in the programming language at a small scale and gradually increased it.

    • Started with basic syntax and gradually moved to more complex concepts

    • Practiced on small projects before moving to larger ones

    • Learned from online resources and collaborated with peers

    • Continuously updated skills and learned new languages as needed

  • Answered by AI
  • Q6. Can you write some program you opt which you think it is at the average level in programming
  • Ans. 

    A simple program to calculate the average of numbers in an array, demonstrating basic programming concepts.

    • Define a function to calculate the average.

    • Use an array to store numbers.

    • Iterate through the array to sum the numbers.

    • Divide the sum by the number of elements to get the average.

    • Example: For array [1, 2, 3, 4, 5], average = (1+2+3+4+5)/5 = 3.

  • Answered by AI
  • Q7. At what place you can be after 5years?
  • Ans. 

    In five years, I envision myself as a senior system engineer, leading projects and mentoring junior engineers while driving innovation.

    • Progressing to a senior system engineer role, overseeing complex projects.

    • Leading a team of engineers, fostering collaboration and innovation.

    • Contributing to strategic planning and decision-making processes.

    • Staying updated with emerging technologies to implement best practices.

    • Mentoring...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I was going to face my first interview in my Engineering life it was been a small tension in facing such a big MNC. Since I was been advised by my faculty to face the interview bravely, it was a bit shy to make this interview successful.

After I was entering my interviewer he asked me to take some water and cool down. I got some confidence and I decided to crack the interview at any cost, He started with asking about my family details, educational background, Languages I was known with.

At the end of the interview, he advised me to be more confident in every situation I am going to face. At that time I was bit encouraged by his words and I answered confidently that I will be a smart part of the company which has given me a wonderful opportunity to kick start my career.

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

Round 1 - Aptitude Test 

Aptitude test level medium to high consisting 5 sections each section have to be qualify.
1.Math ability
2.Reasoning
3.English
4.Psuedocodes
5.Puzzles
After clearing test there is technical plus hr interview combined.

Round 2 - Technical 

(2 Questions)

  • Q1. General hr questions and basic programming questions
  • Q2. Questions on Final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare english section well. Best Luck!

HCL Infosystems HR Interview Questions

26 questions and answers

Q. Can you please introduce yourself?
Q. What are your dreams for the company?
Q. What do you do when a project fails at the last minute?

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

Round 1 - Aptitude Test 

The test consist verbal, logical and quantitative sections and you need to score 50% more in all three.

Round 2 - Technical 

(1 Question)

  • Q1. They ask you everything written on your resume and some basics of DBMS, data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, be yourself, and be honest while answering
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Better don’t join as a fresher. No career growth

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

Interview Questionnaire 

1 Question

  • Q1. OOPs concept and sum of digits code
  • Ans. 

    OOPs concept is a programming paradigm based on objects and classes. Sum of digits code is a program that calculates the sum of digits of a given number.

    • OOPs concept involves encapsulation, inheritance, and polymorphism

    • Sum of digits code can be implemented using loops and modulo operator

    • Example: For input 123, the sum of digits is 6 (1+2+3)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy. Just learn basic OOPs concept and simple programming.
Don't do anything extra-ordinary, might turn the recruiter

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?
  • Ans. 

    I plan to pursue a Master's in Computer Science to deepen my knowledge and specialize in AI and machine learning.

    • I aim to enroll in a Master's program focusing on Artificial Intelligence.

    • I want to participate in research projects to contribute to advancements in machine learning.

    • I plan to attend workshops and conferences to network with industry professionals.

    • I am considering online courses to supplement my learning in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

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. Few mechanical questio...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

HCL Infosystems System Engineer Salary
based on 17 salaries
₹1.9 L/yr - ₹5.5 L/yr
45% 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.4

Work satisfaction

Explore 16 Reviews and Ratings
Senior Software Engineer
293 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Senior Analyst
217 salaries
unlock blur

₹3.1 L/yr - ₹7.4 L/yr

Software Engineer
213 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Technical Lead
197 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Lead Engineer
191 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Explore more salaries
Compare HCL Infosystems with

HCLTech

3.4
Compare

TCS

3.5
Compare

Wipro

3.7
Compare

Infosys

3.5
Compare
write
Share an Interview