Filter interviews by
I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.
Deploying a Web API using Docker Container involves creating a Dockerfile, building the image, and running the container.
Create a Dockerfile with instructions on how to build the image, including dependencies and environment variables.
Build the Docker image using the Docker build command.
Run the Docker container using the Docker run command, specifying ports and any other necessary configurations.
Ensure the Web API is ...
Top trending discussions
I was interviewed in Jul 2022.
They ask you open Hacker Earth site and choose some random programs and ask you to complete it.
Multi threading is the ability of a program to perform multiple tasks concurrently.
It allows for better utilization of CPU resources
It can improve program performance and responsiveness
Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input
The extend keyword is used to add properties and methods to an existing object.
Used in JavaScript to add properties and methods to an object
Can be used to inherit properties and methods from a parent object
Syntax: Object.assign(target, ...sources)
Example: const obj1 = {a: 1}; const obj2 = {b: 2}; const obj3 = {...obj1, ...obj2};
Override is used to provide a new implementation of a method in a subclass. Virtual is needed to allow the method to be overridden.
Override is used to change the behavior of a method in a subclass
Virtual is used to allow the method to be overridden in a subclass
Without virtual, a subclass cannot override a method from its parent class
Override is used to implement polymorphism in object-oriented programming
Program to sort and remove duplicates from an array.
Use built-in sort() method to sort the array in ascending order.
Loop through the sorted array and remove duplicates using filter() method.
Return the sorted and duplicate-free array.
Is Relationship and As Relationship are two types of relationships in object-oriented programming.
Is Relationship is a type of relationship where one class is a subset of another class.
As Relationship is a type of relationship where one class is a type of another class.
Is Relationship is denoted by a solid line with a closed arrowhead pointing towards the superclass.
As Relationship is denoted by a dotted line with an o...
Architectural, structural, and behavioral design patterns are reusable solutions to common software design problems.
Architectural patterns define the overall structure of a software system
Structural patterns describe how objects and classes can be combined to form larger structures
Behavioral patterns focus on communication between objects and how they operate together
Design patterns help to improve software quality, ma...
posted on 19 May 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
MongoDB is preferred over SQL for its flexibility, scalability, and ease of use in handling unstructured data.
MongoDB is a NoSQL database, making it easier to work with unstructured data compared to SQL.
MongoDB is schema-less, allowing for more flexibility in data modeling and changes.
MongoDB is horizontally scalable, making it easier to handle large amounts of data and high traffic loads.
MongoDB's document-based data ...
posted on 9 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
React hooks are functions that let you use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components
useState() is a hook that allows you to add state to functional components
useEffect() is a hook that allows you to perform side effects in functional components
useContext() is a hook that allows you to use the context API in functio
Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.
Subtypes must be substitutable for their base types.
Derived classes must be able to replace their base classes without affecting the program's behavior.
Violating this principle can lead to unexpected behavior and errors in the code.
Example: If a program expec...
Oops concept is a programming paradigm that focuses on objects and classes.
Oops stands for Object-Oriented Programming
Key concepts include inheritance, encapsulation, polymorphism, and abstraction
Examples: Class Car with properties like make, model, and methods like start(), stop()
Example: Inheritance - Class SUV extends Car and adds property numSeats
I would approach problem-solving by first understanding the root cause, brainstorming potential solutions, testing them, and iterating until a resolution is found.
Identify the root cause of the problem
Brainstorm potential solutions
Test the solutions to see which one works best
Iterate on the solution if needed
Document the process for future reference
Skill test and technical knowledge evaluation
posted on 12 Nov 2024
I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
C,c++ questions and two coding questions. basic mcq
TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.
TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.
TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.
HashSet uses a hash table for storage, which provides constant-time p...
I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Concierge Executive
23
salaries
| ₹2.5 L/yr - ₹4.1 L/yr |
Staff Nurse
9
salaries
| ₹3.4 L/yr - ₹4 L/yr |
Consultant Physician
7
salaries
| ₹8.9 L/yr - ₹16 L/yr |
Concierge Consultant
7
salaries
| ₹2.8 L/yr - ₹3.8 L/yr |
Supervisor
7
salaries
| ₹3.4 L/yr - ₹3.8 L/yr |
UnitedHealth
Baxter International
B. Braun Medical
Eisai Pharmaceuticals