Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

BEL Interview Questions
Questions Answers Views Company eMail

what are the types used for alternator earthing,what will happen if more than two alternator is working in parallel with each having own system earthing.is there any possibility for circulating current in between two system.

3 10907

clock frequency of 8051 microcontroller.

35 69100

On what basis no of earth pits are to be decided either for transformers or for equipment?

8 23494

In support project one ticket alloted which steps follows manualy tell me ?

2714

what is the difference between testing and quality analysis

2087

Hello friends, can any one give path to get BEL mechanical sample papers .

1 6102

What is the main difference between GSM & CDMA?

73 259024

hi freinds my name is lokesh and i am preparing for bel so anybody having bel question papers can please send to my mail-loki_426@yahoo.com

2018

hi i am Electronics and Telecommunication i am 2008 passing out batch from ORISSA.please help me for written test for PE for BEL(BHARAT ELECTRONICS LIMITED)Which will be conduct on 23-11-2008.help me as much as u can,plzssssssss........

2102

can u plz mail me bel qpapers.

2073

BEL old probationary engineering questions and answers

5280

I want formula to calculate cable size as per load given in kw & amp.I searched many sites but didn't right answer.Plz reply me asap.

41 423394

Synaptic conduction is mostly orthodromic because

2707

in sports(eg,cricket) what is the technique for measurement of speed of the ball thrown by the bowler.

6 13403

what is the difference between linear and non linear elements.

9 40538

Post New BEL Interview Questions




Un-Answered Questions

Is a form of interprocess communication?

1210


What are nested tables?

1225


What is the relationship between xaml and other transaction protocols? : xaml

1117


What are stacks?

1135


How to implement "load more" using nsfetchedresultscontroller?

866


Give four examples for footwear used by Romans.

5


How ambitious are you? Would you compete for my job?

1367


When was ejb developed?

1089


What does super keyword do?

1147


How do you start a hashtag?

898


Mention how crm assign the business roles?

1100


What do you mean by httpservlet and how it is different from the genericservlet?

1127


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

2405


What is a shell structure examples?

1153


common question for merchandiser

2101