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 12741

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 5368

What is multiple inheritance ?

17 22398

Tell us about yourself.

47 113535

Tell me one Reason to reject you?

34 67866

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

7 19400

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

1 28289

i want how to repair registry

6 12272

How can take AD backup in Windows 2003 server

8 14327

what is testdata

8 9152

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

2 12441

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

1 15918

How to freely move a ball in graphics mode.

1901

what is .NET framework architecture ??

1553

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

5 18469

Post New Impetus Interview Questions




Un-Answered Questions

When do we use copy constructors?

590


What does ipc class mean?

584


Which is the best field foundation bus. ( FF ) Yokogawa, Honeywell or others ?

1346


Tell something about the query language used in Cassandra Database?

52


What is GainSpan’s GS2000 Protocol for an Internet of Things (IoT)?

3






What is logging (logcat)?

468


Can you define personal connection?

543


What are the basic controls in asp.net ajax?

507


How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?

2109


What is the importance of valence shell and valence electrons?

619


What are the types of transport queries?

622


tell me about yourself and your achievements.

633


Do you know for the servlet layer on the web server, what version of the java servlet api are the pia java servlets coded to with peopletools 8.4?

491


Does solar radiation contain a complete spectrum of all forms of electromagnetic radiation?

501


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

1934