Question
Prime minister Narendra Modi inaugurated the world's
longest railway in which state?Solution
Indian Prime Minister Narendra Modi inaugurated the world's longest railway platform of 1.5 kilometres at Sri Siddhaarooda railway station in Hubballi in the Indian state of Karnataka. The second-longest platform is in Gorakhpur city in the Indian state of Uttar Pradesh measuring 1,366.33 metres. Meanwhile, the third-longest platform is at Kollam Junction in Kerala measuring 1,180.5 metres. An investment of Rs 20.1 crore was made to build this platform as part of the railways' initiative to renovate stations.The construction began in February 2021 and is now finished. The station connects Hosapete (Gadag side), Vasco-Da-Gama/Belagavi, and Bengaluru (Davanagere side) and is a crucial crossroad in Karnataka (Londa side). Prime minister Modi also flagged off the Hubballi-Secunderabad Jn Express train with electric engines, inaugurated new campus of IIT in Dharwad city and dedicated several other projects along with the world's longest railway platform, Hubballi-Dharwad. He dedicated IIT Dharwad campus to India for which the foundation stone was laid by him in February 2019. About Karnataka Chief minister: Basavaraj Bommai               Governor: Thawar Chand Gehlot                  Capital: Bengaluru
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
The time complexity of binary search is:
In a binary tree, what is the maximum number of children a node can have?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Which of the following techniques is primarily used to address overfitting in machine learning models?
A data analysis algorithm requires processing data in a Last-In, First-Out (LIFO) manner. Which operation is used to get the most recently added element...
What type of relationship is represented by Aggregation in Object-Oriented Programming?
Consider the following sequence of stack operations:
PUSH(10) → PUSH(20) → PUSH(30) → POP() → PUSH(40) → POP() → POP()
What is...
Which of the following is true about triggers in a relational database?
Union-Find with path compression achieves nearly constant time because its complexity is: