i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow writing concise and functional code.
Functional interfaces provide a way to define and use lambda expressions.
Streams enable processing collections of data in a functional and parallel way.
Default methods allow adding new methods to existing interfaces without breaking compati...
A functional interface is a single abstract method interface. It can be referred to using a lambda expression.
Functional interfaces have only one abstract method
Lambda expressions can be used to implement functional interfaces
Lambda expressions provide a concise way to write anonymous functions
Functional interfaces can be used as method parameters or return types
HashMap is a data structure in Java that stores key-value pairs. It is mutable while iterating through it.
HashMap is part of the Java Collections Framework.
It allows null values and at most one null key.
It provides constant-time performance for basic operations like get and put.
While iterating through a HashMap, it is mutable and can throw ConcurrentModificationException if modified.
To avoid this, use an Iterator or Co
The transient keyword in Java is used to indicate that a variable should not be serialized.
Variables marked as transient are not included in the serialization process
Transient variables are not saved when an object is serialized and are set to their default values when the object is deserialized
Useful for excluding sensitive or unnecessary data from being serialized
Merge and sort two arrays
Use the merge sort algorithm to merge and sort the arrays
Convert the arrays to a list of strings before merging and sorting
Handle null or empty arrays as special cases
Find duplicate element in array using Java 8 features.
Convert array to stream using Arrays.stream()
Use Collectors.groupingBy() to group elements by their occurrence
Filter the grouped elements to find duplicates
Various annotations used in SpringBoot
1. @SpringBootApplication: Marks the main class of a Spring Boot application
2. @RestController: Marks a class as a RESTful controller
3. @RequestMapping: Maps HTTP requests to handler methods
4. @Autowired: Injects dependencies automatically
5. @Component: Marks a class as a Spring component
6. @Service: Marks a class as a service component
7. @Repository: Marks a class as a repository ...
The different bean scopes in Spring are singleton, prototype, request, session, and application.
Singleton scope creates a single instance of a bean per Spring IoC container.
Prototype scope creates a new instance of a bean every time it is requested.
Request scope creates a new instance of a bean for each HTTP request.
Session scope creates a new instance of a bean for each HTTP session.
Application scope creates a single
To find the third highest salary in SQL, you can use the 'ORDER BY' clause and 'LIMIT' keyword.
Write a SQL query to select distinct salaries from the table
Order the salaries in descending order using the 'ORDER BY' clause
Use the 'LIMIT' keyword to limit the result to the third row
Retrieve the third highest salary from the result
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Just asked about framework
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
Infosys interview questions for designations
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap uses the hashCode() method of keys to calc...
Get interview-ready with Top Infosys Interview Questions
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Seeking new challenges and growth opportunities in a dynamic environment.
Looking for opportunities to expand my skill set and knowledge
Seeking a more challenging role to further develop my expertise
Interested in working with new technologies and projects
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
JRE stands for Java Runtime Environment, it is a software package that provides the necessary tools to run Java applications.
JRE includes Java Virtual Machine (JVM), class libraries, and other necessary files to run Java applications.
It does not contain development tools like compiler or debugger, which are included in JDK (Java Development Kit).
JRE is required to run Java applications on a computer, as it provides the...
JDK stands for Java Development Kit, it is a software development kit used for developing Java applications.
JDK includes tools for developing, debugging, and monitoring Java applications.
It contains JRE (Java Runtime Environment) which is necessary for running Java programs.
JDK also includes a compiler, debugger, and other tools needed for Java development.
Examples of JDK versions include JDK 8, JDK 11, and JDK 15.
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
Class loader in Java is responsible for loading classes into memory at runtime. It follows a delegation hierarchy to find and load classes.
Class loader loads classes into memory dynamically at runtime
It follows a delegation hierarchy to find and load classes
Types of operators in Java include arithmetic, bitwise, logical, assignment, etc.
Hashtable is synchronized and does not allow null keys or values, while HashMap is not synchronized and allows null keys and values.
Hashtable is synchronized, while HashMap is not.
Hashtable does not allow null keys or values, while HashMap allows them.
Hashtable is thread-safe, while HashMap is not.
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 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