Filter interviews by
OOP (Object-Oriented Programming) is a programming paradigm based on objects and classes to structure software design.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism where a new class derives properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interfa...
Stream API is a set of classes in Java that allow processing collections of objects in a functional style. Lambda expressions are used to write concise code for functional interfaces.
Stream API provides a way to perform operations on collections like filter, map, reduce, etc.
Lambda expressions are used to define anonymous functions in a concise way.
Example: List<String> names = Arrays.asList("Alice", "Bob", ...
Optional class is used to handle null values in Java, preventing NullPointerExceptions.
Optional class was introduced in Java 8 to provide a more elegant way of handling null values.
It encourages developers to explicitly handle the presence or absence of a value, rather than relying on null checks.
Optional class has methods like isPresent(), get(), orElse(), etc. to work with optional values.
Using Optional class ca...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for better control over the data by preventing external code from directly modifying it.
Example: A class 'Car' with private variables like 'model', 'year', and public methods like 'getYear()' and 'setModel()'.
Wrapper classes in Java are classes that allow primitive data types to be accessed as objects.
Wrapper classes provide a way to convert primitive data types into objects.
They are used when an object is required, such as in collections or generics.
Examples include Integer for int, Double for double, Boolean for boolean, etc.
OPPS stands for Object-Oriented Programming System. It is a programming paradigm that uses objects to represent real-world entities.
OPPS focuses on the concept of objects and classes.
It emphasizes encapsulation, inheritance, and polymorphism.
Objects have attributes (data) and behaviors (methods).
Classes are blueprints for creating objects.
Encapsulation hides the internal details of an object.
Inheritance allows cla...
Just-in-time (JIT) is a feature in Java that compiles bytecode into native machine code at runtime.
JIT improves the performance of Java programs by reducing the time needed for compilation.
JIT is enabled by default in most Java virtual machines.
JIT can be disabled using the -Xint option.
JIT can also be configured using various options such as -XX:CompileThreshold and -XX:MaxInlineLevel.
Java is object-oriented to promote code reusability, modularity, and maintainability.
Java's object-oriented approach allows for the creation of reusable code components called objects.
Objects encapsulate data and behavior, making it easier to manage and maintain code.
Inheritance enables the creation of hierarchies and promotes code reuse.
Polymorphism allows objects of different classes to be treated as objects of ...
Primitive data types are basic data types provided by Java, such as int, double, boolean, char, etc.
Primitive data types are predefined by the language and not objects
They are used to store simple values directly in memory
They have a fixed size and do not have any methods
Examples include int for integers, double for floating-point numbers, boolean for true/false values, char for characters
JIT stands for Just-In-Time compiler. It is a part of the Java Virtual Machine (JVM) that compiles bytecode into machine code at runtime.
JIT is responsible for improving the performance of Java applications by compiling frequently executed code into native machine code.
It analyzes the code at runtime and identifies the hotspots, i.e., the code that is executed frequently.
JIT compiles the hotspots into machine code...
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Duration is 1 hr and topic is core java
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
I can join immediately or within a week, depending on the onboarding process and any necessary arrangements.
Immediate availability: I can start right away if needed.
One-week notice: I may require a week to wrap up current commitments.
Flexible start date: I can adjust my start date based on your needs.
I appeared for an interview before May 2024, where I was asked the following questions.
I admire your innovative projects and values, and I'm excited about contributing to your team's success with my Java expertise.
Your commitment to cutting-edge technology aligns with my passion for continuous learning.
I am impressed by your collaborative culture, which fosters teamwork and creativity.
The opportunity to work on impactful projects, like [specific project], excites me.
I appreciate your focus on professiona...
I applied via Company Website and was interviewed in May 2023. There were 4 interview rounds.
Quants,logical,verbal questions were asked in this round
Gd was held within 10 participants with a abstract topic
English verbal, maths, logical questions
String,array,core java , oops
I applied via Referral and was interviewed in Jan 2023. There were 3 interview rounds.
Reasoning and quants
Coding test questions
Group discussion practice
Case study practice
I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.
Mathematical and logical questions
Based on coding and programming
Oops concept in java
Object-oriented programming paradigm
Encapsulation, Inheritance, Polymorphism, Abstraction
Classes and Objects
Access Modifiers
Interfaces and Abstract Classes
OOPs concepts in C++ include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms.
Encapsulation hides the implementation details of a class from other objects.
Abstraction focuses on the essential features of an object and hides the unnecessary details.
Example: A car class can inheri...
I applied via Company Website and was interviewed in Nov 2022. There were 2 interview rounds.
Top trending discussions
based on 11 interview experiences
Difficulty level
Duration
based on 14 reviews
Rating in categories
Operations Executive
264
salaries
| ₹1.2 L/yr - ₹5 L/yr |
System Engineer
151
salaries
| ₹2 L/yr - ₹9.5 L/yr |
Software Engineer
123
salaries
| ₹1 L/yr - ₹9.1 L/yr |
Software Developer
123
salaries
| ₹8.3 L/yr - ₹15.1 L/yr |
IT Manager
64
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Wipro
Amazon
TCS
ITC Infotech