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 13499

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 5751

What is multiple inheritance ?

17 23994

Tell us about yourself.

47 117673

Tell me one Reason to reject you?

34 70859

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

7 20247

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

1 28610

i want how to repair registry

6 13005

How can take AD backup in Windows 2003 server

8 15233

what is testdata

8 9849

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

2 12778

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

1 16215

How to freely move a ball in graphics mode.

2035

what is .NET framework architecture ??

1687

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

5 19182

Post New Impetus Interview Questions




Un-Answered Questions

Explain about different blocks in exception handling?

540


How does install.ksh and imprep.ksh files work ?

701


What is meant by Transformation? Give some examples.

232


Explain break statement in Ruby?

5


What is certificate authority?

684






Tell me what is official website url of laravel?

456


what is PTP radio and PMP radio? give me elaborate description...plz

1853


how do work current transformer?

1751


Mention what are the security parameter for xss in codeigniter?

421


Explain the characteristics of android

691


How do you turn on annotation wiring?

243


is there any choice in opting subjects like 4 out of 7

1858


How do I run sql server 2014?

646


much time is spent usually in each phases and why?

748


8. What is the difference between: a. Direct Costing Method and Absorption Method. b. Fixed Cost and Variable Cost.

1574