Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like.
21 65940Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 28345Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me
2558Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
2543Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
2728Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle
3 50030A company given a party in order promote the company to its customer in a hotel then hotel provide some food & services to the customers of the company. should TDS deducted on payment made to hotel's bill? if payment is near about 35000/-.
2 8263Post New Goldman Sachs Interview Questions
Is soap stateless or stateful?
What= is the 911 point?
What is a special gl transaction? : fi- general ledger
When you mistakenly enter wrong master data for an equipment, how do you manage this?
What is exception hierarchy in java?
What are the different data types in mysql?
State bernoulli’s application.
Why in a cash book receipts are debited while the same if received in our books recepits are credited. Why does cash book have a rule to debit receipts and credit payments. For example if am paying the cash that i owe the company or firm i debit in my books(cash) on the debit side and should credit in the cash book but i cant do that cash book take receipts on the debit side as per the general . please clarify many thanx in advance
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What are different types of data sources?
Differentiate between DAO,ADO and Adodc as in data access objects?
What is microsoft visual c++ 2008 redistributable?
How can we make a constant in php?
Why GIT better than Subversion?
where can you add custom error messages to sql server? : Sql server administration