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 12724

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 5359

What is multiple inheritance ?

17 22350

Tell us about yourself.

47 113392

Tell me one Reason to reject you?

34 67814

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

7 19360

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

1 28274

i want how to repair registry

6 12247

How can take AD backup in Windows 2003 server

8 14303

what is testdata

8 9139

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

2 12424

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

1 15904

How to freely move a ball in graphics mode.

1893

what is .NET framework architecture ??

1551

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

5 18456

Post New Impetus Interview Questions




Un-Answered Questions

What Is Amazon Simpledb In Cloud Computing?

154


Hi i'm richa piplani applied for ATC(IT) if u have the syllabus & old question papers forward me.I will be very much thankful to you. piplani.richa@gmail.com and sonu_pips@yahoo.co.in

1586


How long will it take to learn react?

410


How can we disable el?

512


What is ngzone service in angular?

454






Why is rundll32 exe running?

477


What is difference between Dataview and Datatable?

524


What are the styling form that model adds to css classes?

469


Explain the term sap fico?

630


What are the common mistakes which create issues?

610


Should I use struct or class swift?

452


will the uk join emu in the next 5 years? : Journalist

514


which operator is used in query for pattern matching? : Sql dba

537


what do you understand by the process in blue prism?

121


When should you use an attribute versus an element?

407