Question
Arjun deposited Rs. ‘Z’ in a bank offering compound
interest of 8% p.a. compounded annually. After 4 years, he invested the amount received from the bank in scheme ‘E’ and ‘F’ in the ratio of 8:3 respectively. Scheme ‘F’ offers compound interest of 22% p.a. compounded annually while scheme ‘E’ offers simple interest of 14% p.a. If total interest received by him from schemes E and F together at the end of 2 years is Rs. 3240, then find the approximate value of ‘Z’.Solution
What is the primary purpose of Continuous Integration (CI) in software development?Â
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...