Make a program that writes a Binary Search Tree to a file. Now create a program that reads those files and recreates a Binary Search Tree.
Engineer Interview Questions
1,135,594 engineer interview questions shared by candidates
If you have all the numbers from 1 to 1'000,000, except one of them. How would you find out which number is missing?
Assume there is a method provided getNextperson() which gives Person objects which have comparable interface implemented, now read from a file records and sort it and give first 1000 records, write code on the paper
1st round was apti round then 2nd round was they give an question we have to write progamme to solve this one and also wrrite a flow chart for the same programme
How does STP work...how does it know who will control everything?
Write a method that counts how many elements in an unsorted array are out of order.
Given a string of numbers, you can interpolate basic operations (+, -, * and /) to create an equation that can be evaluated using simple math. Given a string of numbers and a value, write a method that prints all of the equations that can be generated using that string that evaluate to the given value. ex- f("323",3) will print out "3 * 2 - 3"
Have you ever had your code formally verified?
The question was to write a simple program in any language that allows a user to guess a 4 digit pin containing only the numbers 1 - 5, If the user did not get the correct answer the program was to tell then how many digits they guessed correctly in the correct place and how many digits they guessed that were in the computers guess but not in the correct place....
how many primly key in the data base
Viewing 671 - 680 interview questions