Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
Map, reduce, and filter are higher-order functions commonly used in functional programming to manipulate arrays.
Map: Transforms each element in an array based on a provided function.
Reduce: Reduces an array to a single value by applying a function to each element.
Filter: Creates a new array with elements that pass a certain condition.
Closures are functions that have access to variables from their containing scope.
Closures can access variables from their outer function even after the outer function has finished executing.
Closures can be used to create private variables in JavaScript.
Closures are commonly used in event handlers and callbacks.
Redux sagas are middleware libraries for managing side effects in Redux applications.
Redux sagas are used to handle asynchronous actions in Redux, such as API calls or timers.
They are implemented as generator functions that can pause and resume execution.
Redux sagas provide a more structured and testable approach to handling side effects compared to traditional Redux middleware like Thunk.
Common use cases for redux sag...
Function to find sum of array using reduce
Use the reduce method to iterate through the array and accumulate the sum
Convert array elements to numbers before summing them up
Handle edge cases like empty array or non-numeric elements
Example: const array = ['1', '2', '3']; const sum = array.reduce((acc, curr) => acc + Number(curr), 0);
Hitachi Energy is a global technology leader that provides innovative and sustainable energy solutions.
Hitachi Energy offers a wide range of products and services for the energy sector, including grid integration, digital solutions, and consulting services.
The company focuses on creating a more sustainable energy future through its advanced technologies and expertise.
Hitachi Energy is known for its commitment to innova...
Coding with UML diagrams
Coding round with 1 medium qun
String is immutable in Java to ensure security, thread safety, and optimization.
Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.
String pooling allows Java to reuse common string literals, improving memory efficiency.
Immutable strings prevent accidental changes, ensuring data integrity and security.
The method name in a Functional Interface (FI) is the name of the abstract method defined in the interface.
The method name in a Functional Interface is the name of the single abstract method defined in the interface.
For example, in the Functional Interface 'Runnable', the method name is 'run'.
The method name is used to implement the functional interface using lambda expressions.
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
20 min - 20 questions
C++ coding question with UML diagram
I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.
The main difference between .NET and .NET Core is that .NET Core is a cross-platform, open-source framework while .NET is a Windows-only framework.
NET Core is cross-platform, meaning it can run on Windows, macOS, and Linux, while .NET is limited to Windows.
.NET Core is open-source, allowing for community contributions and faster updates, while .NET is primarily developed by Microsoft.
.NET Core is modular, allowing deve...
Functions return a single value, while stored procedures can perform multiple operations and return multiple values.
Functions return a single value, while stored procedures can return multiple values.
Functions are called in SQL statements, while stored procedures are called using the EXECUTE command.
Functions cannot modify the database state, while stored procedures can.
Functions are precompiled and stored in the datab...
I was interviewed in Sep 2017.
Suzlon Group
Adani Power
NTPC
Adani Group