Question
With reference to the ‘Prohibition of Benami Property
Transactions Act, 1988 (PBPT Act)’, consider the following statements: 1. A property transaction is not treated as a benami transaction if the owner of the property is not aware of the transaction. 2. Properties held benami are liable for confiscation by the Government. 3. The Act provides for three authorities for investigations but does not provide for any appellate mechanism. Which of the statements given above is/are correct?Solution
Act provides is an appellate tribunal, and they’re required to finish case within one year. B is most appropriate because IT dept (=therefore Government) can seize the benami properties.
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?