Start learning 50% faster. Sign in now
The National Board for Micro, Small, and Medium Enterprises (NBMSME) , established under the MSME Development Act, 2006 , plays a crucial role in formulating policies, evaluating government schemes, and making recommendations to improve the growth and development of MSMEs. It is not directly responsible for registration processes (which is handled by Udyam) or for managing operations at the Ministry level, but rather serves as an advisory and monitoring body. The Board, under the general guidance of the Central Government, will carry out the following functions: ·        assess  factors  affecting  the  growth of micro, small, and medium enterprises, reviewing Government policies and programs to enhance their competitiveness and growth, and analyzing their impact. ·        make recommendations on the above issues and any other matter referred by the Central Government aimed at enhancing the competitiveness and growth of these enterprises. ·        advise the Central Government on the utilization of the Fund or Funds established under section 12 of the Act
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
Which of the following characteristics is unique to TCP as opposed to UDP in a network communication scenario?
A data analyst at an insurance company is tasked with assessing the probability of fraudulent claims by analyzing customer transaction data and claim hi...
A team leader requests a dashboard to display key performance indicators (KPIs) for the sales department. What is the most important consideration when ...
When analyzing customer buying behavior, which of the following metrics would be most critical in assessing customer loyalty and retention?
Which of the following is the best example of metadata in a database system?
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
When identifying business problems, what is the first step a data analyst should take to ensure clarity and effectiveness in solving the problem?
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 Â...
Which of the following is the primary benefit of using APIs over web scraping for data collection from a website?