Company: Adobe Systems Paper Type : Whole Testpaper Test Date : 25 February 2007 Test Location : Adobe Noida I have given the test on 25 February for the Developer. This was for the experienced people
Adobe Systems Placement Papers
Adobe Systems Placement Paper – CONSISTING OF C & ENGINEERING
Company: Adobe Systems The test predominantly consists of algorithm questions and a lot of questions on trees. Some questions are: C test: Q1) linked list using recursion. Q2) Find if a number is divisible my 3, without using %,/ or *. You can use atoi(). Q3) 2 integers A and B are given, find the […]
Adobe Systems Placement Paper July 2010
Company: Adobe Systems Adobe Systems Placement Paper July 2010 Company Name : Adobe Systems Type : Fresher, Job Interview Exam Date: 17th July 2010 No of Rounds : Screening Test, Aptitude Test, Technical Round-1, Technical Round-2 Location : Allahabad (India) WRITTEN ROUND: Section 1 – 45 mins 15 Ques. Analytical Analysis 30 Ques. Quantitative Analysis […]
Adobe Systems C Language Placement Paper
Company: Adobe Systems 1. What is the difference between Char a[ ]=string and char *a=String 2. What is wrong with the code? The code was for conversion from Celsius to Fahrenheit : degF =5/9*(c+32) In code this line was wrong as we want 5/9 and that to be multiplied with bracket result. But here 9 […]
Adobe Systems Placement Paper – Sep 2006
Company: Adobe Systems 1) Write a program 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 sorted linked list. After inserting, […]
Adobe Systems Placement Paper (C – Language + Engineering Test)
Company: Adobe Systems Both of the paper has 10 questions and 10 marks for each test. And each test is for 45 minutes. C Paper: What is the difference between Char a[ ]=?string? and char *a=?String? What is wrong with the code? The code was for conversion from Celsius to Fahrenheit degF =5/9*(c+32) In code […]
Adobe Systems Written Test Paper
Company: Adobe Systems Section -1 1) 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 sorted linked list.After inserting, the […]
Adobe Systems Technical System Paper
Company: Adobe Systems I went through the Adobe process some months back for a dev position (I have 3+ yrs of exp.). They have a written test day followed by (if you cleared the tests!) a interview day. Tests are fairly easy? hey I sailed through them! Typical quantitative, problem solving (puzzles), coding. Some areas […]
Adobe Systems Job Interview Placement Paper Pattern 2006
Company: Adobe Systems Adobe sample test paper 3 rd september at mumbai Written Test 1) 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 […]
Adobe Systems Written Test Paper Pattern
Company: Adobe Systems ADOBE Written Test 1) 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 sorted linked list.After inserting,the […]