I applied through university. I interviewed at Actolap Solutions (Noida) in Nov 2020
Interview
The interiew was a three step process. First was Coding Test. Second was 1 on 1 interview on Projects and OOP concepts. Third was an in-depth interview of the same.
Interview questions [1]
Question 1
1. Given an unsorted array, write a function which will accept the array and return the minimum difference between any pair.
2. Given an array of integers, print the array in such a way that the first element is the first maximum and second element is first minimum and so on.
3. Given an array of numbers, arrange then in a way that yields the largest value.