Interview Questions For All Who Are Waiting For Jobs
RSS Feed (xml)
Skin Design: Free Blogger Skins
# There are two urns A and B and an equal number of red balls and blue balls.How do u place the balls in the urns such that the probability of picking up the red ball is greater?# Two trains enter at the opposite sides of a tunnel of length L with speeds 'V'. A particle enters the tunnel at the same time with a speed 'v' and it vibrates in the tunnel[i.e. if it reaches the end of the tunnel then it comes back]. What is the position of the particle by the time the 2 trains meet?# Write an sql query to sort a table according to the amounts in a row and find the second largest amount.# How do you kill a process?# What is the functionality of a top command?# Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?# Design a datastructure to represent the movement of a knight on a chess board# Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.