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 12794

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 5390

What is multiple inheritance ?

17 22542

Tell us about yourself.

47 113933

Tell me one Reason to reject you?

34 68142

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

7 19441

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

1 28297

i want how to repair registry

6 12320

How can take AD backup in Windows 2003 server

8 14352

what is testdata

8 9206

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

2 12462

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

1 15928

How to freely move a ball in graphics mode.

1902

what is .NET framework architecture ??

1565

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

5 18516

Post New Impetus Interview Questions




Un-Answered Questions

how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1829


What is hql in hadoop?

165


how to build a exercise findig min number of e heap with list imlemented?

1614


Why space heater is required for each verical bus bar chamber? if one space heater is adequate or not for anti condensation?

2088


how to and where to maintain copy controls

678






How will you cancel a deployment from central admin -> solution management, if it’s stuck at ³deploying´ or ³error?

400


Explain persistence?

579


Is there any need to change the web browsers to support html5?

442


How do you auto fill in excel?

312


What is mean by sorting?

510


Explain how do I take good portraits?

485


What is the difference between setmaxrows(int) and setfetchsize(int)?

568


What is difference between rownum and rowid?

511


Is it necessary to call embedded resources explicitly in jmeter?

322


What are selection fields?

571