GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Adobe  >  Placement Papers

 Print  |  
Question:  Adobe Placement Papers

Answer: Please use the comments section to share any Adobe Placement Papers from your interviews and written tests.


March 03, 2006 02:53:08 #6
 Net   Member Since: Visitor    Total Comments: N/A 

RE: Adobe Placement Papers
 
Hi guys,I have recently given adobe test. As others have already posted, the test consists of Quantitative(30 questions - 30 mins), Analytical(15 mins - 15 questions), Engineering(1 Hour) and Technical(45 minutes) tests. These are some of the questions I remember.In Engineering:1) Complexity of binary search. and also write the algorithm to do the same.2) f(a,b) = 0 if ad){ stmt e; } if this loop is run 5000 times, and ad is true 70% of the times, how many times is stmt e executed.12) Some question on parallel computing, like if a code takes 100 seconds to execute ona single processor and if 40% of the code is sequential what is the time taken by to execute the code on systems with 2 processors and 4 processors.In 'C' paper.1) Write 3 examples of preprocessor tags.2) What is the difference between char a[] = "hello" and char *a = "hello";3) how do you make sure a header file is not included twice in a program.4) what is the output of the following programint a[] = {1,2,3,4);printf("%d", 2[a]);5) implemenatation of atoi();6) search a sub string in a string and return the index of the last occurence of the string.7) Implement fibinocci search8) some question on conversion of hexadecimal number to binary Prepare well for the Quantiative and Analytical. Quantitative is very easy. But Analytical is a little touch as the time is very less. 15 questions-15mintes, so you have to be fast in solving the problems. As some one one has already suggested, please solve the problems in bestsamplequestions.com you will clear the test easily.all the best.
     

 

Back To Question