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

Adobe Placement Papers


Adobe Placement Papers

Questions: 9
Comments: 52
 Sponsored Links

 
 Adobe Placement Papers
Sorting Options :  

Test has been made simple than before.Few easy questions on output of programs.1. int arr[10]; //in file1.cextern int *arr; //in file2.cmain(){ arr[0]=1;}//Find Error? how and why2.Hash 
View Question | Asked by : pardeepg

Most of the problems in adobe are solved here, though it is not mentioned that they are from Adobe, so this means he has to go through them as many as possibleThe C/Java/quant are from bestsamplequestions.comThe 
Latest Answer: Hi,I am preparing for Adobe, I am concentrating more on Data-structure and my C++ skills. I am ready to put my 100% effort but lacking direction. Can anybody please guide me some good books and links to follow for this preprations? I appriciate ...
Read Answers (2) | Asked by : Chirag

Latest Answer: FindLeafNodes(Tree *root){ if (root->left == NULL && root->right == NULL)   return 1;else return (FindLeafNodes(root->left) + FindLeafNodes(root->right))} ...
Read Answers (1) | Asked by : hari

Latest Answer: this works by double reversal principle to rotate an array by 3 postions ... first reverse the first 3 elements from the list and then reverse the remaining elements from the list in place and then reverse the entire array the result is that we have an ...
Read Answers (2) | Asked by : x

Hi appeared for adobe test on 13th August.I m yet to get any response from adobe...has anybody appearing on that day got a call.pls mention my cell 9818249394
Read Answers (1) | Asked by : Coder

HI Everybody, I attended Adobe test on 16-07-2006. it was cool test. The test was 3 hours. I am sending u Questions Asked on Engineering and C. Merit-Trac conducted the test. The test was for both Developmnt & testing Domain. I attended for Dev posn. ADOBE Written Test1) Wap to reverse a linked list and sort the same.2) Given two integers A & B. Determine how many bits required to convert A to B. Write a function int BitSwapReqd(int A, int B);3) Write an algorithm to insert a node into
Read Answers (11) | Asked by : Guru Pradeep

1. find the nth node from end in a linked list in single parse2. wap to check if the tree is BST3. prove A+BC =(A+B)(A+C)4. (A023AC5B)-(129B5321) to the base 135. prove that no of leaf nodes in any binaryy tree is one more than the no of nodes with degree 26. write a prog in assembly lang 2 calculate sum of first n natural nos7. print values in an array with recurring diditseg a[10]={3,2,5,4,3,4,6,12,4,12,6}the prog shud print {3,3,5,4,4,6,6,12,12}chk the sequence8. write prefix and postfix notation9.
Read Answers (6) | Asked by : Sumit

Latest Answer: Here is the algorithm that works well and takes O(log n) time.Algorithm Exponientiate(x,n)//computes x^n  for an integer n>=0{      m:= n;    power:=1;    z:=x;    while( ( m mod ...

Please use the comments section to share any Adobe Placement Papers from your interviews and written tests. 
Latest Answer:     pathsum(*node,sum){static sum;if(node==NULL && sum==0){printf("n Path exists");}if(node==NULL &&Sum!=0){sum=sum+node->data; //To undo the effect of the earlier deduction frm sumreturn;}sum=sum-(node->data)pathsum(node->left,sum);pathsum(node->right,sum);sum=sum+node->data;//Continuining ...

 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape