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

ADP Interview Questions
Questions Answers Views Company eMail

how many divisions are there in cobol

3 8487

how many bytes does s9(7)COMP-3 field occupies?

6 26067

The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

3 7395

how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array

3 8001

wt will happen to the step of a job if u code COND=ONLY

5 9514

If your job fails at particular step then what would be the return code for next steps

3 8342

Imagine that u r driving a car from mysore to bangalore at a speed of 75mph.car no is KA-19 DB1955. distance between bangalore and mysore is 250 Km..... Now tell me wat s the date of birth of the driver............

25 48133

difference between structure and union.

2 7771

Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

5 17107

Hi guys I am selected as a Assistant central intelligence officer (ACIO) In Intelligence Bureau. So what is chance of my promotion and when ( In how many years) and what is my last promotion? Thanks sandeep

4 41246

I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

2 5495

write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

2087

what is the difference between shares and debentures

1 5189

how to move the records from file to array table. give with code example

2683

what is initial load and incremental load

3 31921

Post New ADP Interview Questions


ADP Interview Questions


Un-Answered Questions

What is query optimization process?

1020


How to install the development version of django?

531


What is node in Cassandra?

87


What are the main components of multi-tier architecture?

931


Can you perform under pressure

1445


Do reserved instances embody a capability reservation?

187


how to create broker from command prompt?

1030


How would you load a very large file in teradata in general? What utility would you use for it? Why?

1109


What is the difference between oop and sop?

1406


Why will you usually create an aspnet user account in the database for an asp.net web application?

1020


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1041


Does Apache Spark provide checkpoints?

286


How do you find the maximum value in a column in db2?

1112


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2563


Draw the Framework Architecture of Selenium RC with combination of Selenium webdriver?

2919