Archive for the 'Data stuctures' Category

Syntel Placement Paper -3

Syntel Placement paper (Technical-Data Structure) 1. The grammar for A, B, S is given below. S->Ax|By A->Ax|y B->x|y possible ans is xy|xy 2. In n*n matrix , there non zero numbers in diagonal and either sideof the diagonal. If represented in one dimensional array, assign thevalues which are non zeros. find relation with i,j iteration [...]

Persistent Placement Paper -1

Persistent Placement Question Papers DATA STRUCTURE 1. Question of Binary search tree to find node when 43 will not be found Ans= Every data set was having 43 as its last element. 2 . To find complexity of Linked list .Singly circular ordered list is there if m elements are to be inserted what will [...]

Microsoft Placement Paper -10

Microsoft Interview Questions (Part – 4): JAVA QUESTIONS AND ANSWERS What is the difference between an Applet and an Application? What are java beans? What is RMI? What gives java it’s “write once and run anywhere” nature? What are native methods? How do you use them? How does Java inheritance wor?k How many different types [...]