I just attended the test today for QE. It was OK. QE objectives questions were good, u should know about regreesion, functionality, black box etc to answer those. Then there were subjective questions like 1) Write 10 test cases for a program to increment an entered date in mm/dd/yyyy format by 1 day, the conditions are 1<=dd<31 1<=mm<12 1600<=yyyy<9999
2) Write 5 reasons for not fixing a bug
3) A student database got a table with 2 columns, one for name (after 30 char, truncate) and class (1 to 10).
Following r the 3 operations u can perform: When a student joins, insert the record When a studenr leaves, delete the record When a student passes, increment the class Write 5 test cases for the above
4) Write the bug report for the following problem in a spread sheet application that does data sorting in both ascending and descending way. Problem is that descending sorting is not working for a particular column 99.
And then there were aptitude questions. Quantitives were easy. there was one data interpretationg based Q and then there were analutical Qs which were time consuming. By the time u could solve one, time would have got over :(
All the best folks!!!
Above answer was rated as good by the following members: sumittandon16
RE: Adobe Interview Procedure, Pattern and Model Question Paper
okay, as a former manager in adobe, i can list down the attributes that adobe look for in a candidate : a. Excellent technical skills. Be prepared to take a grilling technical tests on quant, anal, c,c++/java or testing domains. Adobe values technical skills highly and even managers have to take this test. The idea behind test is to check knowledge of basic computer science concepts, data structures, graphics domain etc. b. Be prepared for at least 4 rounds of technical interview, each lasting 1 hour.; apart from 1 hour HR round. you will be tested for your knowledge of data structure, networking, basic OS, Comp Sci concepts, programming skills. There will be a few puzzles to test your analytical ability. c. And of course, adobe will quiz you about your cv, experience in previous companies, college projects, academics etc. etc. d. If you can demonstrate positive attitude, with deep technical skillset , flair to think innovatively and long-term career goals with adobe, then you will, absolutely, make it. Best of Luck
RE: Adobe Interview Procedure, Pattern and Model Quest...
HI
I just attended the paper by adobe
1. analytical part : 15 qs in 15 min..most are like if this is written as 13234243 what will be that written as ....and qs like a doctor can go to 4 clinics on each day..and various conditions given..then 2-3 questions..........based on it
2. quant part : 30 questions in 30 min..easy ones ..some conditions...qs based on it......like which of these 2 quantities is greater..........given some conditions.......
3. testing part if u giving for QE........
10-15 obj qs on testing avg........
Subjective
some scenario write test cases
shud developers test ? write 3 in favor reasons and 2 against
what is severity and priority of bugs? give examples.....
RE: Adobe Interview Procedure, Pattern and Model Quest...
hey there ppl, well i appeared for the Adobe test today in my campus today ie. 12-05-06, n it was the same as mentioned above. the Quanti was very easy..but requires fast solving ability, involves basic Geometry, algebra and Percentages n ratios etc. the analytical problems were not that difficult too. there were about (15 + 30) objective questions..then came the subjective…
some questions like… 1) diff bet char a[]=”123″; char *a = “123″; 2) whats the problem with the function
int function(int x) { return(x*function (x-1)); } 3) some basic c syntax
then the Programs.
some C programs worth mentioning would be:
1) finding height of a binary tree 2) Displayin the fibonacci series (with recursion) 3) Flippin the 20th bit of a number 4) Flippin all the Odd bits of a number 5) ATOI() function 6) prdict the output of the following program : ***** some program (mainly recursion) 7)program to find if mc is little endian or big endian. 8)program to generate the mirror of the binary tree 8) program to swap two linked list nodes. 9) calculate the complexity of *****some code****
enjoy the test .. ==> focus on the aptitude ==> focus on algorithms instead of codes
RE: Adobe Interview Procedure, Pattern and Model Quest...
Hello,
I have jst attened the written test for Adobe and feel pleased to inform you that i have cleared the exam as well as the interview. I joined Adobe, Noida few days back. Hope this help you all in clicking Adobe. If any one of you want me to forward your resume you can send it to me on "mac_007aryan@yahoo.com".
There were four section:
1. Aptitude: They had fairly simple arithmatic question, questions on geometry and questions like whether information can be deduced from the comments given. It was fairly easy and jst u need to have basic clear.
2. Analytical: Questions like pattern matching, odd one out were there.
Be careful while attempting these two sections that u wont be having much time.
Before u know the time is over.
3. Computers: This paper is mostly from the topics u cover in B.Tech.
there was one question on finite automata,Bit manipultaion(flipping the bits),
drawing the tree given preorder and inorder traversal, finding the formula for N-ary tree
to fine number of external nodes.
4. C/Java: Here u had to write C programs(Mind u no mutiple questions).There was one question to write program to search a string from bigger string, write a algorithm to compute X^n which is of complextity log n, implement atoi function.(U cannot use any standard function in these.)
RE: Adobe Interview Procedure, Pattern and Model Quest...
Planning to attend a Manager Level interview at Adobe, want to know the experience around it and how is the working culture. Also any pointers to a list of questions one should refresh would be great.