Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys System Engineer Hardware Interview Questions and Answers

Updated 20 Apr 2025

55 Interview questions

A System Engineer Hardware was asked 7mo ago
Q. What are pointers?
Ans. 

Pointers are variables that store memory addresses, allowing indirect access to data in programming languages like C and C++.

  • Pointers can point to any data type, e.g., int*, char*, float*.

  • They enable dynamic memory allocation using functions like malloc() in C.

  • Pointers can be used to create linked data structures like linked lists.

  • Example: int a = 10; int* p = &a; // p now holds the address of a.

A System Engineer Hardware was asked 7mo ago
Q. What do you know about AI-ML?
Ans. 

AI-ML refers to artificial intelligence and machine learning, enabling systems to learn from data and improve over time.

  • AI (Artificial Intelligence) simulates human intelligence in machines, while ML (Machine Learning) is a subset of AI focused on data-driven learning.

  • Examples of AI include virtual assistants like Siri and Alexa, which use natural language processing to understand user commands.

  • Machine Learning al...

System Engineer Hardware Interview Questions Asked at Other Companies

asked in Infosys
Q1. In the word SERVANT, how many pairs of letters have the same numb ... read more
asked in TCS
Q2. What is the difference between a list and a tuple in Python?
asked in Infosys
Q3. Difference between string object and string literal and string bu ... read more
asked in TCS
Q4. 1. Roles and Responsibilities 2. Work experiences and technical s ... read more
asked in TCS
Q5. Can a continue statement be used outside of a loop?
A System Engineer Hardware was asked 7mo ago
Q. What projects have you worked on?
Ans. 

I have worked on various projects, focusing on system integration, automation, and performance optimization across multiple industries.

  • Led a team to integrate a new cloud-based system for a financial services company, improving data accessibility by 30%.

  • Developed an automated monitoring system for a manufacturing plant, reducing downtime by 25% through predictive maintenance.

  • Collaborated with cross-functional team...

A System Engineer Hardware was asked 8mo ago
Q. Explain different sorting algorithms and their time complexities.
Ans. 

Explanation of various sorting algorithms and their time complexities

  • Bubble Sort - O(n^2)

  • Selection Sort - O(n^2)

  • Insertion Sort - O(n^2)

  • Merge Sort - O(n log n)

  • Quick Sort - O(n log n)

  • Heap Sort - O(n log n)

  • Radix Sort - O(nk)

A System Engineer Hardware was asked 9mo ago
Q. Explain the event loop in JavaScript.
Ans. 

Event loop in JavaScript is a mechanism that allows for asynchronous operations to be executed in a non-blocking way.

  • Event loop is responsible for handling asynchronous operations in JavaScript.

  • It allows for tasks to be queued and executed in a non-blocking manner.

  • Event loop continuously checks the call stack and the task queue, moving tasks from the queue to the stack when the stack is empty.

  • Example: setTimeout f...

A System Engineer Hardware was asked 9mo ago
Q. What are PSVM and SYSO?
Ans. 

PSVM stands for Parallel Support Vector Machine and SYSO stands for System Output.

  • PSVM is a machine learning algorithm used for classification tasks.

  • SYSO refers to the output generated by a system or program.

  • PSVM can be implemented using libraries like LIBSVM.

  • SYSO can include text, images, or numerical data.

A System Engineer Hardware was asked 9mo ago
Q. Explain scenario outline.
Ans. 

Scenario Outline is a feature in Cucumber that allows for running the same test scenario with different inputs

  • Scenario Outline is used in Cucumber to create a template for a scenario that can be run multiple times with different inputs

  • It uses placeholders (e.g. ) in the scenario steps that are replaced with actual values from a data table

  • Each row in the data table represents a set of inputs that will be used to ru...

Are these interview questions helpful?
A System Engineer Hardware was asked 10mo ago
Q. How would you display the top 5 rows from a table?
Ans. 

Use SQL query with LIMIT clause to display top 5 rows from a table.

  • Use SELECT statement to retrieve data from the table

  • Add LIMIT 5 at the end of the query to display only the top 5 rows

A System Engineer Hardware was asked 10mo ago
Q. What is abstraction in Java?
Ans. 

Abstraction in Java is the concept of hiding the implementation details and showing only the necessary features of an object.

  • Abstraction allows you to define the structure of an object without specifying the implementation details.

  • It helps in reducing complexity by hiding unnecessary details and only showing the essential parts.

  • Abstract classes and interfaces are used to achieve abstraction in Java.

  • Example: Abstra...

A System Engineer Hardware was asked 10mo ago
Q. What are the different types of CSS styling?
Ans. 

Different types of CSS styling include inline, internal, external, and imported stylesheets.

  • Inline CSS is applied directly to an HTML element using the style attribute.

  • Internal CSS is defined within the head section of an HTML document using the style tag.

  • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Imported stylesheets allow for modular CSS by importing one styleshe...

Infosys System Engineer Hardware Interview Experiences

102 interviews found

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

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

Round 1 - Aptitude Test 

Prepare with all the basic aptitude test. As I went through college placement it was smooth. From this 3/4 of the peoples are selected.

Round 2 - Technical 

(2 Questions)

  • Q1. It is both Technical and HR
  • Q2. They asked whatever is mentioned the resume in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some strong Projects. Apply for mass recruitment as it has the high chance of selection.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

100 mins test covered almost all the areas can get the syllabus to practice from yputube

Round 2 - Technical 

(1 Question)

  • Q1. Basics oops DSA Java SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Speed, Distance, time

Round 2 - Technical 

(2 Questions)

  • Q1. How will you display top 5 rows from a table?
  • Ans. 

    Use SQL query with LIMIT clause to display top 5 rows from a table.

    • Use SELECT statement to retrieve data from the table

    • Add LIMIT 5 at the end of the query to display only the top 5 rows

  • Answered by AI
  • Q2. What is abstraction in java?
  • Ans. 

    Abstraction in Java is the concept of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows you to define the structure of an object without specifying the implementation details.

    • It helps in reducing complexity by hiding unnecessary details and only showing the essential parts.

    • Abstract classes and interfaces are used to achieve abstraction in Java.

    • Example: Abstract cl...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

30 minutes, basic quants

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a systems engineer with 5 years of experience in designing and implementing complex IT solutions.

    • Experienced in designing and implementing IT solutions

    • Proficient in various programming languages and operating systems

    • Skilled in troubleshooting and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Why you want to join Infosys.
  • Ans. 

    I want to join Infosys because of its reputation for innovation, global presence, and opportunities for growth.

    • Infosys is known for its cutting-edge technology solutions and innovation in the IT industry

    • I am impressed by Infosys's global presence and diverse client base

    • I believe that joining Infosys will provide me with opportunities for professional growth and development

    • I am excited about the chance to work with tale...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical, aptitude test.

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions on OOPs, Java, or any programming language, not exceeds more than 20-30 minutes
  • Q2. Abstraction, Inheritance, and other OOPs concepts
  • Q3. Tell me about yourself?
  • Q4. Tell me about college project?
  • Q5. Questions from java
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain event loop on Js
  • Ans. 

    Event loop in JavaScript is a mechanism that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows for tasks to be queued and executed in a non-blocking manner.

    • Event loop continuously checks the call stack and the task queue, moving tasks from the queue to the stack when the stack is empty.

    • Example: setTimeout functi...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are your strengths and weakness
  • Ans. 

    Strengths: problem-solving, attention to detail, teamwork. Weakness: public speaking.

    • Strengths: problem-solving - I excel at analyzing complex systems and finding efficient solutions.

    • Strengths: attention to detail - I am meticulous in my work, ensuring accuracy and precision.

    • Strengths: teamwork - I work well with others, collaborating effectively to achieve common goals.

    • Weakness: public speaking - I struggle with speak...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test easily available on the internet

Round 2 - One-on-one 

(1 Question)

  • Q1. Favorite subject
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was not difficult

Round 2 - Group Discussion 

It was little bit hard

Round 3 - Technical 

(2 Questions)

  • Q1. Explain scenario Outline
  • Ans. 

    Scenario Outline is a feature in Cucumber that allows for running the same test scenario with different inputs

    • Scenario Outline is used in Cucumber to create a template for a scenario that can be run multiple times with different inputs

    • It uses placeholders (e.g. ) in the scenario steps that are replaced with actual values from a data table

    • Each row in the data table represents a set of inputs that will be used to run the...

  • Answered by AI
  • Q2. What is PSVM and SYSO?
  • Ans. 

    PSVM stands for Parallel Support Vector Machine and SYSO stands for System Output.

    • PSVM is a machine learning algorithm used for classification tasks.

    • SYSO refers to the output generated by a system or program.

    • PSVM can be implemented using libraries like LIBSVM.

    • SYSO can include text, images, or numerical data.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Quantitative and Logical Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Java Oops Concept

What people are saying about Infosys

View All
yedabhai
1w
works at
Hyperpure
Are we not even safe in our own workplaces?
An Infosys employee was arrested for secretly recording women in the office washroom. Over 30 videos were found on his phone. This isn't just shocking, it's horrifying. Offices are meant to be safe, respectful spaces. 🙎 When will companies truly prioritize safety and surveillance in all corners, not just the visible ones?
FeedCard Image
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys System Engineer Hardware interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Infosys System Engineer Hardware 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 Infosys. The most common topics and skills that interviewers at Infosys expect are SDLC, Software Engineering, Application Development, Test Cases and Java.
What are the top questions asked in Infosys System Engineer Hardware interview?

Some of the top questions asked at the Infosys System Engineer Hardware interview -

  1. Difference between string object and string literal and string buffer.. given a...read more
  2. Why world needs programming? Which Lang you prefer? What is oops? Pillars of o...read more
  3. Describe difference between data hiding and abstracti...read more
What are the most common questions asked in Infosys System Engineer Hardware HR round?

The most common HR questions asked in Infosys System Engineer Hardware interview are -

  1. Tell me about yourse...read more
  2. What are your salary expectatio...read more
How long is the Infosys System Engineer Hardware interview process?

The duration of Infosys System Engineer Hardware interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 59 interview experiences

Difficulty level

Easy 46%
Moderate 51%
Hard 3%

Duration

Less than 2 weeks 47%
2-4 weeks 26%
4-6 weeks 16%
6-8 weeks 5%
More than 8 weeks 5%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys System Engineer Hardware Salary
based on 8.6k salaries
₹2.9 L/yr - ₹5.3 L/yr
31% less than the average System Engineer Hardware Salary in India
View more details

Infosys System Engineer Hardware Reviews and Ratings

based on 706 reviews

3.4/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.4

Salary

3.8

Job security

3.6

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 706 Reviews and Ratings
Systems Engineer

Bangalore / Bengaluru

2-3 Yrs

₹ 3.6-5 LPA

Explore more jobs
Technology Analyst
54.7k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
53.8k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.1k salaries
unlock blur

₹9.4 L/yr - ₹16.4 L/yr

System Engineer
32.5k salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Senior Associate Consultant
31.3k salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview