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 Associate Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top Infosys System Associate Interview Questions and Answers

  • Q1. What is a Primary Key? What are the features of the C language? What is the use of printf() and scanf() functions
  • Q2. What is the difference between C and C++?
  • Q3. What are object oriented programming concepts?
View all 23 questions

Infosys System Associate Interview Experiences

32 interviews found

System Associate Interview Questions & Answers

user image Pavan Kalyan Munagavalasa

posted on 11 Jul 2024

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

Reasoning and numerical ability

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Tell about your Qualification
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. What are the subtypes of SQL?
  • Ans. 

    The subtypes of SQL include MySQL, PostgreSQL, SQLite, Oracle, SQL Server, and more.

    • MySQL

    • PostgreSQL

    • SQLite

    • Oracle

    • SQL Server

  • Answered by AI
  • Q2. What is pointer? can you explain
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory locations directly.

    • They are often used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - April 29 ,2022 my first interview was happened. he asked me lot of questions technical and some different questions also. I was answered all tech questions. you have to be good in skills then only you can answer if you don't know answer try to explain what you understood from the question .Don't tell no to them

Skills evaluated in this interview

System Associate Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is a Primary Key? What are the features of the C language? W ... read more
asked in Infosys
Q2. What are object oriented programming concepts?
asked in Infosys
Q3. What is the difference between C and C++?
asked in Infosys
Q4. What is DBMS? What is the difference between SQL and MySQL?
asked in Infosys BPM
Q5. Feathers of java, and difference between java and c?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Same as other aptitude test, but not tough though you prepared

Round 2 - Technical 

(1 Question)

  • Q1. Basics things which you mentioned in your resume with coding
Round 3 - HR 

(1 Question)

  • Q1. General HR questions to know well about communication

System Associate Interview Questions & Answers

user image Veeravalli Sowjanya

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's good and easy to solve the problems.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between C and C++?
  • Ans. 

    C is a procedural programming language while C++ is a multi-paradigm programming language with object-oriented features.

    • C is a procedural programming language, while C++ supports both procedural and object-oriented programming.

    • C does not have classes and objects, while C++ supports classes and objects.

    • C does not have features like inheritance and polymorphism, which are supported in C++.

    • C is a subset of C++, meaning th...

  • Answered by AI
  • Q2. What are object oriented programming concepts?
  • Ans. 

    Object oriented programming concepts are principles used in programming to organize code and data around objects.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and methods from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hid...

  • Answered by AI
Round 3 - Other 

(2 Questions)

  • Q1. No, I do not have the round 3
  • Q2. No, I do not have the round 3 also

Interview Preparation Tips

Topics to prepare for Infosys System Associate interview:
  • C
  • Java
Interview preparation tips for other job seekers - Please increase the salary benefits.

Skills evaluated in this interview

Infosys interview questions for designations

 Senior System Associate

 (10)

 System Engineer

 (1.2k)

 System Administrator

 (4)

 System Analyst

 (3)

 System Engineer Hardware

 (101)

 Assistant System Engineer

 (16)

 System Software Engineer

 (6)

 Linux System Administrator

 (3)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Aptitude test consists of Arithmetic, Reasoning and English where you are asked to answer objective type.

Need to prepare Profit and Loss, Averages, Percentages and Compound interests which has good amount of questions can come.

Need to prepare coding, Decoding like number series, alphabet series etc.

*** Seating Arrangement and graph chats.

Must be good at parts of speech and grammatically.

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts, SDLC phases, Data Base concepts and Data Structures.
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself. Why should we hire you. Why do you want to us. Where do you see yourself after five years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident all the during the interview. Make yourself

Get interview-ready with Top Infosys Interview Questions

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There asked some of maths reasoning English questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is javascript.?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to create dynamic and interactive elements on web pages.

    • JavaScript can also be used for server-side development with Node.js.

    • It is a versatile language that can be used for creating web applications, games, and more.

  • Answered by AI
  • Q2. What is node js
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It allows developers to use JavaScript for both client-side and server-side programming.

    • Node.js has a large ecosystem of open-source libraries and frameworks.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They asked some kind of Maths reasoning English questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is a js?
  • Ans. 

    JS stands for JavaScript, a popular programming language used for creating interactive websites and web applications.

    • JS is a high-level, interpreted programming language.

    • It is commonly used for client-side scripting in web development.

    • JS can be used to create dynamic content, animations, and interactive features on websites.

    • Popular JS frameworks include React, Angular, and Vue.

    • Example: document.getElementById('demo').i

  • Answered by AI
  • Q2. What is a nodejs
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications and APIs.

    • It allows for asynchronous programming using callbacks or promises.

    • Node.js has a large ecosystem of libraries and frameworks available, such as Express.js.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Puzzle solving, reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Software development life cycle, about mini and major project
Round 3 - HR 

(1 Question)

  • Q1. Presentation skills
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 Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy mainly the basic maths and logical reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops in c?
  • Ans. 

    Oops in C stands for Object-Oriented Programming concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Oops in C refers to the implementation of object-oriented programming concepts such as classes, objects, inheritance, polymorphism, and encapsulation.

    • It allows for the creation of reusable code through the use of classes and objects.

    • Inheritance enables the creation of new classes based on existi...

  • Answered by AI
  • Q2. Most difficulte situations where u handled.
  • Ans. 

    Handled difficult situations by remaining calm, problem-solving, and communicating effectively.

    • Dealing with a high-pressure deadline and successfully completing the project

    • Resolving conflicts between team members by facilitating open communication

    • Handling a technical issue that required quick thinking and troubleshooting skills

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Asked some maths reasoning english questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java related qns
  • Q2. Database related qns

Infosys Interview FAQs

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

Some of the top questions asked at the Infosys System Associate interview -

  1. What is a Primary Key? What are the features of the C language? What is the use...read more
  2. What is the difference between C and C...read more
  3. What are object oriented programming concep...read more
How long is the Infosys System Associate interview process?

The duration of Infosys System Associate interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Infosys System Associate Interview Process

based on 33 interviews

4 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • 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.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k 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 Associate Salary
based on 2.7k salaries
₹2 L/yr - ₹4.2 L/yr
6% less than the average System Associate Salary in India
View more details

Infosys System Associate Reviews and Ratings

based on 203 reviews

3.9/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

2.9

Salary

3.9

Job security

4.1

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 203 Reviews and Ratings
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.5k salaries
unlock blur

₹2.8 L/yr - ₹8 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

₹6.2 L/yr - ₹16.8 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