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 13729

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 5858

What is multiple inheritance ?

17 24462

Tell us about yourself.

47 118801

Tell me one Reason to reject you?

34 71566

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

7 20524

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

1 28713

i want how to repair registry

6 13161

How can take AD backup in Windows 2003 server

8 15466

what is testdata

8 10039

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

2 12870

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

1 16312

How to freely move a ball in graphics mode.

2097

what is .NET framework architecture ??

1740

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

5 19431

Post New Impetus Interview Questions




Un-Answered Questions

What are you expecting from Genentech in the future?

849


Is a view faster than a stored procedure?

715


How do you determine the communication needs of stakeholders?

720


What will at backend on creation of new custom entity in CRM?

576


How we can get the value of an element using javascript?

663






What are heavyweight components? What is lightweight component?

724


How will you represent a linked list in a graphical view?

800


How can I schedule reports in cognos?

766


what is procedure of measuring operating length of mechanical seal.(in case of centrifugel pump)

2180


What condition do we use in Cognos when multiple path exits to reach the fact table.(i.e in BOXI we use CONTEXT when multiple path exit)

1858


What is a p-n junction diode?

793


Where is the start menu button?

648


How to change a password for an existing user via mysqladmin?

723


What do mean by Computerization of accounts

2313


What is the latest java version?

772