Diploma Mechanical Engineer i had attened more over 100 interviews they are all asking the same question "TELL ME ABOUT YOURSELF"
3 61828Lamps in street lighting are all connected in a) Series b) Parallel c) Series parallel d) End to End
9 131915Post New Indian Ordnance Factory Interview Questions
Why is it important for the royal society to be doing a project about machine learning?
sir, i have completed engineering diploma in electronics and now got the call letter for written exam for the post "junior engineer" from rrb chennai. could you help me about the model and type of questions that i should prepair?
What does a processes ensure?
What is the php function that removes the first element of the array and returns it?
What is extracellular digestion?
What are pl sql procedures?
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
What does calling preventdefault() on an event do? How is this en forced?
Is visual basic case sensitive?
Write a C program to count the number of email on text
Does amazon use mongodb?
What's your favorite food tell me how to cook it? So you like to read books, tell me something about the book that you red last time? and you belong in different organizations, tell me what else do you do there and what is this organization that you belong to? ( these are the follow up questions sometimes being asked to prove if you're lying or not, so the tip here's be specific with your answers to make them believe in what you're sayin. These questions are being encountered after answering the question,of telling something about yourself.)
How do you take the log?
In india i did MA BE.d but now i am applying for student visa in australia in masters of professional accounting will i face any problem in interview call that why u change ur course how i ill support my answer
For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click