Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Keane India Ltd Human Resources Interview Questions
Questions Answers Views Company eMail

what is headhunting in recruitment???? how to do headhunting??? what r the types?????/

19 121341

Post New Keane India Ltd Human Resources Interview Questions


Keane India Ltd Human Resources Interview Questions


Un-Answered Questions

Which dialog box allows users to switch to another area of the application?

1100


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 }

3245


Define join?

1


what is IComparable

1046


Which method is used to access HFile directly without using HBase?

223


Define text stream object?

1108


How can you add value to this Industry if offered the job?

1654


Do cookies store passwords?

977


Is it possible to run Apache Spark on Apache Mesos?

307


What is data control in asp.net?

1066


What is the maximum size of a database in mysql?

1057


Why convert an applet to an application?

1166


how can we retrieve value from one database server and store them another database server using sql server code

2204


Why is triploblast more advanced than diploblast?

2380


Which are the three main hdfs-site.xml properties?

709