Question
How much did new investments grow in Q2 of FY25 compared
to Q1, as per recent data?Solution
New investments in Q2 of FY25 rose by 42.5% from Q1, reaching ₹9.21 lakh crore, with Maharashtra leading in investment volume.
A process is currently in the "Running" state. If its allocated time slice expires, to which state will it typically transition?
For matrix dimensions p = {10, 20, 30, 40}, representing matrices A (10x20), B (20x30), C (30x40). What is the minimum number of scalar multiplications ...
Which of the following is a key characteristic of a Public Cloud?Â
What does Polymorphism mean in the context of OOP?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which of the following is the last part of ICMP message format?
Complete the recurrence relation for dp[i][j] in the Longest Common Subsequence (LCS) problem when text1[i-1] is *not equal* to text2[j-1].
# dp[...
Which module in Python is used to define Abstract Base Classes (ABCs)?
Which of the following is NOT one of the four necessary conditions for a deadlock to occur?
A C function insert(Node* root, int data) for a BST.
#include
typedef struct Node {
  int data;
  struct ...