Post New Transfield Electrical Engineering Interview Questions
JMX stands for?
How does html form submit work?
Tell me what is use of except clause? How it differs from not in clause?
Can foreign key be duplicate?
How mrp (material requirement planning) types are classified?
What is instead of dml trigger?
What are the objectives of slr?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Why do we use stlc?
What do you do if windows update is stuck?
What is the use of progress Bar Control?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How the delete operator differs from the delete[]operator?
What is traffic shaping
How can you filter out specific type of file using file system controls?