Filter interviews by
I applied via Job Portal
useCallback and useMemo are hooks in React used for performance optimization.
useCallback is used to memoize a function and prevent unnecessary re-renders.
useMemo is used to memoize a value and prevent unnecessary re-computations.
Both hooks are used to optimize performance by reducing unnecessary re-renders and re-computations.
useCallback is useful when passing down functions to child components.
useMemo is useful when c...
Async/await is a syntactic sugar over Promises in JavaScript.
Async/await makes asynchronous code look and behave like synchronous code.
Promises are objects that represent the eventual completion or failure of an asynchronous operation.
Async/await is easier to read and write than Promises.
Async/await can only be used in functions that are marked as async.
Promises can be used anywhere in the code.
String manipulation and other aptitude questions
I applied via AngelList and was interviewed before Apr 2023. There were 2 interview rounds.
Concurrency is about dealing with multiple tasks at the same time, while parallelism is about executing multiple tasks simultaneously.
Concurrency is about managing multiple tasks and switching between them quickly.
Parallelism is about actually executing multiple tasks at the same time.
Concurrency can be achieved in a single-core processor through task switching.
Parallelism requires multiple cores or processors to execu...
Use external sorting techniques like merge sort or quick sort to efficiently sort large amounts of data.
Divide the 1TB array into smaller chunks that can fit into memory
Sort each chunk individually using a fast sorting algorithm like merge sort or quick sort
Merge the sorted chunks back together to get the final sorted array
Consider using parallel processing or distributed systems for faster sorting
Example: Divide the 1...
I applied via Approached by Company and was interviewed in Feb 2022. There were 3 interview rounds.
The interview question covers topics like array subsets, reduce polyfill, compose and pipe, normal JS functions, and normal React questions.
For array subsets, use the Array.prototype.filter() method to filter out the elements that don't meet the subset criteria.
Reduce polyfill can be implemented using a for loop or recursion to iterate over the array and accumulate the result.
Compose and pipe are higher-order functions...
VELOTIO Technologies interview questions for designations
I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.
Top trending discussions
posted on 23 Oct 2024
I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
I applied via Campus Placement
Dsa problems dp and tress problem
Reverse array of strings
Iterate through the array and swap elements from start to end
Use two pointers, one at the beginning and one at the end, and swap elements until they meet
Reverse a given string
Use built-in functions like reverse() or loop through the string in reverse order
Create a new string and append characters from the original string in reverse order
Convert the string to an array of characters, reverse the array, and then join it back into a string
Calculate sum of all elements in a given array of strings
Iterate through the array and convert each element to integer before adding to sum
Handle edge cases like empty array or non-numeric elements
Return the final sum after iterating through all elements
1 Interview rounds
based on 13 reviews
Rating in categories
Senior Software Engineer
66
salaries
| ₹14.5 L/yr - ₹30 L/yr |
Software Engineer
61
salaries
| ₹6.6 L/yr - ₹20.5 L/yr |
QA Engineer
21
salaries
| ₹7 L/yr - ₹19.5 L/yr |
Software Developer
16
salaries
| ₹5.3 L/yr - ₹20 L/yr |
Associate Software Engineer
16
salaries
| ₹5.2 L/yr - ₹10 L/yr |
TCS
Infosys
Wipro
HCLTech