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 12731

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 5363

What is multiple inheritance ?

17 22372

Tell us about yourself.

47 113440

Tell me one Reason to reject you?

34 67819

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

7 19373

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

1 28276

i want how to repair registry

6 12262

How can take AD backup in Windows 2003 server

8 14311

what is testdata

8 9145

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

2 12430

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

1 15908

How to freely move a ball in graphics mode.

1898

what is .NET framework architecture ??

1552

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

5 18457

Post New Impetus Interview Questions




Un-Answered Questions

What is dhtml explain with example?

433


Can the attribute list of an element type contain attributes whose names come from other xml namespaces?

499


How can we move to a particular frame in selenium?

494


How do java applications access the database using jdbc?

524


How to move a multi-file database?

507






what's the difference between 'soft' rock and 'hard' rock geology?

454


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

1890


What are the advantages of perl programming?

530


Where must the declaration of a friend function appear?

528


U did B.Tech why did you join a marketing compnay?

2215


Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad

1831


Is postgresql free to use?

413


Does java trim remove newline?

534


To which environments does quicktest professional (qtp) supports?

581


What is the best example of digital system?

593