Start learning 50% faster. Sign in now
According to the "Master Circular on Exposure Norms for UCBs," UCBs whose priority sector loan portfolio exceeds 90% may grant unsecured advances up to 35% of their total assets.
Which of the following best describes a method to handle inconsistent data when integrating datasets from different sources?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
In the context of the data analysis process, what is the main purpose of the "modeling" stage?
Why is metadata crucial in the management of data?
A retailer wants to segment its customers to optimize targeted marketing campaigns. Which of the following approaches would be most effective for custom...
Which of the following is an example of metadata in a database?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
When identifying business problems for data analysis, what is a critical first step?
What is the primary advantage of using the ARIMA (AutoRegressive Integrated Moving Average) model for forecasting time series data?
In predictive modeling for customer segmentation, which type of model is most suitable for identifying distinct customer groups based on purchasing beha...