English (526)
General Aptitude (3288)
Puzzles (488)
Personal Skills (0) a file s transferred from one location to another in buckets . the size of bucket s 10 kilobytes. the buckets get filled at rate of 0.0001kb per ms. transmission time from sender to receiver s 10ms per bucket. after receipt of bucket, receiver sends an acknowledgement tat reches sender in 100 ms. assuming no error during transmission write a formula to calculate time taken in seconds to successfully complete transfer of file of size N kb.
5 11551hai team members pls send sbi bank clerk exam model question paper to my email id faruque_mullick@yahoo.co.in
2374Please send me some model test papers for sbi clerical exams to my email id oberoi.tanuj@gmail.com at the earliest
2184In a colony there are some families. Each of them have children but different in numbers.Following are conditions a> no of adult>no of sons>no of daughters>no of families. b>each sister must have atleast one brother and should have at the most 1 sister. c> no of children in one family exceeds the sum of no of children in the rest families Tell the no of families
1 15550pls send me the aptitude question/previous years question papers of sbi to my email akhilagopakumar@yahoo.com
2424SQL> desc product1; Name Null? Type ----------------------------------------- -------- ---------------------------- PROD_ID NOT NULL NUMBER(38) PROD_QTY NUMBER(38) SQL> select * from product1; PROD_ID PROD_QTY ---------- ---------- 123 300 124 200 SQL> desc pmsales; Name Null? Type ----------------------------------------- -------- ---------------------------- PROD_ID NOT NULL NUMBER(38) PMS_QTY NUMBER(38) SQL> select * from pmsales; PROD_ID PMS_QTY ---------- ---------- 123 100 124 200 SQL> create view pmas_prod 2 as select p.prod_id,p.prod_qty,pm.pms_qty 3 from product1 p,pmsales pm 4 where p.prod_id=pm.prod_id; View created. SQL> update pmas_prod 2 set prod_qty=prod_qty-pms_qty; 2 rows updated. SQL> select * from product1; PROD_ID PROD_QTY ---------- ---------- 123 200 124 0 SQL> insert into pmas_prod values(125,400,200); insert into pmas_prod values(125,400,200) * ERROR at line 1: ORA-01776: cannot modify more than one base table through a join view Q How can we insert into this table ?
2029
A hotel has two,the east wing and the west wing.some east wing rooms but not all have an ocean view(OV).All WW have a harbour view(HV).The charge for all rooms is identical, except as follows * Extra charge for all HV rooms on or above the 3rd floor * Extra charge for all OV rooms except those without balcony * Extra charge for some HV rooms on the first two floor&some EW rooms without OV but having kitchen facilities.
HERE = COMES – SHE, (Assume s = 8), Find value of R + H + O
Two trains move in the same direction at 50 kmph and 32 kmph respectively. A man in the slower train observes the 15 seconds elapse before the faster train completely passes by him. What is the length of faster train?
Albert and Fernandes have two leg swimming race. Both start from opposite ends of the pool. On the first leg, the boys pass each other at 18 m from the deep end of the pool. During the second leg they pass at 10 m from the shallow end of the pool. Both go at constant speed but one of them is faster. Each boy rests for 4 seconds at the end of the first leg. What is the length of the pool?
Successive discounts of 10%, 20% and 20% are equal to a single discount of __
if the sum of five consecutive nos. 35? how many prime numbers are there :
hello..i hav cleared SBI written exm..i am a post graduate in english..wht type of questions they may ask me at the interview? plz help.
A person has Rs 100/- in his pocket, he can as 25 pencils or 15books. He kept 15% of the money for travelling expenses and purchased 5 ncils.So how many books he can purchase with the remaining money.
In a pond ecosystem, large fishes and small fishes will be there. If we want to remove small amount of pollutants, small fishes are to be employed. In a food chain food passes through a number of mouths and en route the mouth of the super feeder-the eagle. Its population determines the size of the ecosystem. But this has been proved false.What can you infer from above? (4 choices)
Two sentences are given and we were required to print the common word in the two sentences. Words were delimited by space, full stop, ? , ! and , . The trick in the question was that common word should be printed only once so if ur first sentence contains two word "how" and second contains "how" then in output how should be printed only once for this u can replace each matched word in second sentence by spaces . i want a solution in C/C++ language
A store was earning 25% profit after giving a discount of almost 25%,. If they now give 10% discount then what is the profit percentage earned.
what is the number whose reminder is 2 after dividing 5and also reminder is 4 after deviding 7 and reminder is 6 after deviding 9?
(7*7=49)(4*9=36)(3*6=18) (1*8=8)
Now i am doing RHCE (Red Hat Certified Engineer). Please give some interview questions of linux.
Find the value of @@+25-++@16, where @ denotes "square" and + denotes "square root".