i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
String is immutable while StringBuffer is mutable. throw is used to explicitly throw an exception, throws is used in method signature to declare exceptions that can be thrown.
String is immutable, meaning its value cannot be changed once it is created. StringBuffer is mutable, meaning its value can be changed.
StringBuffer is synchronized, making it thread-safe. String is not synchronized.
throw keyword is used to explici...
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, fields, and methods, while interfaces cannot have any implementation.
A class can only extend one abstract class, but it can implement multiple interfaces.
Abstract classes are used to define a common behavior among subclasses, while interfaces are used to define a cont...
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Question about current project and questions from technologies mentioned in CV.
Infosys interview questions for designations
Spring Boot simplifies the development of Java applications by providing a set of tools and conventions.
1. Rapid development: Spring Boot reduces the amount of boilerplate code needed, allowing developers to quickly build and deploy applications.
2. Opinionated defaults: Spring Boot provides sensible defaults for configuration, reducing the need for manual setup.
3. Embedded servers: Spring Boot includes embedded servers...
Get interview-ready with Top Infosys Interview Questions
OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementatio...
Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering in Java.
Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be compared.
Comparator interface is used to define custom ordering of objects. It is implemented by a separate class that compares objects of another class.
Example: Comparable in...
Java 8 features include lambda expressions, functional interfaces, streams, default methods, and more.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces are interfaces with a single abstract method, used for lambda expressions.
Streams provide a way to work with sequences of elements and perform operations on them.
Default methods allow interfaces to have method implementa...
Filter specific location from a list using Java 8
Hashmap is a key-value pair data structure in Java used for fast retrieval of data.
Hashmap stores data in key-value pairs
It uses hashing to store and retrieve data efficiently
Allows null keys and values
Example: HashMap<String, Integer> map = new HashMap<>()
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Use stream to get 2nd highest salary in Java
Sort the salaries in descending order using stream
Skip the first salary to get the second highest salary
Some of the top questions asked at the Infosys Java Developer interview -
The duration of Infosys Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 116 interviews
4 Interview rounds
based on 123 reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11.1 L/yr |
Senior Systems Engineer
51.2k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.7k
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹20 L/yr |
Senior Associate Consultant
28.8k
salaries
| ₹6.2 L/yr - ₹16.9 L/yr |
TCS
Wipro
Cognizant
Accenture