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 12817

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 5403

What is multiple inheritance ?

17 22595

Tell us about yourself.

47 114085

Tell me one Reason to reject you?

34 68285

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

7 19481

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

1 28312

i want how to repair registry

6 12353

How can take AD backup in Windows 2003 server

8 14382

what is testdata

8 9230

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

2 12464

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

1 15944

How to freely move a ball in graphics mode.

1906

what is .NET framework architecture ??

1571

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

5 18532

Post New Impetus Interview Questions




Un-Answered Questions

Explain about the Bacillus pasteurii?

1720


What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f

3996


What is nonatomic in ios?

460


How does companies act protect the interest of debenture holders?

638


What are the different event modes in silverlight?

1






Write ajax call syntax?

437


How we can upload files in laravel? Explain

413


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1518


What is base html in django?

240


Explain the component of compute in windows azure platform?

349


Is sybase owned by sap?

472


How do I cd into a directory?

545


If a developer creates a new css file then where should the file be stored?

472


What is a component in java?

467


What is the use of logging in automation?

512