Question
Who among these pioneers of Indian Sociology is
acclaimed as the Father of Indian Sociology?Solution
Govind Sadashiv Ghurye was an Indian professor of sociology. In 1924, he became the second person to head the Department of Sociology in the University of Mumbai. He also founded the Indian Sociological Society and its newsletter, Sociological Bulletin, and served as head for both.
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 traversal method is most suitable for finding connected components in an undirected graph?
Which of the following methods is used to ensure stationarity in time series data, a critical prerequisite for ARIMA modeling?
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...
A financial institution notices an unusual pattern in transactions where large amounts are transferred between new accounts shortly after opening. Which...
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
Given the following tables: Orders (OrderID, CustomerID, OrderDate) and Customers (CustomerID, CustomerName, City), what SQL query will return the name...
In SQL, which type of join returns all records from the left table and the matched records from the right table, and fills in NULL values for non-matchi...
A marketing team wants to segment customers based on their purchasing frequency and average transaction value. Which framework is most appropriate for ...
You have a dataset with inconsistent date formats (e.g., 'DD/MM/YYYY', 'MM-DD-YYYY', 'YYYY-MM-DD'). What is the first step you should take to standardiz...