Question
How many people have been announced to receive the Padma
Award by the Government of India in 2025?Solution
Explanation:Â This year, for 2025, the President of India has awarded 139Â Padma Awards, including a dual case (where the award is counted as one), with the list consisting of 13 posthumous awardees, 10 foreigners/NRI/PIO/OCI, and 23 women.Â
What is polymorphism in Python?
An employee in a financial organization receives an email claiming to be from the company CEO, asking them to urgently transfer funds to a specific acco...
In Python, missing values in DataFrame are represented as:
In Python, which method in the Pandas library would you use to replace NaN values in a DataFrame with the median value of each column?
In artificial intelligence, what is the primary advantage of using a convolutional neural network (CNN) over a traditional multi-layer perceptron (MLP) ...
In a dataset with outliers, which measure is more robust than the mean?
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
Which IoT communication protocol is lightweight and optimized for constrained devices?
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 �...
Which characteristic best distinguishes big data from traditional data?