Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.
Given coding test which were fairly simple
Trapping rain water and median of two sorted array
Mcq+coding which are medium level questions
No, multiple inheritance is not allowed in Java.
Java does not support multiple inheritance for classes to avoid the diamond problem.
However, multiple inheritance is allowed for interfaces in Java.
Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.
Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.
Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.
Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.
Static variables are shared among all...
Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.
It helps in achieving data abstraction and information hiding.
Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
Company core values are the fundamental beliefs that guide the behavior and decisions of employees.
Integrity - acting with honesty and transparency in all dealings
Innovation - constantly seeking new and better ways to solve problems
Customer focus - prioritizing the needs and satisfaction of customers
Teamwork - collaborating effectively with colleagues to achieve common goals
It was data structures and algorithm
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
To convert checked exception to unchecked exception, use RuntimeException or create a custom unchecked exception.
Use RuntimeException to wrap checked exceptions and throw them as unchecked exceptions
Create a custom unchecked exception by extending RuntimeException class
Use try-catch block to catch checked exceptions and throw them as unchecked exceptions
Node.js uses event-driven architecture where events trigger callbacks to handle asynchronous operations.
Node.js uses event loop to handle asynchronous operations efficiently
Events are emitted by various objects in Node.js like HTTP servers, file system, etc.
Callbacks are registered to handle events and execute code when events occur
posted on 14 Aug 2024
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The position of the slow pointer will be the middle of the linked list.
posted on 29 Jul 2024
posted on 16 Oct 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment
posted on 29 Jul 2024
Immutable class is a class whose state cannot be modified after creation.
Make all fields private and final
Do not provide setter methods
Ensure that any mutable objects within the class are also immutable
Lock and sync are both mechanisms used in Java for thread synchronization, but they have different implementations and use cases.
Lock is a low-level synchronization mechanism provided by the java.util.concurrent.locks package, while sync (synchronized keyword) is a high-level synchronization mechanism provided by Java.
Lock provides more flexibility and control over synchronization compared to sync.
Lock can be used to c...
based on 1 interview
Interview experience
Senior Analyst
2.7k
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Software Engineer
874
salaries
| ₹7.8 L/yr - ₹28 L/yr |
Operations Analyst
770
salaries
| ₹2 L/yr - ₹6 L/yr |
Associate Vice President
759
salaries
| ₹12 L/yr - ₹43.5 L/yr |
Analyst
662
salaries
| ₹1.4 L/yr - ₹7.3 L/yr |
HSBC Group
Standard Chartered Plc
Barclays PLC
JPMorgan Chase & Co.