i
Infosys
Filter interviews by
I applied via Naukri.com
Hard - aptitude, reasoning, english
I applied via Campus Placement
Logical reasoning, DI, English
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
Maths, logical and analytical quizes
Infosys interview questions for designations
I applied via Company Website and was interviewed in Jun 2022. There were 3 interview rounds.
If you have good reasoning aptitude English one thing you can do is to watch pseudocode videos and understand the pattern.
Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a subclass method with the same name and parameters as a superclass method.
Method overloading is used to provide different ways to call the same method with different parameters.
Method overriding is used to provide a specific implementation of a method in a subclass that is already defined in the super...
OOPs concepts are the fundamental principles of object-oriented programming.
Encapsulation - binding data and functions together
Inheritance - reusing code from existing classes
Polymorphism - ability of objects to take on multiple forms
Abstraction - hiding implementation details from users
Example: A car class can inherit properties from a vehicle class
Example: Polymorphism can be seen in a shape class with different chil
Get interview-ready with Top Infosys Interview Questions
I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.
Normal quant and reasoning
I applied via Job Fair and was interviewed in Mar 2022. There were 2 interview rounds.
JDK stands for Java Development Kit, which is a software development kit used for developing Java applications.
JDK includes JRE (Java Runtime Environment) and development tools such as compiler, debugger, etc.
It is necessary for compiling, debugging, and running Java programs.
Examples of JDK versions include JDK 8, JDK 11, and JDK 15.
Strings in Java are sequences of characters, represented by the String class.
Strings are immutable in Java, meaning their values cannot be changed once they are created.
Strings can be created using double quotes, such as "Hello World", or by using the String class constructor.
String concatenation can be done using the '+' operator, for example: String fullName = firstName + lastName;
Arrays in Java are used to store multiple values of the same data type in a single variable.
Arrays are declared with a specific data type and size.
Elements in an array are accessed using their index, starting from 0.
Example: String[] names = new String[5];
I applied via Referral and was interviewed before Sep 2022. There were 2 interview rounds.
I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.
Reasoning Question, and some coding based MCQ question
Oops and Basic coding question
I applied via Company Website and was interviewed before Sep 2022. There were 5 interview rounds.
Normal CAT exam syllabus but easier questions.
Basic coding questions. 2 simple programs
An SQL script is a set of instructions used to perform a specific task in a database.
Start with a keyword like SELECT, INSERT, UPDATE, DELETE
Specify the table(s) you want to query or modify
Use conditions with WHERE clause to filter data
Include functions like COUNT, SUM, AVG for calculations
End with a semicolon to terminate the script
Implementing a linked list in code
Define a Node class with data and next pointer
Implement methods to add, remove, and search for nodes in the linked list
Handle edge cases like empty list or adding/removing from the beginning or end
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide the array into two halves and compare the target value with the middle element
If the target value is less than the middle element, search the left half. If greater, search the right half
Repeat the process until the target value is found or the subarray is empty
What people are saying about Infosys
The duration of Infosys Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 10 interviews
3 Interview rounds
based on 1.1k reviews
Rating in categories
Technology Analyst
55.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
System Engineer
39.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
30.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate Consultant
28k
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Cognizant
Accenture