Question
Simple interest received at the rate of 9% p.a. for 5
years on a principal amount of Rs. 4000 is twice of the simple interest received at 10% p.a. for 6 years on the principal amount of Rs. ‘X’. Find the value of ‘X’.Solution
According to the question, (4000 × 0.09 × 5) = 2 × (X × 0.10 × 6) Or, 1800 = 1.2X Or, X = 1800/1.2 = 1500
Which traversal of binary tree gives nodes in sorted order?
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
What is the best-case time complexity of the binary search algorithm ?
Which testing type evaluates internal code logic and control flow?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Which of the following is a disadvantage of using arrays?
Which traversal method is best for copying a binary tree?
Which data structure is used in BFS traversal of graphs?
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be: