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 6384

How do handle error/exceptions in winrunner.

2 5789

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

2 6965

How do you carry usability testing?

5 17401

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

3 8963

How do you test cookies?

10 16589

How do you collect the metric?

2 8523

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

21 33679

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

8 18310

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

4 17068

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

2 8271

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 9321

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 6642

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

3 7602

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 9500

Post New ADITI Interview Questions




Un-Answered Questions

What r the things,u prefer and prepare before starting testing?

2000


can we start slipring motor on star delta like we start induction motor ? if yes where will we connect ?

1699


Describe p-value

894


Explain the steps to use transact-sql cursor?

666


How to find/know service pack in windows xp?

611






Why is it called syswow64?

592


How do I run a shell script on a mac?

814


You want to create and send an IDOC to another the moment a PO is created in your system. How will you achieve this?

896


is manual testing enough for 2+ yrs,does it need any tools

2074


Can we store files in mongodb?

1


Mention what job does the conf class do?

310


Are parent constructors called implicitly inside a class constructor?

700


Can double compression glands be used with regular cables?

1836


Why it is necessary to use SAP in an industry? & What is the difference from other advance accounts software like Tally ERP 9? What is the importance of using GAAP for best management decission or why GAAP using by Top Management?

1794


What is two way data binding in angularjs?

589