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

Clear (1)

Infosys System Software Engineer Interview Questions, Process, and Tips

Updated 2 Oct 2022

Top Infosys System Software Engineer Interview Questions and Answers

  • Q1. In between the single player games and group games what will you prefer
  • Q2. What is memory loss or when we will use static keyword
  • Q3. Tell me about AWS? What is Pointer? What is Constructor & its types? Tell me about polymorphism and abstraction or OOPs Concept?
View all 13 questions

Infosys System Software Engineer Interview Experiences

6 interviews found

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the subclass.

    • A subclass can only extend one abstract class but can implement multiple interfaces.

    • Example: Animal is an abstract class with abstract method 'makeSound'. Dog and Cat are subclasses that impleme

  • Answered by AI
  • Q2. Difference in abstract and interface
  • Ans. 

    Abstract is a class while interface is a contract. Abstract can have implementation while interface cannot.

    • Abstract class can have constructors while interface cannot

    • Abstract class can have non-abstract methods while interface cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your Location Preference?
  • Q2. Would you like to work Offline after pandemic is over

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple oops concepts and sql concepts
Classes,inheritance, abstract class,delete and truncate difference,views,primary key,joins

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

15 Questions

  • Q1. Introduce yourself with yours goals for 10 years
  • Q2. Tell about your project,what are the conflicts faced,Have you taken the advise of the project head in the reviews and implemented them.
  • Q3. What is difference between dbms and rdbms
  • Ans. 

    DBMS is a software to manage databases while RDBMS is a type of DBMS that uses a relational model.

    • DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.

    • DBMS can manage any type of database while RDBMS uses a relational model to manage data.

    • RDBMS enforces ACID properties (Atomicity, Consistency, Isolation, Durability) while DBMS may not.

    • Examples of DBMS include MongoDB, ...

  • Answered by AI
  • Q4. What is cloud computing
  • Ans. 

    Cloud computing is the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI
  • Q5. You are interested in sports then why did not you take that as your career
  • Q6. In between the single player games and group games what will you prefer
  • Ans. 

    I enjoy both single player and group games, depending on my mood and the type of game.

    • I prefer single player games when I want to relax and enjoy a story-driven experience.

    • I enjoy group games when I want to socialize and collaborate with others.

    • Some examples of single player games I enjoy are The Witcher 3 and Skyrim.

    • Some examples of group games I enjoy are Overwatch and League of Legends.

  • Answered by AI
  • Q7. Why do you preferred software when your hardware branch.
  • Q8. Bubble sort algorithm
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort has a time complexity of O(n^2)

    • It is not efficient for large datasets

    • It is easy to implement and understand

    • Example: [5, 3, 8, 4, 2] -> [2, 3, 4, 5, 8]

  • Answered by AI
  • Q9. How we embed the javascript in css
  • Ans. 

    JavaScript cannot be embedded directly in CSS, but can be used in conjunction with CSS to manipulate styles dynamically.

    • JavaScript can be used to dynamically change CSS properties of elements on a webpage

    • This can be achieved by selecting the element using JavaScript and then modifying its style properties

    • For example, you can change the background color of an element when a button is clicked using JavaScript

  • Answered by AI
  • Q10. What is memory loss or when we will use static keyword
  • Ans. 

    Static keyword is used to preserve the value of a variable between function calls.

    • Static variables are initialized only once and retain their value between function calls.

    • They are useful in situations where we need to maintain state across function calls.

    • Static keyword can also be used to limit the scope of a variable to a single file.

    • Memory loss refers to the inability to remember things, it is not related to the stat...

  • Answered by AI
  • Q11. What is pointer where does we use it
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. It is used to manipulate data indirectly.

    • Pointers are used to dynamically allocate memory

    • Pointers are used to pass arguments by reference

    • Pointers are used to create data structures like linked lists and trees

  • Answered by AI
  • Q12. What is adhoc network
  • Ans. 

    Adhoc network is a decentralized wireless network formed by devices communicating directly with each other.

    • No central access point

    • Devices communicate directly with each other

    • Can be formed temporarily

    • Used in emergency situations or in areas with no existing network infrastructure

  • Answered by AI
  • Q13. Difference between 3g and 4g.what is g in 3g
  • Ans. 

    3G and 4G are mobile network technologies. G stands for generation.

    • 3G provides faster data transfer rates than 2G, while 4G provides even faster rates than 3G.

    • 4G also supports advanced features like VoLTE and carrier aggregation.

    • G stands for generation and refers to the evolution of mobile network technology.

    • 5G is the latest generation of mobile network technology, offering even faster speeds and lower latency.

  • Answered by AI
  • Q14. What is fav subject .briefly tell about it
  • Q15. Do you have any questions about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Just tell the answer if you know and if not tell I don't know sir

Skills evaluated in this interview

System Software Engineer Interview Questions Asked at Other Companies

asked in Sasken
Q1. Reverse a string in following format If the string is Have a good ... read more
asked in Infosys
Q2. In between the single player games and group games what will you ... read more
Q3. How will you select a particular hardware / vendor for a system
Q4. Introduced yourself, what is Selenium, what is webdriver, what Ag ... read more
asked in Infosys
Q5. What is memory loss or when we will use static keyword

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Assessments 

(1 Question)

  • Q1. Tell me about AWS? What is Pointer? What is Constructor & its types? Tell me about polymorphism and abstraction or OOPs Concept?
  • Ans. 

    Answering questions related to AWS, pointers, constructors, polymorphism, and abstraction in OOPs.

    • AWS is a cloud computing platform that provides various services like storage, computing, and databases.

    • Pointer is a variable that stores the memory address of another variable.

    • Constructor is a special method that is used to initialize objects in a class.

    • There are two types of constructors: default constructor and paramete...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Quantitative Aptitude, Reasoning, Technical Program & HAckerrank Coding & English Grammer.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Tell me about application of software in electrical engineering
  • Ans. 

    Software is used in electrical engineering for designing, simulation, and control of electrical systems.

    • Software is used for designing and simulating electrical circuits and systems

    • Control systems for power generation and distribution are implemented using software

    • Software is used for data analysis and visualization in electrical engineering

    • Examples include SPICE for circuit simulation, MATLAB for control systems, and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for your projects mentioned on cv

Infosys interview questions for designations

 System Engineer

 (1.1k)

 System Engineer Hardware

 (100)

 Assistant System Engineer

 (16)

 Junior System Engineer

 (3)

 Network & System Engineer

 (1)

 System Engineer Analyst

 (1)

 System Test Engineer

 (1)

 Software Engineer

 (307)

I applied via Recruitment Consultant and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1) Tell me about the project you did 2) How to change the theme using SASS 3) Would you show me the code for react

Interview Preparation Tips

Interview preparation tips for other job seekers - Client is based on Dubai, Interviewer is making question based on react, as the profile is for react, Kindly demonstrate the code you have done and prepare for SASS, Webpack. Be to the point so that you can save his time.

Get interview-ready with Top Infosys Interview Questions

I applied via Campus Placement and was interviewed before Oct 2021. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Focus on basis aptitude questions and english

Round 3 - Coding Test 

C C++ Java and DBMS basic are must

Round 4 - HR 

(2 Questions)

  • Q1. Why you want to join Infosys
  • Q2. How are you good fit for company

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your interview and other process.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

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

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

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

Interview Questionnaire 

1 Question

  • Q1. SQL, Algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Have you basics cleared in basic DSAlgo

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Collection, OOPS, Seralization
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS, Collection, threading, SQL
Round 3 - HR 

(1 Question)

  • Q1. Nothing specific, Salary Negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and process was quick
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys System Software Engineer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are HR, Technical and Resume Shortlist.
What are the top questions asked in Infosys System Software Engineer interview?

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

  1. In between the single player games and group games what will you pre...read more
  2. What is memory loss or when we will use static keyw...read more
  3. Tell me about AWS? What is Pointer? What is Constructor & its types? Tell me ab...read more

Recently Viewed

INTERVIEWS

Coromandel International

No Interviews

INTERVIEWS

Fuji Electric

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

N.C. Raj & Associates

No Interviews

INTERVIEWS

Hindustan Zinc

No Interviews

SALARIES

Digimetrix Technologies

LIST OF COMPANIES

Discover companies

Find best workplace

DESIGNATION

INTERVIEWS

Eviden

No Interviews

INTERVIEWS

TechnipFMC

No Interviews

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys System Software Engineer Salary
based on 242 salaries
₹3.2 L/yr - ₹6 L/yr
48% less than the average System Software Engineer Salary in India
View more details

Infosys System Software Engineer Reviews and Ratings

based on 30 reviews

3.3/5

Rating in categories

3.7

Skill development

3.3

Work-life balance

2.3

Salary

4.0

Job security

3.3

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 30 Reviews and Ratings
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent