Find the kth minimum element in an array without sorting
Developer Interview Questions
269,158 developer interview questions shared by candidates
1c) Given an array of of 0,1,2 sort the array maintaining the position of the elements, i.e, the 1 appeared at index 2 should come first before the 1 at index 5, when sorted.
Technical rounds: Java questions - interface, arraylist, hashmap etc. Android - lifecycle, services, third party libraries etc. Culture round: few questions about Mindvalley (get to know the core of Mindvalley), various random cultural questions put forward for my response.
5 adjacent parking spots. whats the probability 2 cars next to each other
Write a code to add commas to integer, e.g., 12345 will become 12,345 and 1123 would become 1,123.
An array contains alphabets, some of which may have duplicates. Find the number of duplicates.
How does Java Garbage Collection work? How would you implement garbage collection?
The question he asked was how to reverse the string by words. For example: "This is a car" -> "car a is This"
Reverse Integer, Two LinkedList intersects with each other, general question about heap, Buy and sell stock, Fabonacci, find the smallest common mutiples of two numbers.
Find repeating characters in string. Count occurrences of number in a stream of numbers. Print elements of a linked list in a particular order. Eg: 2-4-5-6-7-10-13 . output - "2,4-7,10,13". If the numbers are consecutive print the starting and ending number of the range, otherwise print the numbers as such in the form of string
Viewing 1171 - 1180 interview questions