Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

UPSC Interview Questions
Questions Answers Views Company eMail

Marx was belongs to which country

19 20161

Who are the authors of the Indian Constitution as per its Preamble

7 16385

General Knowledge & Current Affairs Questions and Answers - Set 1

55 608382

what is syllabus of appsc group1?

28 73792

What is used to disintegrate bladder stones ? (a) infrared rays (b) ultraviolet rays (c) X-rays (d) Ultrasonics

2 8505

The ?Grand Trunk Road? connects (a) Kolkata and Mumbai (b) Delhi and Chennai (c) Kolkata and Amritsar (d) Tirupati and Ludhiana

12 39891

A group of boys decided to buy a few cassettes whose price was between Rs. 200 and Rs. 250. But at the time of purchase, two of the boys declined to contribute as a result of which the remaining boys had to pay Re. 1 more than they had originally planned. What was the price of the cassettes if the boys contributed equally and in whole number of rupees? (a) Rs. 220 (b) Rs. 210 (c) Rs. 230 (d) Rs. 240

2 6515

The maximum strength of Lok Sabha has been fixed at (1) 530 (2) 545 (3) 525 (4) 520

6 13668

Who founded the Brahmo Samaj? (a) Debendranath Tagore (b) Keshab Chandra Sen (c) Raja Ram Mohan Roy (d) Ishwar Chandra Vidyasagar

2 7110

During the Mughal period which one of the following traders were the first to come to India? (a) Portuguese (b) Dutch (c) Danish (d) English

3 14237

?Radcliff line? is a boundary line between (a) India and Bangladesh (b) India and Bhutan (c) India and China (d) India and Pakistan

14 20938

The State which has the largest number of seats reserved for the Scheduled Tribes in the Lok Sabha is (a) Bihar (b) Gujarat (c) Uttar Pradesh (d) Madhya Pradesh

6 32378

The sculpture with the three faces of Brahma, Vishnu and Mahesh known as ?Trimurti? appears in ______ caves (a) Kalva (b) Ellora (c) Elephanta (d) Ajanta

2 10807

When was decimal coinage introduced in India ? (a) 1947 (b) 1950 (c) 1957 (d) 1960

7 19270

Where was the first Municipal Corporation in India set up? (a) Bombay (b) Calcutta (c) Delhi (d) Madras

35 84678

Post New UPSC Interview Questions


UPSC Interview Questions


Un-Answered Questions

Does spark work with python 3?

180


Can you edit an apex trigger/ apex class in production environment? Can you edit a visual force page in production environment? : salesforce crm

202


Hi, I am new in oracle(SQL), could anyone help me in writing a correct SQL. Below is the table structure. Table: Subsc Fields: 1. Sub_no (this field will hold values of subscriber nos, for e.g. S111111, S222222, S333333, S444444, etc.) 2. s_status (this field will hold values for different status of subscriber, for e.g. 'A', 'S', 'C', etc.) 3. cus_id (this field will hold values of bill nos for e.g. 11111111, 22222222, 33333333, 44444444, etc.) Table: Bill Fields: 1. Bill_no this field will hold values of bill nos for e.g. 11111111, 22222222, 33333333, 44444444, etc.) 2. b_status = (this field will hold values for different status of bill for e.g. 'O', 'C', 'S', etc.) Note: 1. The Sub_no is a Primary key of Subsc table. 2. The cus_id is a foreign in Subsc table (referred from Bill_no field of Bill table) 3. The Bill_no field is the Primary key of Bill table. Query A --> I wrote a query to select cus_id/Bill_no which is in status open (b_status = 'O') and having more than two active subscriber (i.e. S_status = 'A') in it ( i.e. more the two subscribers in same bill). select s.cus_id from subsc s where exists (select 1 from bill where bill_no = s.cus_id and b_status = 'O') and s_status = 'A' group by s.cus_id having count(sub_no) = 2 Problem : The above query will give the cus_id (or rather bill_no) which are in open status (b_status ='O) and which are having TWO ACTIVE Subscribers (s_status ='A') in it. However, this query will also lists the cus_id/bill_no which are having more than TWO subscribers in it (but only two subscriber will be in Active status (s_status = 'A') and the others will be in s_status = 'C' or s_status = 'S'. Help needed: I want to write a query which will fetch ONLY the cus_id/bill_no which are in open status (b_status ='O') and which are having ONLY TWO ACTIVE subscribers (s_status ='A') in it. B--> If I include the sub_no in the above query then NO row are returned. select s.cus_id, s.sub_no from subsc s where exists (select 1 from bill where bill_no = s.cus_id and b_status = 'O') and s_status = 'A' group by s.cus_id, s.sub_no having count(sub_no) = 2 Help needed: I want to modify the above query which will fetch ONLY the cus_id/bill_no which are in open status (b_status ='O') and which are having ONLY TWO ACTIVE subscribers (s_status ='A') in it ALONG with the sub_no. Thanks a lot in advance. Regards, Nitin

1763


AL+w button lanunches the .............. installed web brower

1611


When you open QTP, how many sheets you can see?

641






What are the different types of wet processing?

1


What is the viewstate in asp.net?

565


How many types of the database links?

591


technically, what is the reason behind starting the motor star the delta connection .. and what other ways to do this rather than using " star-delta transformer"

1537


Is it possible to bring select option in module pool screens?

522


please send me latest hindustan petrolium papers

1610


how is user account security established in windows server 2003? : Windows server 2003

98


What is a uml use case diagram (ucd), and when should you use it?

542


Which namespace are used for accessing the data?

638


How can you create a repository in Git?

5