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

Aventis Interview Questions
Questions Answers Views Company eMail

Mcgregors theory of Motivation?

2 7215

How does the respiratory system in man work ?

11 42299

What impact analysis required for out of calibration and how to proceed

2 7327

Post New Aventis Interview Questions




Un-Answered Questions

What are the different types of upgrades that can be performed in sql server?

671


I have file with input as below : Name Value Rohan 12,13,14 Rohit 1,2,3 Output should be : Rohan 12 Rohan 13 Rohan 14 Here how will the normalize component work? Thanks

955


What is the functionality of Query Processor in Apached Hive ?

412


What is Metrics designer?

567


What is urlencode and urldecode in php?

554






What is a web application and what is it’s directory structure?

562


What is an iframe?

248


How are grasslands classified?

51


Hi All, Can any one post a MS-DOS command/ utility tool, that modifies large size(nGBs) log file into MBs form the begining of log file? I will appreciate if any one give correct answer to this question. Thanks

1421


How do I zip a file in mysql?

511


How do you combine 2 excel files and remove duplicates?

305


How will you pass values from HTML page to the servlet?

537


hi frnz,can somebody give me any project work? i am a 2nd year student & interested in practical works...plz give me some projects

1473


What happens if null values are involved in boolean operations?

538


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?

1823