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 30 Nov 2022
I applied via LinkedIn and was interviewed before Nov 2021. There were 3 interview rounds.
There are basic aptitude questions for freshers level
posted on 10 Feb 2022
Nothing
posted on 16 Mar 2023
I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.
Java and python test was there
posted on 21 Dec 2024
I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.
2 sum program from Geeks for Geeks
Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.
Lazy loading is used to improve performance by only loading related data when needed
Eager loading loads all related data upfront to reduce the number of queries made
N+1 problem occurs in lazy loading whe...
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 70 Minutes
Round difficulty - Hard
Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...
The task is to distribute candies to students based on their performance while minimizing the total candies distributed.
Create an array to store the minimum candies required for each student.
Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.
Consider both left-to-right and right-to-left passes to ensure fair distribution.
Keep track of the total candies dist
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Use Divide and Conquer approach to recursively divide the input array into two halves.
Merge the sorted halves to produce a completely sorted array.
Ensure the implementation handles the constraints specified in the problem statement.
Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.
Some of the top questions asked at the VELOTIO Technologies Software Engineer interview -
based on 4 interviews
1 Interview rounds
based on 13 reviews
Rating in categories
Senior Software Engineer
77
salaries
| ₹13.8 L/yr - ₹40 L/yr |
Software Engineer
61
salaries
| ₹6.6 L/yr - ₹20.5 L/yr |
QA Engineer
21
salaries
| ₹7 L/yr - ₹16.4 L/yr |
Software Developer
16
salaries
| ₹5.2 L/yr - ₹20 L/yr |
Associate Software Engineer
16
salaries
| ₹5.2 L/yr - ₹10 L/yr |
Maxgen Technologies
Value Point Systems
JoulestoWatts Business Solutions
F1 Info Solutions and Services