Question
What is the primary goal of the Maritime Development
Fund (MDF)?Solution
The Maritime Development Fund aims to boost domestic shipbuilding to reduce India's dependence on foreign ships.
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 is an example of semi-structured data ?
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
What is inheritance in Python?
How does metadata contribute to effective data management in large-scale data systems?
Which of the following is NOT true about binary search ?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
Which of the following Excel functions is most appropriate for dynamically summarizing data from multiple tables by matching a key value?
In SQL, which type of JOIN will return all rows from the left table and the matching rows from the right table, filling with NULLs where there is no match?
Which of the following best differentiates random sampling from non-random sampling techniques?