I have done B.Sc.(H)Zoology).I went for an interview in a call centre.Cleared seven rounds there.Only I was selected out of 50 people for HR round.In HR round the HR manager asked me "Why you want to join a call centre after doing B.Sc.?" I couldn't answer and lost the interview.
11 33669I have to give interviews in various airlines for cabin Crew.So,plz tell me abt various ques. Which r expected by Them
6 31653Post New Convergys Interview Questions
What is the biggest drawback to fieldformula?
give a brief description about yourself..
Explain rethrowing exceptions with an example?
Are goroutines threads?
what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }
How to check whether form posted or not in zend framework?
Have you progressed in your career as you have expected?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is difference between interceptors and filters?
What is a characteristic feature of a carrier protein in a plasma membrane?
What is activex control in vba?
What is purpose of purchase value key in material master?
HOW TO FILL PURCHASE RETURNS IN VAT 200,IF NOT PURCHASES THE PERIOD?
What is pure virtual function? Or what is abstract class?
What is innodb_buffer_pool_size?