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

Vindian Interview Questions
Questions Answers Views Company eMail

Five main difference between Tally & ERP?

36 167336

Post New Vindian Interview Questions




Un-Answered Questions

Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

514


What is KeyValueTextInputFormat in Hadoop?

264


What are the types of j2ee clients?

504


What are the main divisions of power system?

684


What are the different types of commonly used shells on a typical linux system?

548






Is oracle dba in demand?

281


Tell me how is the ternary conditional operator used in php?

568


I download data which comes to me in a column. I want to use it in a complex sheet that needs data in a row. How can I convert the column data into row data?

268


How do I build a website?

60


explain how do you use macro?

663


How to create an multi-statement table-valued function?

526


Is echo a function in php?

505


3. What are the disadvantages of your present job, things you do not like about it?

2282


from where do u collect test data if u miss some data what will happen

2186


Consider the following algorithm, where the array A is indexed 1 through n: int add_them ( int n , int A[ ] ) { index i , j , k ; j = 0 ; for ( i = 1 ; i <= n ; i++) j = j + A[i] ; k = 1 ; for ( i = 1 ; i <= n ; i++) k = k + k ; return j + k ; } (a) If n = 5 and the array A contains 2, 5, 3, 7, and 8, what is returned? (b) What is the time complexity T(n) of the algorithm?

1853