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 5728

How do handle error/exceptions in winrunner.

2 5367

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

2 6472

How do you carry usability testing?

5 16444

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

3 8424

How do you test cookies?

10 15522

How do you collect the metric?

2 8078

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

21 31131

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

8 17041

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

4 16314

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

2 7838

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 8554

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 6170

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

3 6942

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 8655

Post New ADITI Interview Questions




Un-Answered Questions

How you can capture the script of the authentication window in jmeter?

323


What is an internal calculation key? : fi- asset accounting

669


Why does python use self?

433


What is angular framework?

426


What is the differences between a primary key and a unique key in sql server?

527






How do you treat multicollinearity and heteroscedasticity in regression? Name some packages in r and python for building regression models.

118


why do u want to switch

2039


What is the purpose of process object?

308


The nucleophile in the first stage of the serine protease mechanism is a) H2O b) the carboxyl of Asp 102 c) the hydroxyl of Ser 195 d) the imidazole of His 57

1658


Is it possible to create multiple versions under a model in scm? : supply chain management

5


How do you recover a lost control file?

1


Is there a module to implement sql in spark?

181


How to declare and use cursor variables?

576


am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)

1271


Whenever we see a very slow response from server-side, then what all thing we need to look into?

551