Saturday, September 6, 2014

Adobe Interview Questions

1.  C Program to check for Balanced parenthesis.

2. The digits of a number are coming from a stream one by one. At any point of time, tell whether the number formed by digits are multiple of 3 or not.

Solution:  http://ideone.com/MZdpfs

3. Given a binary tree and number, return true if tree has a root to leaf path such that adding up all the values along the path will give the number. Return false if no such path can be found.

Solution:  http://ideone.com/QCIG3G

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hi Priyanka Can you provide latest questions which was asked by adobe through hackerRank Test? It will be very helpful for practicing.

    ReplyDelete