i
CitiusTech
Filter interviews by
Performing operations on an array of objects using JavaScript.
Use array methods like map, filter, reduce for operations on object array.
Access object properties using dot notation or bracket notation.
Iterate through the array using loops like for loop or forEach method.
Example: Calculate total sum of 'price' property in an array of products.
To create slice and combine reducers in React, use the createSlice and combineReducers functions from Redux toolkit.
Use createSlice function to define a slice of state with reducers and actions.
Example: const counterSlice = createSlice({ name: 'counter', initialState: 0, reducers: { increment: state => state + 1, decrement: state => state - 1 } })
Use combineReducers function to combine multiple slices into a sing...
To create and optimize a React application, focus on efficient component structure, state management, code splitting, lazy loading, and performance monitoring.
Use functional components and hooks for better performance.
Implement state management with tools like Redux or Context API.
Split code into smaller chunks and lazy load components for faster initial load times.
Optimize performance by minimizing re-renders and usin...
Day to day activities involve coding, debugging, testing, collaborating with team members. Salary negotiation involves research, preparation, and effective communication.
Coding and developing new features
Debugging and fixing issues
Testing code for quality assurance
Collaborating with team members for project progress
Researching market rates for salary negotiation
Preparing a strong case for desired salary
Effectively comm
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
Api call to fetch data and render
posted on 11 Mar 2022
I was interviewed in Oct 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical round with questions based on React JS.
What is props?
Props is the shorthand for Properties in React. They are read-only components which must be kept pure i.e. immutable. They are always passed down from the parent to the child components throughout the application. A child component can never send a prop back to the parent component. This help in maintaining the unidirectional data flow and are generally used to render the dynamically generated data.
How does Redux work?
The core concepts of Redux — Store, Actions, Reducers, and Subscriptions.
Initial State
The initial state is what it looks like at the start.
Actions/Dispatches
With Redux, every action can alter the initial state — which means anything you do can change something around you. Every time an action takes place, it’s called being dispatched.
Reducers
Reducers take in the argument of the state set to the default init...
What is Redux?
Redux is a way to manage the “state” or we can say it is a cache or storage that can be accessed by all components with a structured way. It has to be accessed through a “Reducer” and “Actions”. Redux creates a process and procedures to interact with the store so that components will not just update or read the store randomly.
Difference between Functional Components and Class Components
1. A functional component is just a plain JavaScript function that accepts props as an argument and returns a React element. A class component requires you to extend from React. Component and create a render function which returns a React element.
2. There is no render method used in functional components. Class components must have the render() method returning HTML
3. React lifecycle methods (for example, componentDidM...
Tip 1 : Only react based questions were asked, so should have deep knowledge on important components of react.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
DSA based on any general language prefer C++
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
React Native works by running JavaScript code on a separate thread and communicating with native modules through a bridge.
React Native runs JavaScript code on a separate thread called the JavaScript thread.
It communicates with native modules through a bridge, which allows JavaScript to interact with platform-specific APIs.
The bridge passes messages between the JavaScript thread and the native modules, enabling seamless...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Python code for solving a string usecase using stack, SQL join and groupby queries
Basic React related questions
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
A coding assignment using JavaScript and bootstrap
Senior Software Engineer
2.6k
salaries
| ₹5 L/yr - ₹20 L/yr |
Technical Lead
2.1k
salaries
| ₹7.4 L/yr - ₹27.2 L/yr |
Software Engineer
1.2k
salaries
| ₹3.3 L/yr - ₹11.1 L/yr |
Technical Lead 1
360
salaries
| ₹7 L/yr - ₹25.4 L/yr |
Technical Lead 2
288
salaries
| ₹7.8 L/yr - ₹28 L/yr |
Accenture
Capgemini
TCS
Wipro