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 5440

How do handle error/exceptions in winrunner.

2 5162

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

2 6255

How do you carry usability testing?

5 15950

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

3 8136

How do you test cookies?

10 14986

How do you collect the metric?

2 7853

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

21 29746

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

8 16365

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

4 15770

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

2 7654

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 8181

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 5898

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

3 6584

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 8254

Post New ADITI Interview Questions




Un-Answered Questions

What is an event sub class?

5


What is data types in sql?

433


what is stper motor

1876


The function of the final drive is to a) Provide a permanent speed reduction b) To turn the drive round through 90o c) To provide drive to the rear wheels d) all of the above

917


How to increment dates by 1 in oracle?

459






what would I use uni-rexx for?

480


Define the management tools in Cassandra?

55


What is the difference between print() and echo()?

490


What is setup script?

362


How do pediatricians collaborate with other medical specialists and healthcare professionals to ensure comprehensive care for children?

1


What is instance method?

363


Why is this loop always executing once?

514


whats is mean by tiles in struts

1521


what is the price of a cubic meter of concrete on international market?

518


What hardware infrastructure do I need to run blue prism robotic automation platform?

156