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

NetApp Interview Questions
Questions Answers Views Company eMail

Can the computer which has been used for encryption be traced?

4 10481

What is function pointer and where we will use it

2 8301

String copy logic in one line.

11 25324

String reverse with time complexity of n/2 with out using temporary variable.

10 21490

Link list in reverse order.

8 15431

Sorting entire link list using selection sort and insertion sort and calculating their time complexity

1 6731

Finding a number which was log of base 2

1 7911

Finding a number multiplication of 8 with out using arithmetic operator

8 16655

Given 1 to n distinct random number of which n+1th element was duplicated. How do find the duplicate element and explain the time complexity of the algorithm.

3031

Given 1 to n random number, find top 10 maximum numbers and explain the time complexity of the algorithm.

1 6565

Deriving time complexity of Binary tree and AVL tree, step by step.

4 14708

How reader and writer problem was implemented and come up with effective solution for reader and writer problem in case we have n readers and 1 writer.

6 18107

How shared memory are accessed if we have two processors trying to acquire the same region.

3 16115

Why do we have serial and parallel interface, which one was faster and why and when we should go for this interface.

4 13015

Say we have three threads T1, T2 and T3 which perform sequentially one after another is their any benefit of using thread over here rather than having a single process.

11 19011

Post New NetApp Interview Questions




Un-Answered Questions

How to use swift protocol in objective c?

1


What is the difference between a block-level element and an inline element?

441


What are two types of clearance in a turbine?

654


What does map function in python do?

503


Write Different Kinds of Debentures According to Recording Point of View?

582






What is @componentscan in spring boot? : Spring Boot

164


WHAT IS THE DIFFERENCE BETWEEN ESTIMATED BALANCE SHEET & PROJECTED BALANCE SHHET

7759


What do you understand by “single source of truth”?

167


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


What is css1 and css2?

268


What type of data structure is used to perform recursion?

531


What activities are supported in xa transaction ?

602


What does it mean to normalize data?

519


What would you do if the customer says that it took you long to resolve an issue?

813


How can you create singleton service in angular 2?

445