Question
A certain sum of money invested at R% p.a. fetches a
compound interest (compounded annually) of 1560 and simple interest of Rs.1500 at the end of 2 years. Find the value of ‘R’.Solution
Difference between compound interest and simple interest for 2 years = 1560 – 1500 = Rs.60 Simple interest for 1 year = 1500/2 = Rs.750 So, R = (60/750) × 100 = 8%
Which of the following properties is true for a binary heap?
._______ method can be used for any SQL statements(Select and Update both).
An algorithm has a time complexity of O(N² ). If the input size N doubles, how does the execution time approximately change?
Which of the following best describes network topology?
In a Breadth-First Search (BFS) algorithm for graph traversal, what is the primary role of a queue?
Which of the following protocol is a network layer protocol and used for reporting errors?
Which component is responsible for managing virtualization in a cloud environment?
Which Hadoop component is responsible for resource management?
What is the primary purpose of cookies on a website?
Consider the following binary tree:
   5
   / \
  3  8
  / \ / \
 1 4 6 9
What is t...