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 11557hai team members pls send sbi bank clerk exam model question paper to my email id faruque_mullick@yahoo.co.in
2375Please 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 15553pls send me the aptitude question/previous years question papers of sbi to my email akhilagopakumar@yahoo.com
2425SQL> 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
The word inference relates to ?
Can you tender a one rupee note in such a manner that there shall be total 50 coins but none of them would be 2 paise coins.?
There are three trucks A, B, C. A loads 10 kg/min. B loads 13 1/3 kg/min. C unloads 5 kg/min. If three simultaneously works then what is the time taken to load 2.4 tones?
A person travels 12 km in the southward direction and then travels 5km to the right and then travels 15km toward the right and finally travels 5km towards the east, how far is he from his starting place?
Four concentric circles are given. The radius of 1st circle is x. Next is 2x, then 3x and 4x. Given that area between 2nd and 1st is A and 4th and 3rd circles being B. Find ratio of A to B
What is degree of a Relation?
If each of the numbers A, B and C are divisible by 2, then A*B*C must be divisible by
Four circles are drawn from the corners of a square of area 49 cm2. Find the area of 4 circles outside the square (they didn't mention that circles have radius=1/2 side of a square)?
A can do a work in 8 days, B can do a work in 7 days, C can do a work in 6 days. A works on the first day, B works on the second day and C on the third day rely. that is they work on alternate days. When will they finish the work.(which day will they finish the work) (7+7/168)
A clock is late by 1 minute 27 seconds in a month. Then how much will it be late in 1 day?
f(X)= 2X-1 + f(X-1) if X is not equal to zeroandiff(X=0)=0, If f(X)-f(X-1)=f(X-8) for X>5 then X= ?
In 80 coins one coin is counterfeit what is minimum number of weighings to find out counterfeit coin
A contractor employed 200 men to complete a strip of highway in 200 days. After 150 days he found that only 3/5th of the strip is complete. How many additional men should be employed to complete the work on time?
A 4" cube is painted in all its faces and then it is cut down into 1" blocks. How many 1" blocks are there even without a single face being painted?
If a man buys 1 lt of milk for Rs.12 and mixes it with 20% water and sells it for Rs.15, then what is the percentage of gain?