Home Company Questions Adobe Interview Questions Adobe Interview Questions - 3

Login Form




Adobe Interview Questions - 3 Print E-mail

 

1. Given 2 sorted arrays A and B with duplicate elements, get C= A -B and does not have duplicates(use a variation of merging 2 arrays and then remove the duplicates.)

 

2. Wap to reverse a linked list and sort the same

 

3. Given A, B & C Boolean polynomials. Prove That (A+BC) = (A+B) (A+C)

 

4. Virtual memory concept is related to ______________

 

5. what is regretion testing?

 

6. Winzip is a ______________

a. lossy compression                 b. lossless Compression                       c. text                     d. image

 

7. Wap to swap two integer pointers

 

8. output of 11000100 minus 2

 

9. Regretion testing is defined as  _______________________

a. testing the whole application                     b.testing the different modules in the application

 

10. Diff between priority of a bug and severity of a bug. Give example of one case where priority is high but severity is low and one case where severity is high bur priority is low. 

 

11. Prove that a tree is BST. What is height of a tree?

 

12. Without using /,% and * operators. write a function to divide a number by 3. itoa() function is available.

 

13. What is unit smoke?

 

14. Write a function int round (float x) to round off a floating point num to int.

 

15. If the time is very limited for the testing then what would u test in the application.

a. run all the tests

b. look for the most used featues in the application

c. go to the test plan and run the test based on the priority