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

Flextronics Informatica Interview Questions
Questions Answers Views Company eMail

write a query row to column follwing source? quarter sales q1 5000 q1 9000 q1 7000 q1 6000 q2 5000 q2 4000 q2 3000 q2 1000 q3 4000 q3 3000 q3 1000 q3 2000 q4 5000 q4 400 i want the output? q1 q2 q3 q4 sales

3 8022

what is the size ur source like(file system or database)? how many record daily come u r banking project?

2190

Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?

5 11509

Post New Flextronics Informatica Interview Questions




Un-Answered Questions

What do you mean by linkage section?

1062


What are generic views in django?

511


Which property is used to change the background color?

589


How do you convert a powerpoint?

464


How to execute a Talend Job remotely?

3


if journal approval flag is checked while defining set of books (sob) then all journals will necessarily require approval. Is this statement correct?

413


What language is microsoft office written in?

1014


Define the networking option in openstack?

303


Is it possible to edit a completed central contract?

933


Why the Main window Triggers first in Scripts ?

2067


What is the difference between 32 bit and 64 bit os?

1039


What are the uses of salesforce chatter?

556


#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

2604


What is the purpose of a web form?

1064


What is the difference between an electric motor and an electric generator?

1305