Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 interview rounds.
Top trending discussions
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Context is a built-in feature in React for managing global state, while Redux is a separate library for managing state in React applications.
Context is simpler to set up and use compared to Redux.
Redux is more powerful and scalable for larger applications with complex state management needs.
Context is recommended for simpler state management needs, while Redux is recommended for more complex state management.
Redux has ...
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
Answers to common interview questions for Reactjs Developer position.
1. Life cycle methods in React include componentDidMount, componentDidUpdate, componentWillUnmount, etc.
2. 'var' has function scope, 'let' has block scope, 'const' is a constant variable.
3. Code to count duplicate characters in a string: const countDuplicates = (str) => { const count = {}; str.split('').forEach(char => { count[char] = count[char] ? co
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.
var is function scoped, let and const are block scoped.
var can be redeclared and updated within its scope
let can be updated but not redeclared within its scope
const cannot be updated or redeclared once declared
let and const are not hoisted like var
const must be initialized during declaration
Program to check whether two strings are anagrams or not
Convert both strings to lowercase
Remove all whitespaces from both strings
Sort both strings alphabetically
Compare the sorted strings, if they are equal then they are anagrams
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
Software Engineer
83
salaries
| ₹6 L/yr - ₹21 L/yr |
Senior Software Engineer
78
salaries
| ₹15.6 L/yr - ₹30 L/yr |
Senior QA Engineer
38
salaries
| ₹11.5 L/yr - ₹24 L/yr |
Principal Software Engineer
37
salaries
| ₹25 L/yr - ₹43 L/yr |
QA Engineer
27
salaries
| ₹6.3 L/yr - ₹15.9 L/yr |
IBM
Accenture
TCS
Wipro