You have two jugs, one that has a volume of 5 liters and another that has a volume of 3 liters. How do you put exactly four liters into the larger jug?
Software Senior Interview Questions
75,505 software senior interview questions shared by candidates
how to print a binary search tree in a level ordered fashion?
They do not have good question to write here because they self are not literate.
Write a function that determines if two strings are anagrams.
Settimeout, flatten an array
Given an n x n grid, find the number of ways to get from the bottom left to the top right given that you can only move up or right each time and you cannot move to any node on the bottom diagonal half of the grid, i.e. row less than col.
How would you manage a developer that was not closing tickets or whose output was subpar.
Give an API: int read4(char *buf) which reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file. By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.
1. Implement LinkedHashMap , how does it ensure O(1) for a get call. 2. Sort employee list , sorting can be applied on name,salary that will be decided on runtime. So we need to implement multiple comparators and pass the same to Collections.sort(list,new ComparatorName()). 3. In the above list make sure there is no duplicates, if fname and lname are same, they are duplicates.
Write a program to remove vowels from a given string
Viewing 271 - 280 interview questions