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

Wipro Interview Questions
Questions Answers Views Company eMail

Explain the Functionality of Operating System?

566

Explain the concepts involved in Object Oriented programming.

642

How to overcome the exception object reference not set to an instance of object?

626

What happens when a thrown exception is not handled?

583

Devise a program to sort an array using bubble sort.

565

What sort of serious problems have you experienced, and how have you handled them?

602

Describe the merge sort principle and what will be its time complexity?

1 755

What are the four important foundation concepts of OOP ?

554

what is full form OOP?

569

Provide an algorithm to reverse a linked list without using recursion.

518

What is the process of Automation Testing?

579

What is var keyword ?

742

What are literals in C++?

599

What is meant by JVM? Is JVM platform independent or not?

579

How will you sort the elements of array in descending order?

594

Post New Wipro Interview Questions


Wipro Interview Questions


Un-Answered Questions

How to read root element in xml dom ? : salesforce integration

242


A computer tape library there are two racks with 40 tapes per rack.in a given day 30 tapes are in use . What fraction remains in the rack?

699


What is 64 bit platform?

564


Why human body feel electric shock?

633


What will be the output of the following statements?

508






When you prepare Profit and loss A/C either you will get profit or loss but not both.Then why we are saying it as profit AND loss A/C,why cannot we say it is as Profit OR loss account?

1482


As jobs become more team-oriented, assessment centers will be used more often for mon-management jobs.Do you agree or disagree?

2509


where does 22kv line starts

2673


How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve

6745


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

507


How to create applicationcontext in a java program?

179


What is the difference between data loader and import wizard?

190


What is the basic form of sql query?

495


Explain the difference between risc and cisc processor?

431


Expand----------CMST

1662