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

ICICI General Science Interview Questions
Questions Answers Views Company eMail

What do you understand by nutritive constituents of food ?

3 11732

Post New ICICI General Science Interview Questions


ICICI General Science Interview Questions


Un-Answered Questions

What Is Purpose Of Buffer Class In Node?

263


Where to assign activity type in cost centers? Or how to link cost centers & activity types?

600


What do you understand by intents in android ide?

443


How do you do control g in excel?

321


What are the top 3 questions you have to ask before going to start the implimentation of project?

1482






What is JFC?

693


You have given 2 array. You need to find whether they will create the same BST or not. For example: Array1:10 5 20 15 30 Array2:10 20 15 30 5 Result: True Array1:10 5 20 15 30 Array2:10 15 20 30 5 Result: False One Approach is Pretty Clear by creating BST O(nlogn) then checking two tree for identical O(N) overall O(nlogn) ..we need there exist O(N) Time & O(1) Space also without extra space .Algorithm ?? DevoCoder guest Posted 3 months ago # #define true 1 #define false 0 int check(int a1[],int a2[],int n1,int n2) { int i; //n1 size of array a1[] and n2 size of a2[] if(n1!=n2) return false; //n1 and n2 must be same for(i=0;ia1[i+1]) && (a2[i]>a2[i+1]) ) ) return false; } return true;//assumed that each array doesn't contain duplicate elements in themshelves }

2695


Tell us how can we handle web-based pop-up?

557


What is thread and process?

454


What is parameterized testing in testng?

483


How is data passed from a calling program to an assembler called program?

617


which of the following is not a typical host application for the flash player? : Adobe flash

457


Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search

2275


What is the difference between GDP and GNP?

685


What is the difference between Encoder and Resolver?

2872