Question
The historical fiction ‘The Glory of Patan’ by KM
Munshi was originally written in which Indian language?Solution
The correct answer is D
Which sampling technique is most appropriate for studying population data divided into well-defined subgroups , where it is essential to ensure proporti...
Which of the following is the primary reason why bias occurs in sampling?
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
What is the primary advantage of using a box plot for data visualization?
In the context of data analysis, which of the following best describes trend analysis?
What is the primary benefit of customer segmentation in a data-driven marketing strategy?
In which programming language are pointers explicitly supported and used for memory manipulation?
In time series analysis, which component is characterized by predictable, cyclical patterns that repeat at fixed intervals?
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 �...
Which of the following Big Data processing models is based on the concept of continuous data flow processing?