If a batsman given super powers so that he can hit any run[6,4 ,etc] and he wants to score highest run for himself , how he'll do that in 50 over game?
Engineer Interview Questions
1,135,474 engineer interview questions shared by candidates
Given a collection of numbers, it has two functions: insert() and getMedian(). Choose a data structure to construct this collection and design the insert() and getMedian() function. Explain the time complexity of each function.
Check if there exist duplicates in array or not
What is Firewall, DNS, DHCP etc
This round consists of 6 competitive coding questions and you need to solve at least 4 to get you through.
When designing a system, what order do you put the following attributes and why; Speed, Quality and Durability?
What is java?
questions on data structures and algorithms
public class Person { Person father; Person mother; Gender gender; Integer age; List<Person> children; int level = 0; public enum Gender { Male, Female; } } For the above class, you basically have to implement 2 methods. public List<Person> getOldestSisters() public List<Person> getGreatestAncestors()
Given a string s="my name is anny" print it in this manner: m n i a y a s n m m e y ie first letter of every word in the string
Viewing 921 - 930 interview questions