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

Compare button icon Compare button icon Compare

Filter interviews by

Infosys System Engineer Hardware Interview Questions, Process, and Tips for Experienced

Updated 4 Mar 2025

Top Infosys System Engineer Hardware Interview Questions and Answers for Experienced

  • Q1. Difference between string object and string literal and string buffer.. given array of strings and need to sort them and then array -(8, 6, 9,5,7,7) target -14 need to fi ...read more
  • Q2. Why world needs programming? Which Lang you prefer? What is oops? Pillars of opps? What is datatype? What is operating system!
  • Q3. Tell about collection api and array list internal implementation and write syntax for hashmap ..
View all 14 questions

Infosys System Engineer Hardware Interview Experiences for Experienced

27 interviews found

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

System Engineer Hardware Interview Questions Asked at Other Companies for Experienced

asked in Infosys
Q1. Difference between string object and string literal and string bu ... read more
asked in TCS
Q2. 1. Roles and Responsibilities 2. Work experiences and technical s ... read more
asked in Infosys
Q3. Why world needs programming? Which Lang you prefer? What is oops? ... read more
asked in Infosys
Q4. Tell about collection api and array list internal implementation ... read more
asked in Infosys
Q5. Do you know any ticketing tool?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement Binary search
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index as (low + high) / 2.

    • Compare the target value with the value at the mid index and adjust the low and high indices accordingly.

    • Repeat the process until the target value is found or the low index surpasses the high index.

  • Answered by AI

Skills evaluated in this interview

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 Dec 2022. There were 3 interview rounds.

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

(5 Questions)

  • Q1. Basics things about AI and ML
  • Q2. Some Excel shortcuts
  • Q3. About SDLC? Explain it
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and maintain software.

    • SDLC is a structured approach to software development.

    • It involves several stages such as planning, analysis, design, implementation, testing, and maintenance.

    • Each stage has its own set of activities and deliverables.

    • SDLC ensures that software is developed efficiently, on time, and within budget.

    • Examples of SDLC mod

  • Answered by AI
  • Q4. JAVA basics? About buzzword
  • Q5. C basics? About pointers
Round 3 - HR 

(3 Questions)

  • Q1. What is Your weakness?
  • Q2. Why to choose INFOSYS
  • Q3. About Infosys? It's CEO and founder

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Hardware interview:
  • Current in IT
Interview preparation tips for other job seekers - Have good aptitude and better communication skills

Skills evaluated in this interview

Infosys interview questions for designations

 System Engineer

 (1.1k)

 Hardware Engineer

 (1)

 Assistant System Engineer

 (16)

 System Software Engineer

 (6)

 Junior System Engineer

 (3)

 Network & System Engineer

 (1)

 System Test Engineer

 (1)

 System Engineer Analyst

 (1)

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

I applied via Campus Placement

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 - Coding Test 

Basic alogrithm based questions (hackerrank)

Round 3 - Technical 

(1 Question)

  • Q1. One coding question and project based questions

Get interview-ready with Top Infosys Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs concepts details
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good command programming fundamentals and basic programming questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test consisted of basic questions. It is easy if you have joined any CRT classes. The next round was interview they just ask you about the project completed in your Internship, if you haven't done any internship you can tell about last year final semester project in detail.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Can you tell about your internship project, what was your exact contribution in the group project
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 - One-on-one 

(2 Questions)

  • Q1. They ask you about education. What do you do during free time
  • Q2. Tell me why should we hire you
Round 3 - Aptitude Test 

Time and work questions . Problem solving questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Polish aptitude skills. Improve communication skills

I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Introduce yourself
  • Q2. Few questions on major project
  • Q3. Basic questions from C like what is a pointer
  • Q4. What is an array
  • Ans. 

    An array is a collection of elements of the same data type, stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized with values at the time of declaration

    • Examples: int[] numbers = {1, 2, 3}; char[] letters = {'a', 'b', 'c'};

    • Arrays in programming languages like C/C++ are pointers to the first element of the ar

  • Answered by AI
  • Q5. What is a signal .Draw the graph of sin wave
  • Ans. 

    A signal is a physical quantity that varies with time, conveying information. A sine wave is a periodic signal.

    • A signal can be electrical, acoustic, or optical.

    • Signals can be analog or digital.

    • Examples of signals include sound waves, radio waves, and voltage signals.

    • A sine wave is a smooth, repetitive oscillation that can be described mathematically.

    • It is characterized by its amplitude, frequency, and phase.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't achieve much to share an advice but as an experienced candidate of few interviews ,I can give few pointers to be noted while preparing and attending for an interview
1. The position you have applied for can help you assess the questions in most of the times .
For example
- In my case I applied for a systems Engineer position which requires a basic knowledge of programming and good communication skills .
- In case If you have applied for a DSA of power programmer interviewer would definitely test your deeper understanding in programming and any other new Technologies
2. Be Prepared for an interview before the exam itself . We can expect few HR questions even before entering the interview panel room . So donot ignore such sure shot questions like
- self intro
- are you willing to relocate ( obviously Yes in many cases)
- shift related
- where do you see yourself after 5/10years
- strengths and weakness
- how are you handling your weakness

3. Never answer more than what's required .Be precise and crisp
If you don't know the ans just let the interviewer know that you are unaware of the topic and share well-known topics of yours

Skills evaluated in this interview

System Engineer Hardware Interview Questions & Answers

user image swaroop panchumarti

posted on 18 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I appeared for an interview before Mar 2023.

Round 1 - Aptitude Test 

Typical aptitude test

Round 2 - Technical 

(3 Questions)

  • Q1. How Quick sort works
  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by selecting a pivot element and partitioning the array around the pivot.

    • Select a pivot element from the array

    • Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot

    • Recursively apply the same process to the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
  • Q2. How Merge sort works
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q3. Writecodefor binary search
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index as (low + high) / 2.

    • Compare the target value with the value at the mid index and adjust the low and high indices accordingly.

    • Repeat the process until the target value is found or the low index surpasses the high index.

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys System Engineer Hardware interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Infosys System Engineer Hardware interview for experienced candidates?
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 for experienced candidates?

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

  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. Tell about collection api and array list internal implementation and write synt...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.

Infosys System Engineer Hardware Interview Process for Experienced

based on 14 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys System Engineer Hardware Salary
based on 8.6k salaries
₹2.9 L/yr - ₹5.5 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 685 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 685 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.3k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Technical Lead
34.2k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Associate Consultant
28.9k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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