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 13248

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 5602

What is multiple inheritance ?

17 23455

Tell us about yourself.

47 116303

Tell me one Reason to reject you?

34 70015

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

7 20009

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

1 28506

i want how to repair registry

6 12709

How can take AD backup in Windows 2003 server

8 14900

what is testdata

8 9626

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

2 12650

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

1 16104

How to freely move a ball in graphics mode.

1987

what is .NET framework architecture ??

1656

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

5 18913

Post New Impetus Interview Questions




Un-Answered Questions

Please explain what is ppc?

492


How to include text values in sql statements?

674


What is the critical speed of shaft?

657


How do I install java on windows?

540


how does the 8086 differ from the 8085 microprocessor?

667






How do I know if outlook is in safe mode?

1


What do you mean by the assertion in selenium?

577


What is Meant by at Discount in Issuance of Shares?

724


Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.

1500


What are the different types of jstl tags?

597


i read in andhra bank recruitmentin that i saw english languages marks are eligible what is that eligible mark

1868


Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

762


What are the advantages of java sockets?

758


What happens when a value is not entered for a manual and mandatory condition type and does a header condition type have an access sequence?

726


Why an Expenditure is called Differed?

1624