Filter interviews by
I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.
Closure is a function that has access to its parent scope even after the parent function has returned.
Closure allows for private variables and functions in JavaScript.
It is created when a function is returned from another function.
Closures can be used to create factory functions and currying.
Example: function outer() { let x = 10; return function inner() { console.log(x); } }
Example: const add = (function () { let coun...
var, let, and const are used to declare variables in JavaScript with different scoping rules and mutability.
var has function-level scope and can be redeclared and reassigned
let has block-level scope and can be reassigned but not redeclared
const has block-level scope and cannot be reassigned or redeclared
Use const for values that should not change, let for values that may change, and var for legacy code or global variab
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.
Java is platform independent due to its bytecode and JVM.
Java code is compiled into bytecode which is platform-independent.
JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.
JVM acts as an abstraction layer between the Java code and the underlying hardware.
This allows Java programs to run on any platform that has a JVM installed.
For example, a Java program written on a Windows machine ca...
I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.
based on 3 interviews
Interview experience
based on 33 reviews
Rating in categories
Engineer 1
21
salaries
| ₹6.6 L/yr - ₹10.8 L/yr |
L2 Engineer
15
salaries
| ₹8.5 L/yr - ₹14.5 L/yr |
Senior Software Engineer
11
salaries
| ₹12.5 L/yr - ₹26.5 L/yr |
Senior Engineer
7
salaries
| ₹16.8 L/yr - ₹28.6 L/yr |
Engineering Manager
7
salaries
| ₹36.8 L/yr - ₹42 L/yr |
TCS
Infosys
Wipro
HCLTech