Question
Who among the following was the only Jewish Viceroy in
India?Solution
Lord Reading was the only Jewish Viceroy of India. He succeeded Lord Chelmsford and served as the Governor-General and Viceroy of India from 1921 to 1925. Important events during his tenure included: • Non-Cooperation Movement (which climaxed and was withdrawn in 1922) • Mopla Rebellion (1921) • Simultaneous Civil Services Examinations in London and Delhi (1923) • Foundation of Vishwa Bharati University (1922) by Rabindranath Tagore • Formation of the Communist Party of India (1921) • Formation of the Swaraj Party (1923) • Kakori Train Action (1925)
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...Which of the following is correct for a single-line comment in C++?
In Python, which method is used to convert a string to lowercase?
In C, what is the output of printf("%d", 5/2);?
In Python, what does len() function do?
Which Python keyword is used to handle exceptions?
Which of the following algorithms is used for finding Minimum Spanning Tree?
Which of the following is true about C++ destructors?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?