Start learning 50% faster. Sign in now
The Reserve Bank of India (RBI) revised guidelines for custodian banks issuing Irrevocable Payment Commitments (IPCs), capping intraday risk at 30% of the settlement amount under the T+1 settlement regime.
Which IoT communication protocol is lightweight and optimized for constrained devices?
Which of the following methods in the Seaborn library is used to create a scatter plot to visualize the relationship between two variables x and y?
Which of the following best describes independent variables in a dataset?
Which of the following forecasting methods is specifically designed to capture both autoregressive and moving average properties, often applied to non-s...
Given the following tables: Orders (OrderID, CustomerID, OrderDate) and Customers (CustomerID, CustomerName, City), what SQL query will return the name...
In exploratory data analysis (EDA), which of the following is the primary goal?
Which of the following best defines the role of a data analyst in an organization?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
Which of the following Excel functions is most appropriate for dynamically summarizing data from multiple tables by matching a key value?