GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Adobe  >  Placement Papers
Go To First  |  Previous Question  |  Next Question 
 Placement Papers  |  Question 5 of 10    Print  
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

  
Total Answers and Comments: 1 Last Update: August 28, 2006     Asked by: Coder 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
August 28, 2006 08:39:58   #1  
LavanyaRamesh Member Since: August 2006   Contribution: 1    

RE: Hi appeared for adobe test on 13th August.I ...
Hi.. I recently appeared for the Adobe written test for freshers on Aug 20th.. I am a 2006 fresher & i applied 4 QE.. Even I have got any news from them...
 
Is this answer useful? Yes | No

 Related Questions

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 ...

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

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

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

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

There were 4 sectionsDS 10 ds quesionsJava/J2EE 15 java questions+ 5 j2eeAnalyticalQuantaSome of the questions I remember1) a bst was give and asked the forth smallest element (easy one)2)an inorder of 
View Question | Asked by : richakharya


 Sponsored Links

 
Related Articles

How does the function call within function get evaluated?

Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out. Let us understand this concept with an example. For instance consider a function sample called within it 4 times as given in program below: main() { int a=50;
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

JSP Response Object

JSP Response Object In this JSP tutorial you will learn about JSP Response object Methods of response Object setContentType addCookie Cookie cookie containsHeader String name setHeader String name String value sendRedirect String and sendError int status code mosgoogle The response object denotes th
 

Call by Value and Call by Reference

Call by Value and Call by Reference In this tutorial you will learn about C Programming What is difference between call by value and call by reference in function mosgoogle The arguments passed to function can be of two types namely 1 Values passed 2 Address passed The first type refers to call by
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape