Filter interviews by
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Runtime polymorphism allows a subclass to provide a specific implementation of a method that is already provided by its parent class.
Runtime polymorphism is achieved through method overriding, where a subclass provides its own implementation of a method that is already defined in its superclass.
The method to be overridden must have the same name, return type, and parameters in both the superclass and subclass.
When an o...
Streams in Java provide a way to process collections of objects in a functional style.
Streams are sequences of elements that support various operations like filter, map, reduce, etc.
They can be created from collections, arrays, or generate elements dynamically.
Streams can be sequential or parallel, allowing for efficient processing of large datasets.
Example: List<String> names = Arrays.asList("Alice", "Bob", "Cha...
Threads in Java are created by extending the Thread class or implementing the Runnable interface, and invoked using the start() method.
Threads can be created by extending the Thread class and overriding the run() method.
Threads can also be created by implementing the Runnable interface and passing an instance of the class to a Thread object.
Threads are invoked by calling the start() method on the Thread object.
Rest Template is a class in Spring that simplifies making HTTP requests and handling responses.
Rest Template is part of the Spring framework in Java.
It can be used to make HTTP requests to RESTful web services.
It simplifies the process of making HTTP calls and handling responses.
Rest Template can handle GET, POST, PUT, DELETE, etc. requests.
Example: RestTemplate restTemplate = new RestTemplate();
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
posted on 19 Sep 2024
I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.
Very basic aptitude questions along with few coding questions
posted on 23 Nov 2024
I applied via campus placement at Anna University and was interviewed in Oct 2024. There were 3 interview rounds.
Aptitude round their after the successful candidate can go for next round
Coding round has 2 question where you Want to answe 3 also
Group discussion was a round taken by hiring team
posted on 19 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
React is a JavaScript library for building user interfaces.
React allows developers to create reusable UI components.
It uses a virtual DOM for efficient rendering.
React uses JSX, a syntax extension that allows mixing HTML with JavaScript.
State and props are used to manage data and pass information between components.
App was given to create
I applied via Campus Placement
There was pattern question in any programming language and you have make the pattern dynamic.
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Online test which consists of java, angular, micro services related questions
Static methods belong to the class itself, while default methods are part of an interface in Java.
Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.
Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.
Static methods cannot be overridden in subclas...
based on 2 interviews
Interview experience
Senior Software Engineer
47
salaries
| ₹8 L/yr - ₹21 L/yr |
Software Engineer
44
salaries
| ₹5 L/yr - ₹15.2 L/yr |
Technical Lead
33
salaries
| ₹13.5 L/yr - ₹30 L/yr |
Software Developer
9
salaries
| ₹3.6 L/yr - ₹13.7 L/yr |
Associate
9
salaries
| ₹2 L/yr - ₹3 L/yr |
TCS
Infosys
Wipro
HCLTech