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

Impetus Interview Questions
Questions Answers Views Company eMail

If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?

8 12778

Find out the bug in this code,because of that this code will not compile....... #include #include #include using namespace std; class balance { double cur_bal; char name[80]; public: balance(double n, char *s) { cur_bal = n; strcpy(name, s); } ~balance() { cout << "Destructing "; cout << name << "\n"; } void set(double n, char *s) { cur_bal = n; strcpy(name, s); } void get_bal(double &n, char *s) { n = cur_bal; strcpy(s, name); } }; int main() { balance *p; char s[80]; double n; int i; try { p = new balance [3]; // allocate entire array } catch (bad_alloc xa) { cout << "Allocation Failure\n"; return 1; }

2 5383

What is multiple inheritance ?

17 22514

Tell us about yourself.

47 113811

Tell me one Reason to reject you?

34 68036

What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?

7 19431

What are the advantages and disadvantages of Descriptive programing and Object repository in QTP??

1 28297

i want how to repair registry

6 12312

How can take AD backup in Windows 2003 server

8 14345

what is testdata

8 9194

What are the advantages of using sql server over ms access or why should one use sql instead of ms access

2 12456

What is the uses of invoices? how many types of invoices, and difference between invoice and voucher, invoice and bill?

1 15926

How to freely move a ball in graphics mode.

1902

what is .NET framework architecture ??

1557

What will be the output- for(i=1;i<=3;i++) { printf("%d",i); continue; i++; }

5 18508

Post New Impetus Interview Questions




Un-Answered Questions

How can you create a work center for packing in sap ewm system?

439


How would you change old and new values in an insert, delete and update triggers?

544


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

613


What is the use of message map? Advantages of a message map.

587


What is the use of the formatdatetime function in the vbscript language?

554






What is shell scripting commands?

531


Explain asset history sheet? : fi- asset accounting

724


What is pollution?

170


What is sortedmap in java?

553


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1981


I'm moving on from windows; what other alternatives are there?

470


how to calculate the capacitor to maintain power factor?

1667


What is the use of global variable $ in Ruby?

3


Does node.js support multi-core platforms? And is it capable of utilizing all the cores?

249


Define open loop control system.

684