Question
Ashish invests an amount of Rs. 'A' into two different
SIPs, named 'P' and 'Q', for durations of 3 years and 2 years respectively. The first SIP 'P' yields a simple interest at an annual rate of 11%, while the second SIP 'Q' provides compound interest at an annual rate of 15%, compounded yearly. Given that the net difference in the amounts received from both SIPs is Rs. 60, determine the value of 'A'.Solution
ATQ, In SIP P: Amount received = A + {(A X 11 X 3) /100} = Rs. 1.33A In SIP Q: Amount received = A X {1 + (r/100) }2 = Rs. 1.3225A ATQ: 1.33A - 1.3225A = 60 Or, 0.0075A = 60 Or, 'A' = (60/0.0075) = 8000
- What will the following Java code snippet output when executed, which uses a simple constructor and method overloading ? class Calculator { Â Â Â int add ...
Which of the following HTTP methods is idempotent and used to completely replace a resource on the server?Â
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) Â Â Â Â Â Â Â FROM empl...In an operating system, which of the following system calls is most likely to cause a process to enter a waiting state due to synchronization with anoth...
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
- Which type of attack allows an attacker to inject malicious scripts into a trusted website to execute in a victim's browser?
- Which firewall type inspects packets at all layers of the OSI model to ensure complete protection?
Which of the following is a characteristic of an intelligent agent?
Which of the following is NOT considered a core characteristic of cloud computing?Â
- Which of the following correctly describes the second normal form (2NF) in database normalization?