1.how do you purchase the sheetmetal,machined components for OEMS? 2.WHAT IS THE SYSTEM TO BE MAINTAINE FOR PURCHASE ACTIVITY? 3.HOW DO U DO THE PRICE NEGOTIATIONS & ITS PROCEDURES? 4.WHAT ARE THE PROBLEMS WILL FACE WHILE PURCHASING THE COMPONENTS& WHAT IS THE SOLUTION TO OVERCOME BY THAT ONE 5.WHAT IS THE NECESSARY NOTES TO MAINTAIN THE PO& RELEASING THE PO?
1746Suppose there are two cylinders / vessels.In one cylinder the pressure is 1.5 bar & in other 0.5 bar.If both cylinder are connected internally through valve connection, what will be the final pressure in both?
19 22153Suppose there are two vessels. One of diameter = D and other vessel dia = d. Suppose in vessel with dia D, water is filled upto height H and vessel with dia d is empty. Now both vessels are connected.Water will flow from D dia vesel to small d dia vessel.Suppose after equilibrium height of water in vessel with dia D is h. How much is h in terms of D, d,H etc?
14 16708i woule my experiences in BARC i recently gone for the interview.. they dont consider u r dress code and all, even u can go in a jeans and tea shirt.they dont careabout u r personality , profile .. Theytest (complety) our technical knowledge.. so u have to prepare well in not only the basics but also in depth.. Even the did not consider the percentile in GATE.. One guy got 99.63 in gate but did not given medical. so u have to be very stiff and togh technically.. u should have a lot of luck too,because right panel selects u.. u dont expect what,how in Barc,only why.i amnot frightening u, i am telling u some facts i have faced.. istead of all i did it superbly and waiting for the result.. if u want more information, u can email me ,call me at any time..
31 59564Suppose a steel bar of cross sectional area A is subjected to load P at one end and 2P at the other end ,what will be the induced stress in the bar?
5 9788Post New BARC Mechanical Engineering Interview Questions
Is java 9 released?
What is another name for cell reference?
Explain the basic difference between bs2 and bs3 engine?
What is meant by datasource?
Does windows 7 run better than windows 10?
What are events in angularjs?
How to implement sla’s?
How can we calculate the KVA rating of a Distribution transformer from its core details?
Can I do trforms or add new functionality?
Outline the major features of java.
Where are maven dependencies stored?
What we do with the object of ado.net dataset after using it?
What is ifna formula?
What is the address formats of the wcf transport schemas?
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.