Filter interviews by
I applied via Internshala and was interviewed in Sep 2023. There were 3 interview rounds.
React is a JavaScript library for building user interfaces, and useState is a hook that allows functional components to have state.
React is a popular JavaScript library used for building user interfaces.
useState is a hook in React that allows functional components to have state.
useState is used to store and update state in functional components.
Example: const [count, setCount] = useState(0);
useState is used in React to manage state within functional components.
useState allows functional components to have stateful logic.
It returns an array with the current state value and a function to update that value.
Example: const [count, setCount] = useState(0);
Reducers are used in web development to manage and update the state of an application in a predictable way.
Reducers help in maintaining a single source of truth for the state of an application.
They make it easier to debug and trace changes in the state.
Reducers are commonly used in conjunction with actions and store in libraries like Redux.
Example: Reducers are used in React applications to update the state based on ac
Top trending discussions
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.
Triggers are database objects that automatically execute in response to certain events or changes in data.
Triggers are used to enforce business rules or data integrity.
They can be used to audit changes to data.
Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.
They can be defined on tables, views, or schemas.
Examples of triggers include sending an email notification ...
I appeared for an interview in Sep 2021.
I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant