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

Convergys Interview Questions
Questions Answers Views Company eMail

Define this room?

7 53042

What is your strenght and weakness...?

31 74210

how did you spend yester day

67 276848

how many round conduct at convergys?

2 10254

what all qualities you have? which one quality would you like to share with all your team members and why.?

2 7139

Speak on a memorable moment in your life for 5 mnts?

49 506588

which is the good institution in delhi for ORACLE certification?

2 8618

why should i join call center

36 47963

How does the last interview phase goes in a Call Center? Isn't it that they will test you through Phone Simulation?..Can u give an example, on how to do that or answer that call?

2570

plz tell me ur daily routine

22 173552

what u think what is the status of women in India as conmpared to western countries?

2 11113

IF U BECOME THE PRESIDENT OF U.S. WHAT ARE THE CHANGES U WOULD LIKE TO MAKE IN THE INTERNATIONAL POLICIES?

8 12222

SPEAK ON SUN SHINES?

5 12925

SPEAK ON THE STATUS OF WOMEN IN INDIA COMPARE TO WESTERN COUNTRIES?

2 9138

WHAT U THINK SMILE IS NECESSARY IN UR LIFE?

12 23441

Post New Convergys Interview Questions




Un-Answered Questions

What are the packages in SAP HANA?

164


What are the differences between knowledge representation methods like Semantic Networks and Ontologies?

120


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

3112


How to create runtime query?

303


What are lightning events ? Where do you use them ?

515


How is openstack used in a cloud environment?

283


Tell me what is the difference between bias and variance?

116


What is the use of interceptor?

998


Hi, While I am trying to produce a html report from SAS interactive screen, I am always getting an error. I have attached the result of interactive execution with this. Please help me on this. NOTE: All profile changes will be lost at the end of the session. 1 *libname ia 'U19K.CAPS.SAS'; 2 3 /*Data declaration*/ 4 data work.staff; 5 infile 'U19K.CAPS.SAS (RAWDATA1)'; 6 input LastName $ 1-10 FirstName $ 11- 20 7 JobTitle $ 21-23 Salary 24- 28 8 BirthDat $ 29-37 Gender $ 38 9 run; 10 11 /*Basic "format" statement*/ 12 /*assign range of values to a variable and use it*/ 13 /*'$' should be used for a alphanumeric manipulation*/ NOTE: The infile 'U19K.CAPS.SAS(RAWDATA1)' is: Dsname=U19K.CAPS.SAS (RAWDATA1), Unit=3390,Volume=XTD007,Disp=SHR,Blksize=6160, Lrecl=80,Recfm=FB NOTE: 20 records were read from the infile 'U19K.CAPS.SAS (RAWDATA1)'. NOTE: The data set WORK.STAFF has 20 observations and 7 variables. NOTE: The DATA statement used 0.01 CPU seconds and 7537K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 14 proc format; 15 value Salrange low- 10000='Below' 16 10001- 20000='Medium' 17 20001- High='Above'; NOTE: Format SALRANGE has been output. 18 value $Gender F='Female' 19 M='Male'; NOTE: Format Ă…GENDER has been output. 20 run; NOTE: The PROCEDURE FORMAT used 0.00 CPU seconds and 7523K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 21 22 /*ODS-Output delivery system to create html file*/ 23 ods listing close; 24 ods html file='C:\Documents and Settings\u19k\Desktop\html1.html'; NOTE: Writing HTML Body file: C:\Documents and Settings\u19k\Desktop\html1.html ERROR: Invalid file, C:\DOCUMENTS AND SETTINGS\U19K\DESKTOP\HTML1.HTML. WARNING: No body file. HTML output will not be created. 25 26 /*Basic "label" statement*/ 27 proc print data=work.staff split=''; 28 label LastName='Last Name' 29 FirstName='First Name' 30 JobTitle='Job Title' 31 Salary='Annual Salary'; 32 format Salary Salrange. Gender $Gender.; 33 var LastName FirstName JobTitle Salary Gender; 34 title 'Employee database'; 35 run; WARNING: No output destinations active. NOTE: The PROCEDURE PRINT used 0.00 CPU seconds and 10275K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 36 37 /*ODS-html closing*/ 38 ods html close; 39 ods listing;

2810


What types of high speed CMOS circuits have you designed?

2160


abbreviation for CHAT?

2173


Discuss the treatment options for retinal vascular occlusions, such as central retinal vein occlusion (CRVO) or branch retinal vein occlusion (BRVO).

1


Why is the use of exit do or exit for statements within loops discouraged?

1063


What is difference between JBOD and RAID?

2192


What is the difference between array_map () and array_shift ()?

1061