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

Updated 11 Jan 2025

Top Infosys System Engineer Hardware Interview Questions and Answers

  • Q1. How many such letter-pairs are there in the word SERVANT, having the same no. of letters left between them in the word as they have in the series?
  • Q2. 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
  • Q3. Why world needs programming? Which Lang you prefer? What is oops? Pillars of opps? What is datatype? What is operating system!
View all 50 questions

Infosys System Engineer Hardware Interview Experiences

100 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 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 - Aptitude Test 

Normal Aptitude questions

Round 3 - HR 

(5 Questions)

  • Q1. Normal face to face interview
  • Q2. Tell me about yourself?
  • Ans. 

    I am a systems engineer with experience in designing and implementing complex systems.

    • I have a degree in computer engineering and have worked in the field for 5 years.

    • I am skilled in programming languages such as Java and Python.

    • I have experience in cloud computing and virtualization technologies.

    • I am a problem solver and enjoy finding innovative solutions to complex problems.

  • Answered by AI
  • Q3. Family background!
  • Q4. Previous work details and achievements
  • Ans. 

    I have worked as a Systems Engineer for 5 years and have successfully implemented various projects.

    • Implemented a cloud-based disaster recovery solution for a client, reducing recovery time from days to hours

    • Designed and deployed a high-availability infrastructure for a financial institution, ensuring 99.99% uptime

    • Developed and maintained automation scripts for server provisioning and configuration management

    • Collaborate...

  • Answered by AI
  • Q5. Why do you want to join us
  • Ans. 

    I am excited to join your team because of your reputation for innovative solutions and commitment to excellence.

    • I have been following your company's work for some time and have been impressed by the quality of your products and services.

    • I am particularly interested in the opportunity to work on cutting-edge projects and collaborate with talented professionals.

    • I believe that my skills and experience would be a great fit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and answer normally what you achieved and can achieve
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. About your self and company
  • Q2. Oops, agile concepts
  • Q3. Details About Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Give all answers with confidence and prepare basic things.

System Engineer Hardware Interview Questions Asked at Other Companies

asked in Infosys
Q1. How many such letter-pairs are there in the word SERVANT, having ... read more
asked in TCS
Q2. What is the difference between list and 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 we use a continue statement outside loops?

I applied via campus placement at KCG College of Technology, Chennai and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why do you choose Infosys
  • Q3. Questions from your resume
  • Q4. About you projects and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about company and CEO

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Linux - Basics to Advanced, DBMS, Cloud
  • Q2. Tell me about the day to day activities you do at your organization?
  • Q3. Do you know any ticketing tool?
  • Ans. 

    Yes, I am familiar with ticketing tools.

    • I have experience using JIRA for issue tracking and project management.

    • I have also used ServiceNow for IT service management.

    • Other ticketing tools I am familiar with include Zendesk and Freshdesk.

    • I understand the importance of using ticketing tools to efficiently manage and track issues.

    • I am comfortable using ticketing tools to communicate with team members and stakeholders.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Hardware interview:
  • Linux
  • Redhat Linux
  • MySQL
Interview preparation tips for other job seekers - The Interview will be around 1 to 1.5 hours, relatively easy. Be confident ad they will only ask what is mentioned in the resume

Infosys interview questions for designations

 System Engineer

 (1.1k)

 Hardware Engineer

 (1)

 Assistant System Engineer

 (16)

 System Software Engineer

 (6)

 Junior System Engineer

 (3)

 System Test Engineer

 (1)

 Network & System Engineer

 (1)

 System Engineer Analyst

 (1)

Interview Questionnaire 

1 Question

  • Q1. Basics relating to your domain

Get interview-ready with Top Infosys Interview Questions

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is OOPs
  • Ans. 

    OOPs stands for Object-Oriented Programming which is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that have properties and methods

    • It allows for encapsulation, inheritance, and polymorphism

    • Examples of OOPs languages include Java, C++, and Python

  • Answered by AI
  • Q2. Tell about collection api and array list internal implementation and write syntax for hashmap ..
  • Ans. 

    Explanation of Collection API, ArrayList internal implementation and syntax for HashMap

    • Collection API is a set of interfaces and classes that provide a framework for handling groups of objects

    • ArrayList is a resizable array implementation of List interface in Collection API

    • ArrayList internally uses an array to store the elements and dynamically increases its size as required

    • Syntax for HashMap: HashMap

  • Answered by AI
  • Q3. 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 find the pair of numbers. Spring and ...
  • Ans. 

    Explains difference between string object, string literal and string buffer. Also, sorts array and finds pair of numbers.

    • String object is an instance of a class, string literal is a sequence of characters enclosed in double quotes, and string buffer is a mutable sequence of characters.

    • To sort an array of strings, use Arrays.sort() method.

    • To find a pair of numbers in an array that add up to a target value, use a nested ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relax and concentrate on the one programming language and problem solving skill..

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Simple aptitude questions and logic questions and some English Grammar questions.

Round 2 - Technical 

(1 Question)

  • Q1. Introduction, Questions related to the projects I made during college.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Hardware interview:
  • Any programming language basics
  • Aptitude
Interview preparation tips for other job seekers - Just go through the basics. Simple questions related to the programming language will be there.

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mid level Aptitude.

Round 2 - Coding Test 

Easy level code

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Hardware interview:
  • OOPS
  • DSA
Interview preparation tips for other job seekers - Ready with oops concepts and basic Data structures.

I applied via campus placement at Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative, Logical and English Aptitude test of 1 hour 30 mins.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are OOPs concepts?
  • Q3. Describe difference between data hiding and abstraction.
  • Q4. Asked an aptitude question to perform calculations related to tables and chairs in an office floor.
  • Q5. What are ACID properties in DBMS?

Interview Preparation Tips

Topics to prepare for Infosys System Engineer Hardware interview:
  • Basic Java Computational problem
  • Palindromes
  • Fibonacci
  • factorial
  • Object Oriented Programming
  • DBMS
Interview preparation tips for other job seekers - I had interviewed for Infosys in 2018 as a fresher at college placement drive.
Below were the questions:
1. Tell me about yourself.
2. What are OOPs concepts.
3. Describe abstraction and data hiding.
4. Asked an aptitude question, perform calculation related to tables and chairs in an office floor.
5. Why do you want to join us?

Interview Questionnaire 

1 Question

  • Q1. Question are basically asked on what engineering stream u had an also on the latest technologies which are at boom.We should be aware of the new technologies in demand.

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

based on 57 interviews

5 Interview rounds

  • Aptitude Test Round - 1
  • Technical Round
  • Aptitude Test Round - 2
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys System Engineer Hardware Salary
based on 8.5k salaries
₹3 L/yr - ₹5.4 L/yr
34% less than the average System Engineer Hardware Salary in India
View more details

Infosys System Engineer Hardware Reviews and Ratings

based on 663 reviews

3.4/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.5

Salary

3.9

Job security

3.7

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 663 Reviews and Ratings
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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