Posts

9) Total Collect

1) Inspection and walkthrough is done by ? walkthrough is done by Author/Developer Inspection is done by:  Formal Review Team including: Moderator (leads the session) Author (person who wrote the document/code) Reviewers (peers, QA, devs, domain experts) Scribe (documents defects) 2) if you found a a high priority, high seberity defect in production, what you will say, its defect or bug or failure ? answer : failure

8) Simple Interest & compound interest

Image
 1)  A sum of money at simple interest amounts to Rs. 815 in 3 years and to Rs. 854 in 4 years. The sum is: Rs. 650 Rs. 690 Rs. 698 Rs. 700 Answer:  Option Explanation: S.I. for 1 year = Rs. (854 - 815) = Rs. 39. S.I. for 3 years = Rs.(39 x 3) = Rs. 117.  Principal = Rs. (815 - 117) = Rs. 698. 2)  What would be the annual interest accrued on a deposit of Rs. 10,000 in a bank that pays a 4 % per annum rate of simple interest? formula:  SI = P x R x T / 100 Solution  :  Here, P = 10000, R = 4, T = 1 SI = P x R x T / 100 SI = 10000 x 4 x 1 / 100 SI = 400 Thus, the annual interest would be Rs. 400 3.  A man borrowed a certain sum of money at the rate of 6 % per annum for the first two years, 9% per annum for the next three years, and 14% per annum for the period beyond 5 years. If he pays a total interest of Rs. 22,800 at the end of 9 years, find the amount he borrowed. Solution :  Let the borrowed sum be P. SI for first 2 years + SI for nex...

7) Apti on Time speed distance

 https://www.geeksforgeeks.org/speed-time-distance-formula-and-aptitude-questions/   Two stations B and M are 465 km distant. A train starts from B towards M at 10 AM with a speed of 65 km/hr. Another train leaves from M towards B at 11 AM at a speed of 35 km/hr. Find the time when both trains meet.  The train leaving from B leaves an hour early than the train that leaves from M.  => Distance covered by train leaving from B = 65 km / hr x 1 hr = 65 km  Distance left = 465 - 65 = 400 km  Now, the train from M also gets moving and both are moving towards each other.  Applying the formula for relative speed,  Relative speed = 65 + 35 = 100 km / hr  => Time required by the trains to meet = 400 km / 100 km / hr = 4 hours  Thus, the trains meet at 4 hours after 11 AM, i.e., 3 PM. 

6. Apti on Mathematical ability ( LCM , HCF )

 1.  If the HCF of two numbers is 12 and their LCM is 360, find the numbers. We know that the product of the HCF and LCM of two numbers is equal to the product of the two numbers. So, for two numbers a and b with HCF = 12 and LCM = 360: HCF × LCM = a × b 12 × 360 = a × b 4320 = a × b Now, we need to find two numbers whose product is 4320 and HCF is 12. There can be multiple pairs of numbers that satisfy this condition, and one such pair is: a = 120 and b = 36 Because 120 × 36 = 4320 and the HCF of 120 and 36 is 12. If you want valid pairs, here are a few: 12 and 360 60 and 72 36 and 120 2.  Find the HCF of 36, 48, and 72. Prime factorization of 36: 2 2 × 3 2 Prime factorization of 48: 2 4 × 3 Prime factorization of 72: 2 3 × 3 2 Common factors: 2 2 and 3 (take the minimum power) So, the HCF of 36, 48, and 72 is 2 2 × 3 = 12. 3. What is the largest three-digit number that is exactly divisible by the HCF of 24 and 36? he HCF of 24 and 36 is 12. To find the ...

5) Apti on mathematical ability ( Time & Work )

 1) A+B+C can do a work in 12 days. B+ C can do work in 18 days. A+ B can do work un 15 days. If b do the work alone, then how many days needed We are given: A + B + C can do the work in 12 days B + C can do the work in 18 days A + B can do the work in 15 days We are to find how many days B alone will take to complete the work. We are given: A + B + C can do the work in 12 days B + C can do the work in 18 days A + B can do the work in 15 days We are to find how many days B alone will take to complete the work. Step 1: Convert to Work Rates Let the total work be LCM of 12, 18, 15 = 180 units (assume total work is 180 units for easier calculation). Now compute each group’s work per day : (A + B + C)’s rate = 180 / 12 = 15 units/day (B + C)’s rate = 180 / 18 = 10 units/day (A + B)’s rate = 180 / 15 = 12 units/day Step 2: Subtract to find individual rates From above: A + B + C = 15 B + C = 10 So, A = 15 − 10 = 5 units/day Also...