Filter interviews by
I faced a difficult situation when a key stakeholder disagreed with the product direction.
Communicated openly and listened to the stakeholder's concerns
Presented data and rationale to support the product decisions
Collaborated with the stakeholder to find a compromise
Maintained a positive and professional attitude throughout the process
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
Verbal test with two interviewers
Verbal coding test and interview with two supervisors
I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.
Top trending discussions
posted on 19 May 2024
I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.
The basics of biochemistry and details
posted on 24 Jun 2022
I applied via Referral
posted on 8 Feb 2022
I applied via campus placement at Shri Bhagwan College of Pharmacy, Aurangabad and was interviewed in Nov 2021. There were 5 interview rounds.
posted on 14 Jun 2022
I applied via Approached by Company and was interviewed before Jun 2021. There were 4 interview rounds.
I worked on the Observer design pattern
Observer pattern is used for one-to-many object dependency
It defines a one-to-many relationship between objects
When one object changes state, all its dependents are notified and updated automatically
Example: A weather station that notifies its observers (display devices) when the temperature changes
Multi-threaded program to print even and odd numbers up to 100
Create two threads, one for even numbers and one for odd numbers
Use a loop to iterate through numbers 1 to 100
In each iteration, check if the number is even or odd
Print the number in the corresponding thread
Join the threads to ensure all numbers are printed in order
I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.
Encapsulation, data abstraction, and polymorphism are three fundamental concepts in object-oriented programming.
Encapsulation is the process of hiding the implementation details of an object from the outside world.
Data abstraction is the process of representing only the essential features of an object and hiding the unnecessary details.
Polymorphism is the ability of an object to take on many forms or have multiple beha...
Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.
Stack is like a stack of plates where the last plate added is the first one to be removed
Queue is like a queue of people waiting in line where the first person added is the first one to be served
Stack operations: push (add element), pop (remove top element), peek (get top...
Caching is the process of storing frequently used data in a temporary storage area for faster access.
Caching improves application performance by reducing the number of requests to the server.
It can be implemented at different levels such as browser, server, and database.
Examples of caching include browser caching of web pages, server caching of API responses, and database caching of query results.
Join types used in SQL to combine data from multiple tables.
Inner join returns only the matching rows from both tables.
Left join returns all rows from the left table and matching rows from the right table.
Outer join returns all rows from both tables, with null values for non-matching rows.
Examples: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2...
posted on 31 May 2021
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
Multithreading in Java allows multiple threads to execute concurrently within a single program.
Java provides built-in support for multithreading through the java.lang.Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
Synchronization is used to prevent race conditions and ensure thread safety.
Java also provides several classes and interfaces for managing thread exec...
based on 3 interviews
Interview experience
based on 6 reviews
Rating in categories
Paras Hospital
UnitedHealth
Max Healthcare
Dr Lal PathLabs