Filter interviews by
I applied via Campus Placement
3 sections
1) MCQs on Coding
2) DSA questions and
3) Queries regarding Sql mostly connecting 2 to 3 tables
Top trending discussions
I applied via Approached by Company
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
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 ke...
JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces enable the use of lambda expressions.
Streams provide a way to work with sequences of elements efficiently.
Default methods allow interfaces to have concrete methods.
Date and Time API improvements.
posted on 24 Aug 2022
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
Live coding on my technology
Objective technical question was given.
I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to pass functionality as an argument to a method.
Functional interfaces have a single abstract method and can be used with lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Default methods allow interfaces to have methods with implementat...
Oops concepts in java refer to Object-Oriented Programming principles like 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 of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
I applied via Naukri.com and was interviewed in Apr 2022. There were 5 interview rounds.
Java 8 introduced streams which are more efficient than collections in certain cases.
Streams are useful for processing large amounts of data in parallel
Collections are better for small amounts of data or when modifying data
Java 8's stream API provides a functional programming approach to data processing
Java 7's collections API is more traditional and imperative
Example: Using streams to filter and map data from a databa...
Add one to a given String of number
Convert the string to integer, add one, and convert back to string
Handle edge cases like leading zeros
Consider using built-in functions like parseInt() and toString()
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Senior Engineer
14
salaries
| ₹7.5 L/yr - ₹21 L/yr |
Senior Software Engineer
10
salaries
| ₹10 L/yr - ₹21.5 L/yr |
Technical Specialist
10
salaries
| ₹15.5 L/yr - ₹26 L/yr |
Software Engineer
7
salaries
| ₹5.1 L/yr - ₹8.5 L/yr |
Senior Technical Lead
4
salaries
| ₹17.5 L/yr - ₹45 L/yr |
TCS
Infosys
Wipro
HCLTech