Question
What is the maximum rate of compensation for permanent
total disability under the Workmen’s Compensation Act?Solution
The maximum rate of compensation for permanent total disablement and death under the Workmen’s Compensation Act, 1923 was fixed at Rs. 1,40,000/- and Rs. 1,20,000/-.
In data management, what role does metadata play when working with a large dataset of customer transactions?
The main difference between 'supervised' and 'unsupervised' learning is that:
You receive a dataset with missing values in multiple columns. What is the most effective approach to handle these missing values?
Which data visualization tool is most suitable for creating interactive dashboards and sharing visual insights with stakeholders ?
In stratified sampling, how are the population groups divided?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which machine learning model is most appropriate for detecting spam emails, considering its ability to handle high-dimensional data and probabilistic pr...
In which scenario is stratified sampling most suitable?
Which of the following best defines the role of a data analyst within an organization?
What is polymorphism in Python?