1. Name the agitation that prompted the Govt of Travancore to appoint a Public Service Commissioner?

Answer: Abstention Movement

Reply

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Name the agitation that prompted the Govt of Travancore to appoint a Public Service Commissioner?....
QA->The King of Travancore when the first Public Service Commissioner was appointed?....
QA->Who was the first Public Service Commissioner appointed in Travancore?....
QA->Article lays down that there shall be a Public Service Commission for the Union and a Public Service Commission for each states:....
QA->Article lays down that there shall be a Public Service Commission for the Union and a Public Service Commission for each states:....
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }...
MCQ->Statement: The school dropout rate in many districts inthe state has increased sharply during the last fewyears as the parents of these children make them work in the fields owned by others to earn enoughfor them to get at least one meal a day. Courses of action:(A) The Govt should put up a mechanism to providefoodgrains to the poor people in these districtsthrough public distribution system to encouragethe parents to send their wards to school.(B) The Govt should close down some of these schoolsin the district and deploy the teachers of theseschools to nearby schools and also ask remainingstudents to join these schools.(C) Govt should issue arrest warrants for all the parentswho force their children to work in fields instead ofattending classes....
MCQ->Statement: A large private bank has decided to retrench one-third of its employees in view of the huge losses incurred by it during the past three quarters. Courses of action: (A) The Govt. should issue a notification to general public to immediately stop all transactions with the bank. (B) The Govt. should direct the bank to refrain from retrenching its employees. (C) The Govt. should ask the central bank of the country to initiate an enquiry into the banks activities and submit its report....
MCQ->What will be the output of the program? public class HorseTest { public static void main (String [] args) { class Horse { public String name; / Line 7 / public Horse(String s) { name = s; } } / class Horse ends / Object obj = new Horse("Zippo"); / Line 13 / Horse h = (Horse) obj; / Line 14 / System.out.println(h.name); } } / class HorseTest ends /...
MCQ->Statement: In view of the violent situation due to students' agitation the state government has decided to close down all the educational institutions in the state for two weeks with immediate effect. Assumptions: The students' agitation may subside after two weeks. The students may not find a place to come further and continue agitation after the closure of the educational institutions.

...
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution