Software Interview Questions
Questions Answers Views Company eMail

What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008

IBM,

2 7828

What is Trace flag?

Wipro,

1 3862

Differences between Standby Vs No recovery?

Wipro,

2 15320

what is lazy writer?

Wipro,

1 8055

Can we move Resource database from one path to another? If yes,How can we?

Wipro,

1 6293

What is the use of Port no?

Wipro,

1 3927

Can you explain some of the DTS problems?

UBS, Wipro,

1 4132

What is Check point? Explain in Brief what it will do?

Wipro,

1 5285

What is DAC? what is the use of it?

Wipro,

1 5286

what is Buffer cash and Log Cache? Can you Explain it?

Wipro,

1 8186

How COPA is calculated in Third party business transactions...

1 5031

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 7861

Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?

1861

if a table is getting updated what happens if a function is called from sql query?

RBS,

2 8216

What is your organization’s security philosophy? What level of security does your data require? How much risk are you willing to assume in each application area?

1502


Un-Answered Questions { Software }

what is the purpose of the runtime class?

555


Can you explain the Virtual memory?

585


What's the “kernel trick” and how is it useful?

63


What is the purpose of struct-config.xml in struct2?

565


Explain if the rule availability is set as yes?

183






What is the function of ctrl a to z?

328


What are all the events dispatched in item editor?

5


What is the function of start menu?

510


What is HTTPModule and HTTPcontext? What is the use of each?

1997


Can delegates be used as callbacks?

496


What is the Model Building in Machine Learning?

80


Which is better entity framework or ado.net?

511


What do you understand by Ordinary Least Squares Linear Regression?

100


What is the difference in record set and dataset?

524


What do you mean by cell in computer?

295