i
Cigniti Technologies
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Closure is the process of finalizing or resolving something, often involving emotional healing or acceptance.
Closure is the act of coming to terms with a situation or relationship that has ended.
It involves accepting the reality of the situation and moving forward.
Closure can help individuals find peace and emotional healing after a difficult experience.
Examples of closure include talking things out with a friend after...
let, var and const are all used to declare variables in JavaScript, but they have different scopes and mutability.
let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned
Using let:
let x = 10;
x = 20; // valid
Using var:
var y = 5;
y = 10; // valid
Using const:
const z = 15;
z = 25; // error, cannot reassign a const variable
Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking and processing events.
Event loop is commonly used in JavaScript to handle asynchronous operations.
It allows for non-blocking I/O operations by delegating tasks to the operating system.
Event loop processes events from the event queue and executes associated callback functions.
Example: setTimeout() function in...
Callback hell arises from nested callbacks in asynchronous JavaScript code, leading to unreadable and difficult-to-maintain code.
Nested callbacks in asynchronous code can lead to deeply nested code structures, making it hard to follow the flow of the program.
Error handling becomes more complex in callback hell, as errors need to be propagated through multiple levels of callbacks.
Callback hell can also result in code th...
Top trending discussions
I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Mar 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Sep 2021. There were 4 interview rounds.
OOPS, GK on computers, Aptitude Reasoning
based on 1 interview
Interview experience
based on 22 reviews
Rating in categories
Senior Test Engineer
609
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
513
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Lead
389
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
358
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
262
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Infosys
HCLTech