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

Reliance Call Centre AllOther Interview Questions
Questions Answers Views Company eMail

i have done b.sc computers,i want to go to tech support interviews,i have basic hardware knowledge,what type of questions they are asking inthis interviews,pls send me interview questions

1 7186

I am a production engineer(fresher).But i want to join a call center as a customer support executive or a recruiter.the question is "Being a production engineer why Should i join a call center"? Please answer the related Possible questions also....

2 12430

How you define yourself as a person/individual

12 63820

what is the difference of customer service and contact service?

4 9508

what is meant by pm round in bpos?

1966

Tell me something about urself ?

60 102047

WHAT DO YOU KNOW ABOUT OUR COMPANY?

8 25535

Tell about your collegeday life

29 52380

As am a fresher i dont know how to attend a interview ,give me some tips?

41 114619

Tell me about yourself?

7 14366

Tell me about yourself?

2165

what is ledership quallity?

9 17373

why do you want to join bpo

134 820779

how can you handle an unexpected situation?

10 24699

tell about mumbai ?

20 135525

Post New Reliance Call Centre AllOther Interview Questions


Reliance Call Centre AllOther Interview Questions


Un-Answered Questions

Why cant we use Normal function module for data transfer?

1693


What is an xml data?

451


Have you used rollup component? Describe how.

653


When we use 3 terminal resistor?

621


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

1765






How can we control particular key should go in a specific reducer?

638


Doadd(1,2) doadd(1,2,3,4) use the above arguments to sum the value. Using without any parameter receive throught the function.?

500


Is asp a programming language?

507


Explain mutable storage class specifier.

621


How do I create a dialog box in mfc?

607


Explain method of creating object in C++ ?

587


How will create assesblies at run time?

543


Name a few good drupal sites?

69


What type of loop is a for loop?

677


What are applicant actions?

601