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

ADITI Interview Questions
Questions Answers Views Company eMail

How do you recognise Active X components in winrunner?

4 5795

How do handle error/exceptions in winrunner.

2 5406

How do you create a startup script in winrunner and what is consists generally?

2 6513

How do you carry usability testing?

5 16507

what are the major observations that you made when you are doing compatibility testing particularly in web applications?

3 8479

How do you test cookies?

10 15646

How do you collect the metric?

2 8111

What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 31410

What is the output of the following program #include main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 17127

What is the memory allocated by the following definition ? int (*x)[10];

4 16387

What is the memory allocated by the following definition ? int (*x)();

2 7877

What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 8607

Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 6206

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 6991

What is the output for the following program #include main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 8720

Post New ADITI Interview Questions




Un-Answered Questions

who introduced sql?

573


How do I add a row to a table in word 2007?

311


Can I uninstall iis?

575


Is tomcat written in java?

471


residential projects,structural.

2417






Elaborate the plinq?

68


What is webkit in css?

300


What are the 3 main stages involved in testing with qtp?

563


i am an maintenance engineer. one distribution board have 5 feeder. recently its ELR trips frequently, but it take some times after trip( 10min,20min..)but 3 feeder no load. two feeder only loaded. i checked one feeder IR value all values are above 50Mohm.but B phase to Earth is only 9Mohm.any problem about low value

1421


> symbol is used to redirect the output of a command. State Whether True or False?

664


How do you update a dataset in ado.net?

551


How to add the custom code in Report?

99


What is sorting in sql?

507


What are the reason to implement a corba application with multi-threading?

513


Tell me what api is required for database testing in selenium webdriver?

503