Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Top trending discussions
posted on 11 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
5 coading questions were asked in it
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
One coding test happen
Using stream API for Data Structures and Algorithms
Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.
It can be used for implementing various data structures and algorithms efficiently.
For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.
Using stream API to filter a list of numbers and find the sum of even numbers
Use Stream.filter() to filter out even numbers
Use Stream.mapToInt() to convert stream to IntStream
Use IntStream.sum() to find the sum of even numbers
posted on 17 Dec 2024
posted on 18 Aug 2024
Hard questions were asked
Strength: Strong problem-solving skills. Weakness: Sometimes struggle with time management.
Strength: Ability to quickly identify and solve complex technical issues.
Strength: Strong analytical skills to understand and improve existing codebase.
Weakness: Occasionally struggle with prioritizing tasks and meeting deadlines.
Weakness: Working on improving time management through better planning and organization.
In 5 years, I see myself leading a team of software engineers, working on cutting-edge technologies, and contributing to the growth of the company.
Leading a team of software engineers
Working on cutting-edge technologies
Contributing to the growth of the company
posted on 23 Mar 2024
Decorators in Python are functions that modify the behavior of other functions or methods. __name__ == __main__ is used to check if a Python script is being run directly or imported as a module.
Decorators are used to add functionality to existing functions without modifying their code.
They are defined using the @decorator syntax before the function definition.
Example: @staticmethod decorator in Python is used to define...
posted on 11 Mar 2024
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
posted on 18 Mar 2024
Redux is a predictable state container for JavaScript apps.
Redux is a state management library commonly used with React.
It follows a unidirectional data flow pattern.
Actions are dispatched to update the state through reducers.
State changes are handled immutably.
Selectors can be used to access specific parts of the state.
Middleware can be used for side effects like async operations.
Example: Dispatching an action to add
Hooks in React are functions that let you use state and other React features in functional components.
Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that lets you perform side effects in functional components.
Custom hooks are reusable functions that can contain statefu
I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.
The question asks about using .every() and .includes() methods to check if each character of a string is present in another string.
Loop through each element of the string
Split the string into an array to access each character
Use .every() method to check if each character is present in the user string
Use .includes() method to check if the character is present
I applied via Referral and was interviewed in Jan 2023. There were 2 interview rounds.
DB query to find duplicates in a table, keeping first duplicate in answer.
Use GROUP BY clause to group the records by the column(s) that may have duplicates
Use HAVING clause to filter out groups with only one record
Use MIN or MAX function to select the first record in each group
Example: SELECT MIN(id), name, COUNT(*) FROM table GROUP BY name HAVING COUNT(*) > 1
Code to map Employee Object from List to Hashmap using Stream API functions.
Create a List of Employee objects
Use stream() method to convert List to Stream
Use collect() method to convert Stream to HashMap
Use Collectors.toMap() method to create HashMap
Pass key and value mapping functions to toMap() method
5-15 Yrs
₹ 15-60 LPA
Senior Technical Specialist
23
salaries
| ₹10.2 L/yr - ₹24.7 L/yr |
Technical Specialist
23
salaries
| ₹4 L/yr - ₹12 L/yr |
Associate Technical Specialist
9
salaries
| ₹3.2 L/yr - ₹5.5 L/yr |
Cloud Application Engineer
7
salaries
| ₹4.6 L/yr - ₹8 L/yr |
Project Manager
4
salaries
| ₹13.5 L/yr - ₹26 L/yr |
TCS
Infosys
Wipro
HCLTech