Java: how do you make n threads run at the same time?
Software Engineer Interview Questions
466,457 software engineer interview questions shared by candidates
Write a program to fetch even natural numbers
Coding questions on String, Bit manipulation, trees, etc.
5.Write a C/C++ program to print the pattern for the given value N. For example N=5 1 2 3 2 3 4 5 4 3 4 5 6 7 6 5 4 5 6 7 8 9 8 7 6 5
You have a genealogy: 1) Describe a data structure to represent it. 2) Given any two people within the genealogy, describe an algorithm to determine if they share a common ancestor. You just need to return true/false, not all ancestors.
Was ist der schnellste Weg, 1 Million Integer zu sortieren, wenn alle im Bereich [1,100] sind?
You have a n number of cities. Lets say city 1 has some information that needs to be sent to all other n-1 cities using minimal cost. Cost between each pair of cities is given. any number of cities can transmit the information once they receive the information but the overall total cost should be minimum
Given two files that has list of words (one per line), write a program to show the intersection.
If i give you a team of software engineers will you be able to make a market product of your final year project, If yes then explain what be the theme on which you will base your product?
Reverse words in a sentence (a char[]) without using additional space. eg. "Hello there children" -> "children there Hello"
Viewing 371 - 380 interview questions