Filter interviews by
The == operator checks for equality of value, while the === operator checks for equality of value and type.
== is a loose equality comparison, while === is a strict equality comparison
== performs type coercion, while === does not
Example: 1 == '1' is true with ==, but false with ===
Strict mode is a feature in JavaScript that helps catch common coding errors and enforces more secure coding practices.
Enables a stricter parsing and error handling mode in JavaScript
Prevents the use of undeclared variables
Disallows duplicate parameter names
Throws errors for assignments to non-writable properties
Helps to avoid accidentally creating global variables
Introduced in ECMAScript 5
A callback function is a function that is passed as an argument to another function and is executed after a specific event occurs.
Used in asynchronous programming to handle responses from events or API calls
Allows for more flexible and modular code
Commonly used in JavaScript for event handling, timers, and AJAX requests
Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Variable types are different data types that can be assigned to variables in programming languages.
Variable types include integers, floating point numbers, strings, booleans, arrays, and objects.
Examples: int age = 25; float price = 10.99; string name = 'John'; bool isTrue = true; array numbers = [1, 2, 3]; object person = {name: 'Alice', age: 30};
Top trending discussions
posted on 18 Jun 2021
I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.
posted on 12 Jul 2021
posted on 10 Feb 2021
I applied via Campus Placement
Windows PowerShell is a command-line shell and scripting language designed for system administration tasks.
It is built on the .NET Framework
It allows users to automate tasks using scripts
It supports remote management of Windows machines
It has a rich set of commands and utilities
Example: Get-Process command retrieves information about running processes
Example: Set-ExecutionPolicy command changes the PowerShell execution
posted on 27 Jun 2021
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
posted on 15 Jul 2021
Find the second largest element in a given list of arrays using C programming.
Iterate through the array and compare each element with the current maximum and second maximum
If the element is greater than the current maximum, update the second maximum and maximum
If the element is greater than the second maximum but less than the maximum, update the second maximum
Return the second maximum
posted on 19 Mar 2022
I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.
Test on apptitude reasoning
General topics gd
I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
4
salaries
| ₹3 L/yr - ₹8 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies