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 12700

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 5354

What is multiple inheritance ?

17 22319

Tell us about yourself.

47 113290

Tell me one Reason to reject you?

34 67788

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

7 19331

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

1 28261

i want how to repair registry

6 12228

How can take AD backup in Windows 2003 server

8 14268

what is testdata

8 9122

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

2 12411

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

1 15899

How to freely move a ball in graphics mode.

1891

what is .NET framework architecture ??

1549

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

5 18444

Post New Impetus Interview Questions




Un-Answered Questions

may i know the detailed description of cutting length

1622


What is $this in codeigniter?

319


How to schedule a report in background? What is the use of background job please explain about it?

88


What do you mean by datasets?

484


How to connect external java application without using connect-java?

179






Will you be able to assign elastic ip to vpc based ec2 instances?

67


How many root segments do we have per database record?

610


Tell us what is json data, and what is one way that .net developers can work with json?

559


What do you mean by the term data warehousing?

611


What is bourne shell scripting?

524


Is jquery a library for client scripting or server scripting? : jquery mobile

408


Perform the following tasks using MS-EXCEL: FUEL ESTIMATES COMPUTATIONS: This project is to compute the fuel needed for two types of airplanes, and the cost of the fuel. You must do all computations using formula, and do a chart. Use Page Setup to make the left margin 0.5 and the right margin 0.5 also. Put your name in the Title line, after "Fuel Estimates". Note the following: ? Col. D - H: You must enter correct formulas under Columns D through H (Flying Fuel, Reserve Fuel, Holding Fuel, Total Fuel Needed and Estimated Fuel Cost)!! Read and compute carefully! ? Cells C12, C13, C14, H13 or H14: When you use these cells in a formula, you must make them absolute cell references (F4 key after your type the cell reference, or enter the $ sign manually) ? Graph/Chart: Select cells A3:B8 (Plane and Flight). Hold down the "Control" key and select D3:D8. Hold down the "Control" key and select G3:G8. Create a chart (Insert- Chart, Finish) and position it in a pleasing way under the data for the flight. Print it on one sheet, in landscape mode. ? Print again, but with Formulae: There are two ways to show formulas: 1) Enter Control+` (the key with the ~ at the top left) or 2) Tools-Options, and under "Window Options" put a check mark beside "Formulas", then close the window.

11357


How do you display a video in HTML 5?

493


Explain some Advantages of Avro?

118


What does pst mean? What do the pst files contain?

1