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

ADITI Interview Questions
Questions Answers Views Company eMail

How do you recognise Active X components in winrunner?

4 7477

How do handle error/exceptions in winrunner.

2 6622

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

2 7844

How do you carry usability testing?

5 19362

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

3 9928

How do you test cookies?

10 18422

How do you collect the metric?

2 9653

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

21 37442

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

8 20055

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

4 18219

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

2 8952

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 10453

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 7320

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

3 8608

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 10753

Post New ADITI Interview Questions




Un-Answered Questions

What is a ruby singleton method ?

858


Extra co-curricular activities?

1155


Write a SQL command to insert and update only a particular field?

1121


How big can the company get? - Venture Capitalists

1089


How can you schedule a sqoop job using Oozie?

5


What is process layout definition?

383


What is data loss prevention (dlp)?

996


How do you recover a corrupted hard drive?

984


How will you convert an integer to a hexadecimal string in python?

915


What is stoi in c++?

1195


Where is php code written?

1007


What is the use of opportunities tab with adwords?

274


Mention the length of physical storage of the given data types of db2 – date, timestamp, time

1086


What is inversion of control?

867


Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .

929