Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Amazon PHP Interview Questions
Questions Answers Views Company eMail

Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

1568

Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1500

Post New Amazon PHP Interview Questions


Amazon PHP Interview Questions


Un-Answered Questions

Is php closing tag necessary?

549


Tell me when do you use property sets in siebel?

538


List the common jdbc exceptions ?

559


Explain the difference between uiwindow and uiview?

1


What is a representational state transfer(rest) in angularjs?

447






Dear sir plz give d ncfm dp module questions websites otherthan nse

1545


How to migrate running instances from one openstack compute server to another openstack compute server?

41


How to call multiple promises?

224


How do I find my external hard drive?

491


Mention what bottom-up testing is?

587


column at edge of a framed structure is uniaxial or biaxial. and is an interior column is biaxial

3484


can we use transformer in datastage without any input link?

1326


Can a bad cpu cause blue screen?

562


What is ripple effect?

627


What is Event Bubbling in .NET?

651