Given a radius of 1, what is the expected distance of a dart thrown at a dart board.
Interns Interview Questions
249,127 interns interview questions shared by candidates
What's would you say your friends would say is your greatest weakness?
You will have 100 test cases per internet browser (IE, Firefox, Chrome, Safari). Due to certain constraints, you can only use 200. How will you distribute these cases?
Most of the questions are based on SDS so just come prepared
Two questions on coding
JAVA BASICS,PROJECT DETAILS
Linked List and Time Complexity
What is an achievement that I am particularly proud of; why?
There is a fence with n posts, each post can be painted with one of the k colors. You have to paint all the posts such that no more than two adjacent fence posts have the same color. Return the total number of ways you can paint the fence.
given a list of pairs (parent, child) navigate the list of pairs and fill the supplied data structure: class Entry{ String data; Set<Entry> Children } EG: { (A,B), (A,C), (A,D), (B,E), (E,F) }
Viewing 1381 - 1390 interview questions