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 12732

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 5364

What is multiple inheritance ?

17 22377

Tell us about yourself.

47 113474

Tell me one Reason to reject you?

34 67835

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

7 19378

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

1 28282

i want how to repair registry

6 12263

How can take AD backup in Windows 2003 server

8 14314

what is testdata

8 9146

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

2 12434

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

1 15911

How to freely move a ball in graphics mode.

1898

what is .NET framework architecture ??

1553

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

5 18458

Post New Impetus Interview Questions




Un-Answered Questions

If change in specification which parameter require to do for validation? if change in chromtographic condition then which parameter? if api change then which parameter? if change composition then which parameter? if old method not work out then whicj parameter? if additional one impurity added then which parameter of validation require to do on above each conditions? elaborate separately

349


we want build 10ft height ,tostore 4 litresof water.what is theground basement for steel andcement andsand.please send us basment calculation?

1909


How to remove a file?

603


Tell me what is the function of garbage collection in ruby on rails?

477


What are transactions in sql?

543






Is Joomla just a HTML based website deployment?

98


Where is a testplan stored?

567


What is thread in ios swift?

431


What is text check point and text area check point?

596


What is difference between array and arraylist? When will you use array over arraylist?

520


What is master oscillator?

548


How do I combine multiple workbooks into one?

312


What do you understand by parent-child selector?

292


Explain how to create dlq rules table?

489


What version of windows server is supported for exchange server 2010 installation?

595