Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Top trending discussions
posted on 8 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
psvm in Java stands for public static void main, which is the entry point for a Java program.
psvm is the method signature for the main method in Java programs.
It is used to start the execution of a Java program.
It must be declared as public, static, and void.
It takes an array of strings as an argument, which can be used to pass command line arguments.
A collection is a group of related objects or data items that are stored together.
Collections can be implemented using data structures like arrays, lists, sets, maps, etc.
Collections allow for easy manipulation and organization of data.
Examples of collections include arrays of integers, lists of strings, sets of unique values, and maps of key-value pairs.
Simple competitive questions
posted on 18 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
ArrayList is a resizable array implementation while LinkedList is a doubly linked list implementation.
ArrayList uses dynamic arrays to store elements, allowing fast random access but slower insertion and deletion.
LinkedList uses nodes with pointers to the next and previous elements, allowing fast insertion and deletion but slower random access.
Example: ArrayList - List
The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an instance of the class.
Static classes cannot be instantiated and are used for grouping related methods and variables.
Example: public static int count = 0; // static
posted on 22 Feb 2024
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 6 interview rounds.
posted on 30 Nov 2024
posted on 17 Jul 2024
Threads are lightweight processes within a program, Collection framework provides data structures, code to remove duplicates involves using sets, code on linkedlists involves traversal and manipulation.
Threads are independent paths of execution within a program.
Collection framework provides interfaces and classes for storing and manipulating groups of objects.
To remove duplicates from a list, we can use a Set data stru...
based on 2 reviews
Rating in categories
Software Engineer
380
salaries
| ₹6.5 L/yr - ₹23.5 L/yr |
Senior Software Engineer
248
salaries
| ₹9.5 L/yr - ₹36 L/yr |
Software Developer
188
salaries
| ₹5.3 L/yr - ₹19.5 L/yr |
Software Engineer2
158
salaries
| ₹9.8 L/yr - ₹21 L/yr |
Software Engineer II
146
salaries
| ₹9.2 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech