i
Statusneo
Filter interviews by
Use CSS to create a spiral design
Use CSS properties like transform, rotate, and scale to create the spiral effect
Consider using keyframes for animation effects
Experiment with different shapes and sizes to achieve the desired spiral design
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 Oct 2024. There were 2 interview rounds.
A function to flatten a nested array and sort its elements in ascending order.
Use Array.prototype.flat() to flatten the array. Example: [1, [2, 3], [4, [5]]] becomes [1, 2, 3, 4, 5].
Use Array.prototype.sort() to sort the flattened array. Example: [3, 1, 2] becomes [1, 2, 3].
Combine both methods in a single function for efficiency.
Ensure to handle different data types if necessary, e.g., strings and numbers.
As a React developer, I faced challenges like state management, performance optimization, and integrating APIs effectively.
State Management: Managing complex state across components can be challenging. For example, using Redux or Context API to handle global state.
Performance Optimization: Ensuring components re-render only when necessary. Implementing memoization with React.memo or useMemo can help.
API Integration: Ha...
A function to count how many times a specific word appears in a given string.
Use the String.prototype.split() method to break the string into an array of words.
Filter the array to count occurrences of the target word.
Example: 'hello world hello' with target 'hello' returns 2.
Consider case sensitivity; use toLowerCase() for case-insensitive counting.
Return the count as a number.
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
They asked hacker rank test
posted on 29 Dec 2021
I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.
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 Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed before Oct 2019. There was 1 interview round.
To design a high-performance Cache API for multithreaded environment, follow these pointers:
Use a concurrent hash map to store the cache data
Implement a read-write lock to allow multiple threads to read simultaneously
Use a thread-safe data structure for cache eviction policy
Implement a cache loader to load data into the cache on demand
Use a bounded cache to prevent memory overflow
Implement a cache statistics collector ...
posted on 3 Jun 2024
I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.
Integrating WebSphere and Web Server involves configuring the two to work together seamlessly.
Configure WebSphere to use the Web Server as a front-end server
Set up the Web Server plugin in WebSphere
Define virtual hosts in WebSphere to match the Web Server configuration
Ensure proper communication between WebSphere and Web Server through ports and protocols
based on 1 interview experience
Difficulty level
Duration
Senior Consultant
187
salaries
| ₹18.2 L/yr - ₹32.8 L/yr |
Consultant
86
salaries
| ₹6.7 L/yr - ₹17.3 L/yr |
Digital Consultant
54
salaries
| ₹9.7 L/yr - ₹18.1 L/yr |
Principal Consultant
53
salaries
| ₹24.9 L/yr - ₹44 L/yr |
Software Developer
42
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software