Filter interviews by
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.
Hoisting allows you to use functions and variables before they are declared.
Variables declared with var keyword are hoisted to the top of their scope, but not their assignment.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Inline elements flow in the do...
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.
Top trending discussions
Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Polymorphism allows objects to be treated as instances of their parent class.
Abstraction hides the implementation d...
posted on 24 Aug 2024
Good and informative test taken in integrated
Amazinf coding in java and kther langaugaes as
I am doing well, thank you for asking.
I am feeling good both physically and mentally.
I have been enjoying my work and personal life.
Overall, I am in a positive state of mind.
I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.
I was interviewed in Aug 2024.
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
One coding test happen
Using stream API for Data Structures and Algorithms
Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.
It can be used for implementing various data structures and algorithms efficiently.
For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.
Using stream API to filter a list of numbers and find the sum of even numbers
Use Stream.filter() to filter out even numbers
Use Stream.mapToInt() to convert stream to IntStream
Use IntStream.sum() to find the sum of even numbers
posted on 11 Nov 2024
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
posted on 3 Mar 2025
I was interviewed before Mar 2024.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Software Engineer
3.2k
salaries
| ₹3.1 L/yr - ₹12.5 L/yr |
Senior Software Engineer
2k
salaries
| ₹5.9 L/yr - ₹19.8 L/yr |
QA Engineer
1.1k
salaries
| ₹2.4 L/yr - ₹11.5 L/yr |
Senior QA Engineer
756
salaries
| ₹6 L/yr - ₹14.5 L/yr |
System Analyst
738
salaries
| ₹9.6 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
Tech Mahindra