Filter interviews by
Hooks in React are functions that let you use state and other React features without writing a class.
Hooks were introduced in React 16.8.
They allow you to use state and other React features in functional components.
Common hooks include useState, useEffect, useContext, and useReducer.
Hooks must be used at the top level of a functional component.
Example: const [count, setCount] = useState(0);
Top trending discussions
SOLID is an acronym for five object-oriented design principles.
SOLID principles help in creating software that is easy to maintain and extend.
S - Single Responsibility Principle
O - Open/Closed Principle
L - Liskov Substitution Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
REST API methods are used to interact with web services using HTTP requests.
GET method is used to retrieve data from the server
POST method is used to create new data on the server
PUT method is used to update existing data on the server
DELETE method is used to delete data from the server
REST APIs use HTTP status codes to indicate the success or failure of a request
To configure 2 databases in Spring Boot, you can use multiple DataSource beans and specify them in application.properties.
Define multiple DataSource beans in your configuration class
Use @Primary annotation to specify the primary DataSource
Use @Qualifier annotation to specify the secondary DataSource
Configure the properties for each DataSource in application.properties
Concurrent hashmap is used for thread-safe operations in a multi-threaded environment.
Concurrent hashmap allows multiple threads to read and write to the map concurrently without causing data corruption.
It is useful in scenarios where multiple threads need to access and update a shared hashmap.
Example: Implementing a cache system where multiple threads can read and write data concurrently.
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.
I appeared for an interview before Jun 2023.
posted on 17 May 2024
based on 1 interview
Interview experience
Software Engineer
9
salaries
| ₹4.2 L/yr - ₹7 L/yr |
Senior Software Engineer
7
salaries
| ₹7.4 L/yr - ₹11 L/yr |
Software Developer
4
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Project Manager
4
salaries
| ₹6.6 L/yr - ₹9 L/yr |
Quality Analyst
4
salaries
| ₹5.5 L/yr - ₹8.5 L/yr |
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group