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 12774

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 5377

What is multiple inheritance ?

17 22475

Tell us about yourself.

47 113733

Tell me one Reason to reject you?

34 67956

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

7 19427

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

1 28295

i want how to repair registry

6 12297

How can take AD backup in Windows 2003 server

8 14340

what is testdata

8 9186

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

2 12451

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

1 15926

How to freely move a ball in graphics mode.

1902

what is .NET framework architecture ??

1555

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

5 18503

Post New Impetus Interview Questions




Un-Answered Questions

What is pricing in sales and distribution? Explain?

552


How can we call child component controller method from the parent component controller method? : salesforce lightning component

213


What is a bot store in automation anywhere?

53


What is trim in c#?

541


from where i get mortar pastle for glass bottle crush? it's required for testing of it?

1737






Explain dect?

478


How to set which framework would be used to run mapreduce program?

412


How can the referrer and the target urls be used in servlet?

532


What is the name of the scripting engine that powers PHP?

710


Explain compound trigger in oracle?

548


Which programming language's unsatisfactory performance led to the discovery of c++?

803


Do you know what is image alt text?

443


What is r matrices?

58


We use library functions in the program, in what form they are provided to the program?

598


Explain what is an fpga?

648