Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2018. There was 1 interview round.
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...
Skill test and technical knowledge evaluation
I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.
posted on 30 May 2024
Java 8 introduced lambda expressions, functional interfaces, streams, and default methods in interfaces.
Lambda expressions allow you to pass functionality as an argument to a method.
Functional interfaces have a single abstract method and can be used with lambda expressions.
Streams provide a way to work with sequences of elements efficiently.
Default methods allow interfaces to have methods with implementation.
Example: (...
posted on 2 Jun 2024
Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
Developed by Google
Uses Dart programming language
Hot reload feature for quick development
Supports iOS, Android, Web, and Desktop platforms
Provides a rich set of pre-built widgets
posted on 7 Jan 2015
based on 6 reviews
Rating in categories
Medical Coder
235
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Medical Coder
170
salaries
| ₹0 L/yr - ₹0 L/yr |
Claims Associate
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
36
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Analyst
33
salaries
| ₹0 L/yr - ₹0 L/yr |
UnitedHealth
Aetna
Anthem
Humang