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...

Topic :: Data





Data Interview Questions
Questions Answers Views Company eMail

Question 1)Read the data from one file and remove all the duplicated words and generate an output file containg only using words.Program should also print number of occurance of each words on standard output.(Program must be use STL and iostream object). Question 2)Write a program to convert the lower case contents of file to upper case using STL. Question 3)What is the output of this problem. int i=12; int &r =i; r+r/4; int +p =&r; int *p = &r; P+=r; return 1; Answer :a)12 b)17 c) 30 d)24 E)15 Question 4) #include #include #include void main() { char srcstr[30],desstr[30]; int i,len; clrscr(); cout<<"\nenter the string\n"; cin>>srcstr; len=strlen(srcstr); for(i=0;srcstr[i]!='\0';i++) { desstr[--len]=srcstr[i]; } desstr[i]='\0'; cout<<"\nreversed string is\n"; for(i=0;desstr[i]!='\0';i++) { cout< } getch(); } Answer : A) string output b)tuptuo gnirts c) string d)output Question 5) Class Test { static const Tk=LEN; int q; public: foo(intx =LEN):q(x){}; TGet Q() const { return q:} void call test Foo foo(10); std::const<< foo.Getq(); Answer: 7,8,9,10,11 question 6) class A { int a; char b; }; class B:public A { char b; int a; }; What is the size? Answer a)5 bytes for class A and 5 bytes class B b)4 bytes for class A and 8 bytes class B. c).... d)....

Bally Technologies,

2 8879

how to write a data 10 in address location 0x2000

3 5913

How can update edit control data of an executing application from other application?

HP,

3 10288

you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.

Amazon,

1 6758

how can create data base link for tow servers (scott schema) give examples plz

2 5333

using comand prompt how can import table data and table space with example

2 5664

I have a file with data comming as 1,x1,x2,x3 2,a1,a2 3,b1,b2,b3,b4 1,y1,y2,y3 2,c1,c2,c3 3,d1,d2 my out put should be as follows x1,x2,x3,a1,a2,,b1,b2,b3,b4 y1,y2,y3,c1,c2,c3,d1,d2, Please let me know how can we acheive this in informatica Thanks in advance

4 8107

when will ssa data entry test result will be announced????

2027

does physical index sort data

1 3887

what type of indexes physically sort data?

3 7372

1) In a dataset how to delete a single row? 2) i have 50 rows , i want to display 5-7 records only? How to write the sql query? 3)i have 40 rows,i want to display last row? write sql query?

Wipro,

7 19977

I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?

3 6540

What is the use of COMMAREA ?Minimum how much data we can pass from it?

Cap Gemini,

7 30019

Should you take the backup of Logfiles if the database is running in ARCHIVELOG mode?

4 10859

what is meant by databases

4 6408




Related Topics


Un-Answered Questions { Data }

Can we install Oracle database in VT100 Server?

2407


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3907


How to connect to a remote database using Applet?

2561


How database connectivity in XML is achieved?

2252


How data can be inserted into long row column of database?

2161


How to know howmuch data is truncated?

2380


What are the parameters available in user exit for enhancing master data?

1972


What are the data target administration tasks?

2324


Where the data is extracted during init of delta and during delta updates?

2021


How do you transform OH data?

1935


How will you do data driven testing using Robot?

2564


Where the datapool values are stored?

2465


What is datapool cursor?

2324


What is standard data type and what is user defined data type?

2364


What information is contained in the Datapool_config section?

2202