Filter interviews by
I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 2 interview rounds.
678+ 812+ 981 = 2471 as on same
If A=5, B=10 &C=15, then JOB=135
I applied via Walk-in
The quality of knowledge gained
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
Abstract class is a class that cannot be instantiated and interface is a blueprint of a class.
Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract class can have constructors while interface cannot.
Example of abstract class: Animal (cannot be instantiated) and Dog (inh...
Java does not support multiple inheritance to avoid the diamond problem and maintain simplicity.
Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.
This can cause ambiguity and conflicts in method and variable resolution.
Java supports multiple interface inheritance to achieve similar functionality.
Maintaining simplicity and avoiding complexity is a core prin
Chained Exception is an exception that is caused by another exception.
It is a way of propagating exceptions through layers of code.
It helps in identifying the root cause of an exception.
It can be created by passing the original exception as a parameter to a new exception.
It can be caught and handled at any level of the code.
Example: SQLException is caused by a network error, which is caused by a firewall issue.
The exception hierarchy is the order in which exceptions are caught and handled in a program.
Exceptions are caught and handled in a specific order, with more specific exceptions being caught before more general ones.
The hierarchy typically starts with the most specific exceptions and ends with the most general ones.
For example, in Java, the hierarchy starts with checked exceptions, followed by unchecked exceptions, and
I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.
Aptitude test on CS subjects like C programming, DBMS, CN, and OS.
There were 2 input-output based questions of easy to moderate level
Every candidate was given an individual topic and was asked to speak on it
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.
Aptitude, reasoning, English, cloud sections
2 questions in which , one has to complete within an 50 minutes
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
based on 1 interview
Interview experience
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant