Question
An MSME has projected turnover of ₹300 crore. As per
20% norm, margin is 5%. What is the Maximum Bank Finance under Turnover Method?Solution
WC = 20% of 300 = 60 Borrower margin = 5% of 300 = 15 Bank finance = 60 – 15 = ₹45
Which Hadoop component is responsible for resource management?
Which is correct version of delete query in SQL
Consider the following C++ code:
#include
class Base {
public:
virtual void show() = 0;
};
cl...
Which of the following uses Latent Dirichlet Allocation (LDA)?
What is edge computing in IoT?
In a Breadth-First Search (BFS) algorithm for graph traversal, what is the primary role of a queue?
In IPv6, which of the following addresses is used for local communication within a network segment and is not routable beyond the local network?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') for element in MyLis...
What does "Polymorphism" literally mean in the context of OOP?
State True or False
Semi-structured data is data that does not conform to a data model but has some structure. It lacks a fixed or rigid sc...