Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Engineering Interview Questions
Questions Answers Views Company eMail

What is investment casting?

3 9543

What kind of shell systems are used for investment casting?

2 4863

Why are the superalloys used for land-based turbines?

1 4029

What kind of components are fabricated from the superalloys, and what are their roles?

2 4379

What kinds of NDT methods are available?

10 18227

Why is non-destructive testing necessary?

9 17139

What are the superalloys?

3 9129

What are the superalloys used for?

2 5872

What is Industrial Engineering?

Bhushan Power Steel, Indian Designs Exports,

7 15596

What is a Production System?

5 10221

Why is statistics important in Industrial Engineering?

4 18780

What is meant by improving?

CTS, TCS,

11 18990

How do you measure g's?

Aramco, GNFC, HPCL, Polmon, Thermax,

5 21288

What is the meaning of the term "g force"?

Reliance, Saint Gobain, Thermax,

3 15287

What is the relationship between the universal gravitational constant (G) and the acceleration due to gravity (g)?

APPSC,

3 37326


Un-Answered Questions { Engineering }

how we arrange the hv side with delta connection in case 33/11kv of transformer.

2049


What are the different parts of impulse reaction turbine?

2059


Tell us is there a white dye?

1


I am stuck up with a question on appending of two arrays I am writing the code for the same, I am appending two strings this way int main() { string s1 = "Welcome to C++"; string s2 = "C++ improves the logic ability"; string s3 = s1 + s2; cout<

2067


Critical Path Method is...

2172


how u design STAGING for Superstructure in BRIDGE construction?

2423


Explain how is a submarine able to submerge and surface?

1157


Discuss-Toga & stola.

5


How to prevent back fire of boiler?

2015


why we use the ac supply load cell>?can we use the dc supply load cell?advantages and disadvantage of the ac supply load cell?

6468


describe the various addressing modes of 8085 processor, also provide an example of each.

1907


how to calculate cable size in diffrent loads?

2141


What is the difference between grid and off- grid system??

2002


#include int fn(int v); main() { printf("%d\n",fn(7)); } int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; }

1996


Write a C++ code that print the largest two among three numbers

1763