Filter interviews by
Responsive design is an approach to web design that ensures optimal viewing experience across all devices.
Uses flexible layouts and images
Adapts to different screen sizes and resolutions
Improves user experience and accessibility
Examples: Bootstrap, Foundation, Materialize
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
I appeared for an interview before Mar 2023.
Closures in JavaScript are functions that capture the lexical scope, but they are not hoisted like function declarations.
Closures are created when a function is defined inside another function.
Variables in the outer function are accessible in the inner function, even after the outer function has executed.
Example: function outer() { let x = 10; return function inner() { return x; }; }
Hoisting applies to function declara...
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
The map function transforms each element in an array based on a provided function, returning a new array.
The map function is called on an array and takes a callback function as an argument.
Example: const numbers = [1, 2, 3]; const doubled = numbers.map(num => num * 2); // doubled is [2, 4, 6]
It does not mutate the original array but creates a new one.
The callback function can take up to three arguments: currentValue...
1) logical & math & reasoning 20 Question
2) coding 2 question
3) React js 40 Question
UI Developer interview questions covering topics like rm vs em, MapObject vs Object, BOM, function currying, Pure component, and virtual dom.
rm vs em: rm is relative to the font size of the root element, while em is relative to the font size of the element itself.
MapObject vs Object: MapObject is a method that creates a new array with the results of calling a provided function on every element in the array, while Objec...
Event propagation determines the order in which event handlers are executed. Div and Section tags have different default display properties.
Event propagation refers to the order in which event handlers are executed, either bubbling or capturing.
Immediate propagation stops the event from propagating further.
Div tag is a block-level element with default display property of 'block'.
Section tag is a block-level element wit...
I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.
To reverse a string in Javascript, we can use the built-in reverse() method.
Convert the string to an array using split() method
Use the reverse() method to reverse the array
Convert the reversed array back to a string using join() method
I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.
Data Entry Operator
3
salaries
| ₹1.5 L/yr - ₹2.5 L/yr |
UI Developer
3
salaries
| ₹3.6 L/yr - ₹3.6 L/yr |
Cognizant
EXL Service
Sutherland Global Services
Optum Global Solutions